Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

77 lines (45 loc) · 3.47 KB

1.0.3 (2019-04-15)

Bug Fixes

  • "let" declaration in dev build for older browsers (#64) (9bcdbfe)

1.0.2 (2019-02-03)

Bug Fixes

  • wrap vendor file in an IIFE (70196a6)

1.0.1 (2018-11-24)

Bug Fixes

  • ESLint configuration fixes (42ac1b8)

1.0.0 (2018-11-23)

Bug Fixes

chore

  • reset version to 0.0.0-development for semantic-release (e8b1633)

BREAKING CHANGES

  • 1.0 release

master

0.4.0

  • [BREAKING] Update dependencies and project/testing setup to match [email protected] #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