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

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesarosen committed Oct 20, 2014
1 parent 36298ab commit 89e4fa8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.9.0 2014-10-20

* Ember 2.9+ is not compatible with Ember 1.9+

This comment has been minimized.

Copy link
@seriousben

seriousben Oct 22, 2014

missing i18n

This comment has been minimized.

Copy link
@jamesarosen

jamesarosen Oct 22, 2014

Author Owner

lolz

This comment has been minimized.

Copy link
@pjmorse

pjmorse Oct 22, 2014

Collaborator

Technically the statement is correct as written...

* Use `Ember.$.isFunction` instead of `jQuery.isFunction`
* Deprecate use of `tagName` in the `{{t}}` helper
* Implement pluralization logic in this project and remove
dependency on CLDR.js
* Expose `I18n.missingMessage` for customising the
"missing translation" message
* `Makefile` ensures the environment has `node`, `npm`,
and `phantomjs`

## 2.2.2 2014-09-16

* Use internal UUID generation, since implementations differ
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.9.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.2.2",
"version": "2.9.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.2.2",
"version": "2.9.0",
"licence": "APLv2",
"description": "Internationalization for Ember",
"keywords": [
Expand Down

0 comments on commit 89e4fa8

Please sign in to comment.