v4.3.0
版本发布时间: 2016-09-09 23:48:49
jamesarosen/ember-i18n最新发布版本:v5.3.0(2018-10-23 00:30:55)
- Include Ember 1.12 support only on Ember 1.12. This project now uses ember-cli-version-checker and broccoli-funnel to selectively include library files based on the Ember version.
- Support Glimmer2 by allowing
namedArgs
to be anEmptyObject
- use
Ember.String.htmlSafe
instead ofnew Ember.Handlebars.SafeString
- Check the
_isMissing
flag on generated translations so missing translations stay missing - Reserve
locale
andhtmlSafe
attributes for future library use - Ignore
.ember-cli
so developers can customize their setup - Don't use QUnit 2+ for tests