Skip to content

Releases: aurelia/i18n

3.0.0-beta.7

28 Mar 23:23
Compare
Choose a tag to compare

aurelia-i18n 3.0.0-beta.7

Bug Fixes

  • setup: adjust i18next init; skip 404 errors (d2256b9)

3.0.0-beta.6

27 Mar 04:53
Compare
Choose a tag to compare

aurelia-i18n 3.0.0-beta.6

Bug Fixes

  • build: adjust umd build for IE11 compat, add umd-es2015 (0bd542a)
  • dist: adjust unpkg field (9974b62)

3.0.0-beta.5

19 Jan 00:39
Compare
Choose a tag to compare

aurelia-i18n 3.0.0-beta.5

Bug Fixes

3.0.0-beta.4

23 Nov 17:08
Compare
Choose a tag to compare

3.0.0-beta.4

Bug Fixes

  • build: correct d.ts import for i18next (b43d5e0)
  • typings: Updating typings.json to map aurelia-i18n.d.ts (d55740e)

3.0.0-beta.3

16 Nov 05:47
Compare
Choose a tag to compare

aurelia-i18n 3.0.0-beta.3

Bug Fixes

  • build: auto fix type def generation (a3b9056)
  • main: reexport df, nf & rt (d2a61b6)
  • package-json: adjust typings path, test watch script (42f3726)
  • relative-time: update for da, sv, nn/no and fi, reformat and sort (#284) (a1b942b)
  • test: path mappings for win and linux (561c33e)

3.0.0-beta.2

11 Sep 19:41
Compare
Choose a tag to compare

3.0.0-beta.2

Bug Fixes

  • loader: applying default options (2ce9dbb)

3.0.0-beta.1

07 Sep 00:32
Compare
Choose a tag to compare

aurelia-i18n 3.0.0-beta.1

Features

BREAKING CHANGES

  • Updated i18next to 11.x.x version
  • removed deprecated df & nf parameters
  • removed auto-loading of Intl polyfill, no longer a dependency
    (make sure to add it by yourself if needed before the app start)
  • removed BaseI18N class in favor of composition over inheritance
  • typings are now distributed from dist/typings/...
  • removed old custom typings for i18next and i18next-xhr-backend

2.3.2

01 Aug 23:23
Compare
Choose a tag to compare

aurelia-i18n 2.3.2

Bug Fixes

  • service: provide params on updateTranslations (0f469ee)

2.3.1

02 Jul 04:14
Compare
Choose a tag to compare
  • Dependency update.

2.3.0

21 Jun 04:37
Compare
Choose a tag to compare

aurelia-i18n 2.3.0

Features

  • i18n: allow multiple attributes with the same key by listing them comma-separated (666cfba)