Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.1...v2.0.0) (2023-01-27)

### Bug Fixes

* add missing params for deprecate ([efc09aa](efc09aa))
* change license to LGPL ([3aa7bc7](3aa7bc7))

### chore

* upgrade to ember v4 ([65ab213](65ab213))

### Code Refactoring

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

### BREAKING CHANGES

* **decorator:** - 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.
  • Loading branch information
semantic-release-bot committed Jan 27, 2023
1 parent 160bfae commit 293a596
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [2.0.0](https://github.com/projectcaluma/ember-localized-model/compare/v1.2.1...v2.0.0) (2023-01-27)


### Bug Fixes

* add missing params for deprecate ([efc09aa](https://github.com/projectcaluma/ember-localized-model/commit/efc09aa9e8748b297d0c4b41426995d01bad6831))
* change license to LGPL ([3aa7bc7](https://github.com/projectcaluma/ember-localized-model/commit/3aa7bc74547e0e9f910c7f9f0a96093a4bcee47e))


### chore

* upgrade to ember v4 ([65ab213](https://github.com/projectcaluma/ember-localized-model/commit/65ab2130dc9b02d197737daa80e83c197fa5e9d2))


### Code Refactoring

* **decorator:** remove need for magic getter to access localized object of a field ([af52008](https://github.com/projectcaluma/ember-localized-model/commit/af520080663d38c349bc232ccbf73d4e32d94055))


### BREAKING CHANGES

* **decorator:** - 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.

## [1.2.1](https://github.com/projectcaluma/ember-localized-model/compare/v1.2.0...v1.2.1) (2021-04-21)

### Bug Fixes
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-localized-model",
"version": "1.2.1",
"version": "2.0.0",
"description": "Handle model field translations for JSON:API",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 293a596

Please sign in to comment.