ember-localized-model

Handle model field translations for JSON:API

LGPL-3.0 License

Downloads
766
Stars
1
Committers
7

Bot releases are hidden (Show)

ember-localized-model - v4.0.1 Latest Release

Published by anehx 3 months ago

4.0.1 (2024-07-26)

Bug Fixes

  • deps: fix ember data dependencies (ffd927e)
  • deps: fix ember source peer dependency range (cc27565)
ember-localized-model - v4.0.0

Published by anehx 4 months ago

4.0.0 (2024-06-26)

Bug Fixes

BREAKING CHANGES

  • This addon now requires ember-intl >= v7,
    ember-source >= v4.12 and ember-data >= v4.12.
ember-localized-model - v3.2.2

Published by anehx 11 months ago

3.2.2 (2023-12-05)

Bug Fixes

  • deps: install ember-intl automatically (dd89cff)
ember-localized-model - v3.2.1

Published by anehx 11 months ago

3.2.1 (2023-12-05)

Bug Fixes

  • deps: update dependencies (9e29831)
ember-localized-model - v3.2.0

Published by anehx about 1 year ago

3.2.0 (2023-07-27)

Features

  • add embroider/macros for better config (d67afbc)
ember-localized-model - v3.1.0

Published by czosel over 1 year ago

3.1.0 (2023-07-04)

Features

  • add locale region sanitization (00fdd75)
ember-localized-model - v3.0.1

Published by czosel over 1 year ago

3.0.1 (2023-05-22)

Bug Fixes

  • model: use objectDefineProperty for localized attributes (1b1b05b)
ember-localized-model - v3.0.0

Published by Yelinz over 1 year ago

Bug Fixes

  • deps: convert @glimmer/tracking to dependency (947a5c4)
  • deps: convert ember-data to peer dependency (b3adf35)

chore

  • deps: update dependencies (0ef2341)

BREAKING CHANGES

  • deps: Drop support for Ember v3.
ember-localized-model - v1.0.1

Published by velrest over 1 year ago

1.0.1 (2020-08-04)

Bug Fixes

  • exports: fix typo for localized "localied" (cd1eda7)
ember-localized-model - v2.0.0

Published by czosel over 1 year ago

2.0.0 (2023-01-27)

Bug Fixes

  • add missing params for deprecate (efc09aa)
  • change license to LGPL (3aa7bc7)

chore

Code Refactoring

  • decorator: remove need for magic getter to access localized object of a field (af52008)

BREAKING CHANGES

  • Remove previously deprecated getUnlocalizedField.
  • Access the localized object of an attribute via localizedObjects.myField instead of the magic key myFieldObject.
  • Requires ember-auto-import >= v2.0.0
  • Supports node >= 16.x
  • The library is now licensed under the LGPL-3.0-or-later license.
ember-localized-model - v1.2.1

Published by velrest over 3 years ago

1.2.1 (2021-04-21)

Bug Fixes

  • decorators/localized-attr: set default value for new object api (8abf42f)
ember-localized-model - v1.2.0

Published by velrest over 3 years ago

1.2.0 (2021-03-29)

Features

  • make source property name public under new name (41d56c1)
ember-localized-model - v1.1.0

Published by velrest over 3 years ago

1.1.0 (2021-03-17)

Bug Fixes

  • exports: fix typo for localized "localied" (cd1eda7)
  • serializer: handle for non-localized models (c76d829)

Features

  • add fallback locales to ensure we display something (6237bc3)
ember-localized-model - v1.0.0

Published by velrest about 4 years ago

1.0.0 (2020-08-04)

Features

  • initial: split code from emeis and create separate addon (9883839)
ember-localized-model - Release version 0.1.0

Published by velrest about 4 years ago

This is the initial Release.