There is value in releasing a 1.0.0! No breaking changes other than updating the blueprints
- [Rework]: Bring in fork changes 92
There is value in releasing a 1.0.0! No breaking changes other than updating the blueprints
- [BREAKING] Update dependencies and project/testing setup to match
[email protected]
#56ember-cli-document-title
now requires Node 4 or greater. - Add support for returning a Promise from the
titleToken
function. #55
- Fix support for the combination of Glimmer 2 and Fastboot #53
- Add support for Glimmer 2 #49
- Make it possible to use ember-cli-document-title inside another addon #48
- Fix problem with returning an array from
titleToken
#37
- Fix deprecation in ember 2.3 and above regarding containers. #31
- Other small improvements #29 and #30.
- Fixed deprecation warning regarding
_actions
in ember 2.0 and above. Thanks for the help, everyone! #28
- 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
- Re-did the addon structure to match newer addon conventions #3
- Added tests #3
- Fixed the context for the
title
andtitleToken
hooks on routes. #5 and #7
- Access route properties using getters #2
- Initial release