Skip to content

ember-i18next 4.0.0

Compare
Choose a tag to compare
@heathharrelson heathharrelson released this 14 Mar 21:23
· 238 commits to master since this release

Updates i18next and i18next-xhr-backend. No changes to ember-i18next API.

Breaking changes

ember-i18next 4.0.0 contains no changes to the ember-i18next API, but it updates the i18next dependency to version 15, which contains breaking changes. Review the i18next migration guide prior to upgrading.

Changes Included

  • PR #62: Upgrade to latest i18next and i18next-xhr-backend. Thanks to @mpirio for this PR.
  • PR #63: Use promises returned asynchronous i18next method calls.