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

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesarosen committed Aug 17, 2014
1 parent 6438437 commit 16ca9a1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": {
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": "2.1.0",
"version": "2.2.0",
"licence": "APLv2",
"description": "Internationalization for Ember",
"keywords": [
Expand Down

0 comments on commit 16ca9a1

Please sign in to comment.