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

v4.3.0

Compare
Choose a tag to compare
@jamesarosen jamesarosen released this 09 Sep 15:48
· 74 commits to master since this release
  • 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 an EmptyObject
  • use Ember.String.htmlSafe instead of new Ember.Handlebars.SafeString
  • Check the _isMissing flag on generated translations so missing translations stay missing
  • Reserve locale and htmlSafe attributes for future library use
  • Ignore .ember-cli so developers can customize their setup
  • Don't use QUnit 2+ for tests