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

Commit

Permalink
v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed May 27, 2014
1 parent 39bce5f commit 5750eac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.6.4 2014-05-27

* Use `Ember.Handlebars`, not `Handlebars` for helper management
* The default `compileTemplate` throws an `Ember.Error` if the full
`Ember.Handlebars` is not available
* Check `view.$()` instead of `view.state` as Ember is deprecating the
latter in favor in favor of `view._state`, but doesn't consider either
to be part of the public API.
* Convert `Em` to `Ember` for consistency

## v1.6.3 2014-02-19

* relax CLDR and Handlebars dependencies via the `^` operator
Expand Down
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": "1.6.3",
"version": "1.6.4",
"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": "1.6.3",
"version": "1.6.4",
"licence": "APLv2",
"description": "Internationalization for Ember",
"keywords": [
Expand Down

0 comments on commit 5750eac

Please sign in to comment.