Closed fsmanuel closed 2 years ago
Is this "breaking" due to a minimum node support change?
The minimum node version changed to 12.*
and the test coverage for ember changed to ember-lts-3.24
There is another breaking change coming. The module name for imports will change from ember-intl-cp-validations
to @ember-intl/cp-validations
. Somehow ember-cli from 3.9. requires the package name to be the addon name...
I'll create a separate PR for it so it will show up in the changelog.
I think this one is good to go. I'll create some follow up PRs to remove the usage of Ember
to get it running on ember 4.X
Breaking changes:
>= 10.*
to12.*
ember-lts-2.8
toember-lts-3.24
Ref https://github.com/ember-intl/cp-validations/issues/85