Skip to content

v0.4.0

Compare
Choose a tag to compare
@kimroen kimroen released this 02 Apr 14:08
· 8 commits to master since this release

This version of ember-cli-document-title now depends on Node 4 or greater, and also has the following changes:

  • [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

You can now return a Promise from your titleToken functions, and the final title will not be resolved until all the promises have been resolved.