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

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed Sep 9, 2016
1 parent 8ce07f5 commit 511c83c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 4.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 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

## 4.2.2

* set `isLocalizationFramework` for other addons
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-i18n",
"version": "4.2.2",
"version": "4.3.0",
"description": "Internationalization for Ember",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 511c83c

Please sign in to comment.