1 | # Changelog
|
2 |
|
3 | ## Release (2024-02-21)
|
4 |
|
5 | @ember/optional-features 2.1.0 (minor)
|
6 |
|
7 | #### :rocket: Enhancement
|
8 | * `@ember/optional-features`
|
9 | * [#334](https://github.com/emberjs/ember-optional-features/pull/334) Add feature for no-implicit-route-model - only effective from ember-source 5.7 ([@achambers](https://github.com/achambers))
|
10 |
|
11 | #### :house: Internal
|
12 | * `@ember/optional-features`
|
13 | * [#339](https://github.com/emberjs/ember-optional-features/pull/339) update release-plan ([@mansona](https://github.com/mansona))
|
14 | * [#337](https://github.com/emberjs/ember-optional-features/pull/337) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
15 | * [#338](https://github.com/emberjs/ember-optional-features/pull/338) switch to npm ([@mansona](https://github.com/mansona))
|
16 | * [#335](https://github.com/emberjs/ember-optional-features/pull/335) Test against Node 16, 18, and 20 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
17 |
|
18 | #### Committers: 3
|
19 | - Aaron Chambers ([@achambers](https://github.com/achambers))
|
20 | - Chris Manson ([@mansona](https://github.com/mansona))
|
21 | - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
22 |
|
23 | ## v2.0.0 (2020-08-27)
|
24 |
|
25 | #### :boom: Breaking Change
|
26 | * [#238](https://github.com/emberjs/ember-optional-features/pull/238) Drop Node 8 support. ([@rwjblue](https://github.com/rwjblue))
|
27 |
|
28 | #### :rocket: Enhancement
|
29 | * [#242](https://github.com/emberjs/ember-optional-features/pull/242) Update dependencies to latest versions. ([@rwjblue](https://github.com/rwjblue))
|
30 |
|
31 | #### :house: Internal
|
32 | * [#249](https://github.com/emberjs/ember-optional-features/pull/249) Drop util.promisify usage. ([@rwjblue](https://github.com/rwjblue))
|
33 | * [#248](https://github.com/emberjs/ember-optional-features/pull/248) Re-roll yarn.lock. ([@rwjblue](https://github.com/rwjblue))
|
34 | * [#247](https://github.com/emberjs/ember-optional-features/pull/247) Add prettier setup to eslint config. ([@rwjblue](https://github.com/rwjblue))
|
35 | * [#245](https://github.com/emberjs/ember-optional-features/pull/245) Update linting package versions. ([@rwjblue](https://github.com/rwjblue))
|
36 | * [#243](https://github.com/emberjs/ember-optional-features/pull/243) Update automated release setup. ([@rwjblue](https://github.com/rwjblue))
|
37 | * [#240](https://github.com/emberjs/ember-optional-features/pull/240) Drop TravisCI (in favor of GitHub Actions) ([@rwjblue](https://github.com/rwjblue))
|
38 |
|
39 | #### Committers: 2
|
40 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
41 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
42 |
|
43 |
|
44 | ## v1.3.0 (2019-12-19)
|
45 |
|
46 | #### :rocket: Enhancement
|
47 | * [#162](https://github.com/emberjs/ember-optional-features/pull/162) Add `--run-codemod` command line option. ([@rwjblue](https://github.com/rwjblue))
|
48 |
|
49 | #### :house: Internal
|
50 | * [#161](https://github.com/emberjs/ember-optional-features/pull/161) Remove co.wrap usage in favor of using async/await directly. ([@rwjblue](https://github.com/rwjblue))
|
51 |
|
52 | #### Committers: 1
|
53 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
54 |
|
55 | ## v1.2.0 (2019-12-16)
|
56 |
|
57 | #### :bug: Bug Fix
|
58 | * [#159](https://github.com/emberjs/ember-optional-features/pull/159) Fix command ignoring existing config in an addon ([@simonihmig](https://github.com/simonihmig))
|
59 |
|
60 | #### Committers: 2
|
61 | - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
|
62 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
63 |
|
64 | ## v1.1.0 (2019-10-23)
|
65 |
|
66 | #### :rocket: Enhancement
|
67 | * [#148](https://github.com/emberjs/ember-optional-features/pull/148) [FEATURE] Adds isFeatureExplicitlySet API ([@pzuraq](https://github.com/pzuraq))
|
68 |
|
69 | #### Committers: 2
|
70 | - Chris Garrett ([@pzuraq](https://github.com/pzuraq))
|
71 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
72 |
|
73 | ## v1.0.0 (2019-09-21)
|
74 |
|
75 | #### :boom: Breaking Change
|
76 | * [#95](https://github.com/emberjs/ember-optional-features/pull/95) Drop support for Node 6 ([@Turbo87](https://github.com/Turbo87))
|
77 |
|
78 | #### :rocket: Enhancement
|
79 | * [#132](https://github.com/emberjs/ember-optional-features/pull/132) Add default-async-observers optional feature. ([@rwjblue](https://github.com/rwjblue))
|
80 | * [#97](https://github.com/emberjs/ember-optional-features/pull/97) template-only-glimmer-components: Add support for pods and mixed layouts ([@Turbo87](https://github.com/Turbo87))
|
81 |
|
82 | #### :memo: Documentation
|
83 | * [#34](https://github.com/emberjs/ember-optional-features/pull/34) Document API for reading features at build/run-time ([@bendemboski](https://github.com/bendemboski))
|
84 |
|
85 | #### :house: Internal
|
86 | * [#96](https://github.com/emberjs/ember-optional-features/pull/96) Update ESLint to v5.x ([@Turbo87](https://github.com/Turbo87))
|
87 |
|
88 | #### Committers: 4
|
89 | - Ben Demboski ([@bendemboski](https://github.com/bendemboski))
|
90 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
91 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
|
92 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
93 |
|