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

Releases: jamesarosen/ember-i18n

v1.6.2

19 Feb 18:31
Compare
Choose a tag to compare
  • relax Ember dependency to ">0.9.7 <2"

v1.6.1

10 Feb 03:37
Compare
Choose a tag to compare
  • relax jQuery dependency to ">=1.7 <3"

v1.6.0

10 Feb 03:37
Compare
Choose a tag to compare
  • Add Ember.I18n.on
  • Emit missing events when translation missin
  • Add {{ta}} helper as shorthand for {{translateAttr}}
  • TranslateableProperties observes when the translation key changes
  • Use the afterRender queue if available (Ember 1+)
  • Expose Ember.I18n.eachTranslatedAttribute

v1.5.0

10 Feb 03:38
Compare
Choose a tag to compare
  • Add Ember warning if missing translation
  • Add I18n.exists(key)
  • Avoid calling compile for missing translations

v1.4.1

10 Feb 03:38
Compare
Choose a tag to compare
  • Don't rely on Ember.uuid, but use it if Ember defines it

v1.4.0

10 Feb 03:38
Compare
Choose a tag to compare
  • No more CoffeeScript
  • Use Ember.uuid instead of jQuery.uuid
  • Change license to APLv2
  • Dotted-style keys win over nested-style keys
  • Add TranslateableProperties mixin

v1.3.2

10 Feb 03:39
Compare
Choose a tag to compare
  • Support use with jQuery.noconflict

v1.3.1

10 Feb 03:39
Compare
Choose a tag to compare
  • Support defining translations in nested objects
  • Prefer Ember.assert to ember_assert
  • Add Bower support
  • Use Ember.Handlebars.get instead of getPath if on Ember 1

v1.3.0

10 Feb 03:40
Compare
Choose a tag to compare
  • Remove all references to Sproutcore and SC
  • Use correct context for getPath when getting the value of a bound attribute

v1.2.0

10 Feb 03:40
Compare
Choose a tag to compare
  • Add inflection support via CLDR.js