Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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