Ember Cli Document Title Versions Save

Adding document title behaviour to your ember app

v1.1.0

2 years ago

v0.4.0

6 years ago

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 [email protected] #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.

v0.0.1

9 years ago