Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 759 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 759 Bytes

0.3.1

  • Fix EmberJS 2 deprecations
  • Suggest using service in afterModel rather than setupController

0.3.0

  • Update examples to work with latest EmberJS
  • Update to modern syntax

0.2.0

  • Improve addon structure as scaffolded by ember-cli 2.4
  • Fix compatibility with ember 2.x
    • Change Ember.keys to Object.keys
    • Remove usage of Ember.EnumerableUtils
    • instance-intializers vs initializers

0.1.2

Fix support for Open Graph using property vs name (#2).

0.1.1

Bugfix : meta name was not set if not already in DOM

0.1.0

Breaking change: now using service injection, see updated README (#1).

Added defaultTitle option. Added title(value) function to be overridden with prefix/suffix/etc.

0.0.1

Initial release