Skip to content

v2.0.0

Compare
Choose a tag to compare
@czosel czosel released this 27 Jan 12:35
· 288 commits to main since this release

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.