v2.2.0
版本发布时间: 2014-08-17 08:50:48
jamesarosen/ember-i18n最新发布版本:v5.3.0(2018-10-23 00:30:55)
- The
{{t}}
helper now warns if passed an unquoted key argument. It still uses unquoted arguments as string literals, but this behavior will change in the next major release. - Removed deprecation warning for those who've opted in to
I18N_COMPILE_WITHOUT_HANDLEBARS
- Fixed a typo in the warning message for
I18N_COMPILE_WITHOUT_HANDLEBARS
- Remove check for
Ember.I18n.fire
as that was only necessary on Ember 0.9, which this library no longer supports. - Don't warn on missing translations. Clients that want to be notified can subscribe to the
missing
event onEmber.I18n
. -
compileWithHandlebars
uses saved-offwarn
helper (which usesEmber.Logger.warn
rather thanEmber.warn
). - Run separate Travis builds for each dependency set.
- Add Sinon as a test dependency and use its spies in specs.