From 16ca9a19adfe584b698ef6bbfb902ee83034ea83 Mon Sep 17 00:00:00 2001 From: "James A. Rosen" Date: Sat, 16 Aug 2014 17:49:51 -0700 Subject: [PATCH] v2.2.0 --- Changelog.md | 18 ++++++++++++++++++ VERSION | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3b65b9e6..687e8448 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,21 @@ +## 2.2.0 2014-08-16 + + * The `{{t}}` helper now warns if passed an unquoted key argument. + It still uses unquoted arguments as string literals, but this + behavior will change in the next major release. + * Removed deprecation warning for those who've opt-in to + `I18N_COMPILE_WITHOUT_HANDLEBARS` + * Fixed a typo in the warning message for + `I18N_COMPILE_WITHOUT_HANDLEBARS` + * Remove check for `Ember.I18n.fire` as that was only + necessary on Ember 0.9, which this library no longer supports. + * Don't warn on missing translations. Clients that want to be notified + can subscribe to the `missing` event on `Ember.I18n`. + * `compileWithHandlebars` uses saved-off `warn` helper (which + uses `Ember.Logger.warn` rather than `Ember.warn`). + * Run separate Travis builds for each dependency set. + * Add Sinon as a test dependency and use its spies in specs. + ## 2.1.0 2014-08-08 * Use `Ember.uuid` to generate unique IDs diff --git a/VERSION b/VERSION index 7ec1d6db..ccbccc3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.2.0 diff --git a/bower.json b/bower.json index eb21a478..bdf13f2b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ember-i18n", - "version": "2.1.0", + "version": "2.2.0", "description": "I18n support for Ember.js", "main": [ "lib/i18n.js" ], "dependencies": { diff --git a/package.json b/package.json index a102ee11..18e12d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-i18n", - "version": "2.1.0", + "version": "2.2.0", "licence": "APLv2", "description": "Internationalization for Ember", "keywords": [