Skip to content

Releases: OCTRI/ember-i18next

ember-i18next 5.0.0

20 Apr 17:44
Compare
Choose a tag to compare

Updates dependencies and adds the ability to catch errors thrown during initialization.

Breaking changes

ember-i18next 5.0.0 updates the i18next dependency to version 19, which contains breaking changes. Review the i18next migration guide carefully prior to upgrading.

New Features

This release adds the ability to customize the behavior when a promise rejects in initLibraryAsync. Previously ember-i18next would only log the error to the console. For compatibility with previous versions, this is still the default behavior. However, you can now handle errors in a catch block if the rejectError configuration property is truthy. See the README for details.

Thanks to @mpirio for implementing this new feature.

Changes Included

  • PR #100: Documentation updates.
  • PR #79, #98: Upgrade to latest i18next and i18next-xhr-backend.
  • PR #95: Add configuration property to allow handling errors raised by initLibraryAsync. Thanks to @mpirio for this PR.
  • PR #88: Continuous integration changes.
  • Many dependency updates.

ember-i18next 4.0.0

14 Mar 21:23
Compare
Choose a tag to compare

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.

ember-i18next 3.0.2

12 Feb 17:16
Compare
Choose a tag to compare

Updates dependencies.

Changes Included

  • PR #61: Update to Ember 3.7

ember-i18next 3.0.1

09 Nov 19:03
Compare
Choose a tag to compare

Updates dependencies.

Changes Included

  • PR #60: Update merge to fix prototype pollution vulnerability.

ember-i18next v3.0.0

09 Nov 19:02
Compare
Choose a tag to compare

Updates dependencies and migrates to use the new Ember testing APIs.

Breaking changes

ember-i18next 3.0.0 drops support for Ember 1.13. The addon has been tested with Ember 2.16 LTS, 2.18 LTS and Ember 3.x, but it should work down to version 2.3.

Version 3.0.0 also updates the i18next dependency to version 11, which contains breaking changes. Review the i18next migration guide prior to upgrading.

Changes Included

  • PR #56: Use the new Ember testing API.
  • PR #57: Update addon dependency to Ember 3.4.
  • PR #58: Update to the latest i18next and i18next-xhr-backend.

ember-i18next v2.1.1

18 Oct 22:25
Compare
Choose a tag to compare

Changes Included

This release updates dependencies.

  • Update dependencies: PR #55

ember-i18next v2.1.0

24 Apr 16:36
Compare
Choose a tag to compare

Changes Included

This release updates dependencies and adds a new computed property macro that updates computed text on locale change. See the README for details on use.

  • Update addon dependency to Ember 3: PR #54
  • Add computed property macro: PR #52

ember-i18next v2.0.0

08 Mar 18:07
Compare
Choose a tag to compare

Breaking Changes

Updates the i18next dependency to version 10, which contains breaking changes. Review README.md and the i18next migration guide prior to upgrading.

Changes included

  • Remove use of Bower: PR #45
  • Remove use of Browserify: PR #47
  • Move code to the addon directory: PR #48
  • Use the new Ember modules API: PR #50

ember-i18next v2.0.0-beta.1

07 Jul 22:03
Compare
Choose a tag to compare
Pre-release

Breaking Changes

Updates the i18next dependency to version 3, which contains breaking changes. Review README.md and the i18next migration guide prior to upgrading.

Changes included

  • PR #32: Update to use i18next 3. Thanks to @john-coffey for implementing this.
  • PR #33: Return a safe string from the {{t}} helper, allowing translations to contain markup.
  • Miscellaneous code and documentation cleanup: #28, #29, #31, #36.

ember-i18next v1.1.1

15 Jan 22:21
Compare
Choose a tag to compare

Specify the version string to add to the bower.json when the addon is installed, preventing broken builds (see issue #25).