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

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed Aug 8, 2014
1 parent 811ce6b commit d4b019f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.1.0 2014-08-08

* Use `Ember.uuid` to generate unique IDs
* Add a Handlebars-less compiler; enable with
`Ember.ENV.I18N_COMPILE_WITHOUT_HANDLEBARS = true;`
* `{{t}}` helper uses Metamorph tags.
* `{{t}}` helper: allow turning off the default `<span>`
tag; enable with
`Ember.FEATURES.I18N_TRANSLATE_HELPER_SPAN = false;`

## 2.0.0 2014-05-28

* Drop support for Ember 0.x.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.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.0.0",
"version": "2.1.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.0.0",
"version": "2.1.0",
"licence": "APLv2",
"description": "Internationalization for Ember",
"keywords": [
Expand Down

0 comments on commit d4b019f

Please sign in to comment.