Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

46 lines (34 loc) · 2.66 KB

master

1.1.0

There is value in releasing a 1.0.0! No breaking changes other than updating the blueprints

  • [Rework]: Bring in fork changes 92

1.0.0

There is value in releasing a 1.0.0! No breaking changes other than updating the blueprints

0.4.0

  • [BREAKING] Update dependencies and project/testing setup to match ember-cli@2.15.0 #56 ember-cli-document-title now requires Node 4 or greater.
  • Add support for returning a Promise from the titleToken function. #55

0.3.3

  • Fix support for the combination of Glimmer 2 and Fastboot #53

0.3.2

  • Add support for Glimmer 2 #49
  • Make it possible to use ember-cli-document-title inside another addon #48

0.3.1

  • Fix problem with returning an array from titleToken #37

0.3.0

  • Fix deprecation in ember 2.3 and above regarding containers. #31
  • Other small improvements #29 and #30.

0.2.0

  • Fixed deprecation warning regarding _actions in ember 2.0 and above. Thanks for the help, everyone! #28

0.1.0

  • Removed another use of prototype extensions #12
  • Made sure use with Fastboot doesn't explode #13
  • Added testing of more Ember versions (1.10 and up)#13

0.0.3

  • Re-did the addon structure to match newer addon conventions #3
  • Added tests #3
  • Fixed the context for the title and titleToken hooks on routes. #5 and #7

0.0.2

  • Access route properties using getters #2

0.0.1

  • Initial release