|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Release (2024-10-27) |
| 4 | + |
| 5 | +ember-changeset 5.0.0 (major) |
| 6 | + |
| 7 | +#### :boom: Breaking Change |
| 8 | +* `ember-changeset` |
| 9 | + * [#688](https://github.com/adopted-ember-addons/ember-changeset/pull/688) Drop support for Node.js 17 and below ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 10 | + |
| 11 | +#### :rocket: Enhancement |
| 12 | +* `ember-changeset` |
| 13 | + * [#662](https://github.com/adopted-ember-addons/ember-changeset/pull/662) Pass through original mergeDeep error in cause property ([@mintyfloss](https://github.com/mintyfloss)) |
| 14 | + |
| 15 | +#### :memo: Documentation |
| 16 | +* `ember-changeset` |
| 17 | + * [#691](https://github.com/adopted-ember-addons/ember-changeset/pull/691) Modernize readme examples ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 18 | + * [#690](https://github.com/adopted-ember-addons/ember-changeset/pull/690) Update minimum supported Node.js version in README.md ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 19 | + * [#687](https://github.com/adopted-ember-addons/ember-changeset/pull/687) Add missing changelog entries ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 20 | + * [#672](https://github.com/adopted-ember-addons/ember-changeset/pull/672) Update documentation urls to the new location ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 21 | + * [#671](https://github.com/adopted-ember-addons/ember-changeset/pull/671) Update the `repository` field of the `package.json` to point to the new location ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 22 | + * [#666](https://github.com/adopted-ember-addons/ember-changeset/pull/666) Use #let instead of deprecated #with in example ([@x-m-el](https://github.com/x-m-el)) |
| 23 | + |
| 24 | +#### :house: Internal |
| 25 | +* `ember-changeset` |
| 26 | + * [#692](https://github.com/adopted-ember-addons/ember-changeset/pull/692) Remove unnecessary .gitkeep files ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 27 | + * [#684](https://github.com/adopted-ember-addons/ember-changeset/pull/684) Sync with latest addon blueprint via ember-cli-update --to=5.12 ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 28 | + * [#682](https://github.com/adopted-ember-addons/ember-changeset/pull/682) Switch from release-it to release-plan ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 29 | + * [#686](https://github.com/adopted-ember-addons/ember-changeset/pull/686) Bump eslint-plugin-qunit to v8 ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 30 | + * [#685](https://github.com/adopted-ember-addons/ember-changeset/pull/685) Replace Input component in tests with input element ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 31 | + * [#681](https://github.com/adopted-ember-addons/ember-changeset/pull/681) Sync with latest addon blueprint via ember-cli-update --to=4.12 ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 32 | + * [#683](https://github.com/adopted-ember-addons/ember-changeset/pull/683) Replace action helper with fn ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 33 | + * [#680](https://github.com/adopted-ember-addons/ember-changeset/pull/680) Bump ember-template-lint to v5 and fix errors ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 34 | + * [#679](https://github.com/adopted-ember-addons/ember-changeset/pull/679) Explicit relationships options and ED store import in dummy app ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 35 | + * [#678](https://github.com/adopted-ember-addons/ember-changeset/pull/678) Move components templates to colocated layout ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 36 | + * [#676](https://github.com/adopted-ember-addons/ember-changeset/pull/676) Introduce stylelint ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 37 | + * [#677](https://github.com/adopted-ember-addons/ember-changeset/pull/677) Replace `with` template helper with `let` ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 38 | + * [#673](https://github.com/adopted-ember-addons/ember-changeset/pull/673) Bump prettier to v3 and fix lint ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 39 | + * [#675](https://github.com/adopted-ember-addons/ember-changeset/pull/675) Bump ESLint to v8 and related plugins ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 40 | + * [#674](https://github.com/adopted-ember-addons/ember-changeset/pull/674) Bump GitHub actions ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 41 | + |
| 42 | +#### Committers: 3 |
| 43 | +- Michael Cheng ([@mintyfloss](https://github.com/mintyfloss)) |
| 44 | +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 45 | +- [@x-m-el](https://github.com/x-m-el) |
| 46 | + |
3 | 47 | Some notable changes going from 2.x to 3.x
|
4 | 48 |
|
5 | 49 | - error.validation is a string if one validation and array if multiple validations.
|
|
0 commit comments