From 511c83cf9768f6bc9b0aac12e20bb878d4e46cbc Mon Sep 17 00:00:00 2001 From: "James A. Rosen" Date: Fri, 9 Sep 2016 08:46:31 -0700 Subject: [PATCH] v4.3.0 --- Changelog.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 276c8d27..379cbb82 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/package.json b/package.json index 15223c86..e391b9ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-i18n", - "version": "4.2.2", + "version": "4.3.0", "description": "Internationalization for Ember", "directories": { "doc": "doc",