This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
v4.3.0
- 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