|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## v2.0.0 (2021-11-04) |
| 4 | + |
| 5 | +#### :boom: Breaking Change |
| 6 | +* [#586](https://github.com/ember-cli/ember-try/pull/586) Drop support for scenarios with bower. ([@rwjblue](https://github.com/rwjblue)) |
| 7 | + |
| 8 | +#### :rocket: Enhancement |
| 9 | +* [#787](https://github.com/ember-cli/ember-try/pull/787) Implement `pnpm` adapter ([@Turbo87](https://github.com/Turbo87)) |
| 10 | +* [#143](https://github.com/ember-cli/ember-try/pull/143) Remove requirement to have dependency managers. ([@rwjblue](https://github.com/rwjblue)) |
| 11 | +* [#585](https://github.com/ember-cli/ember-try/pull/585) Use `ember-addon.configPath` from `package.json` if defined. ([@rwjblue](https://github.com/rwjblue)) |
| 12 | + |
| 13 | +#### :bug: Bug Fix |
| 14 | +* [#467](https://github.com/ember-cli/ember-try/pull/467) Ensure Yarn Workspace adapter supports `ember try:reset`. ([@rwjblue](https://github.com/rwjblue)) |
| 15 | +* [#463](https://github.com/ember-cli/ember-try/pull/463) Handle additional `yarn` workspace definition formats ([@BarryThePenguin](https://github.com/BarryThePenguin)) |
| 16 | + |
| 17 | +#### :house: Internal |
| 18 | +* [#745](https://github.com/ember-cli/ember-try/pull/745) CI: Remove job schedule ([@Turbo87](https://github.com/Turbo87)) |
| 19 | +* [#596](https://github.com/ember-cli/ember-try/pull/596) Remove unused devDeps and addon blueprint files. ([@rwjblue](https://github.com/rwjblue)) |
| 20 | +* [#595](https://github.com/ember-cli/ember-try/pull/595) Add Prettier to linting configuration. ([@rwjblue](https://github.com/rwjblue)) |
| 21 | +* [#593](https://github.com/ember-cli/ember-try/pull/593) Migrate Windows smoke test to GitHub Actions. ([@rwjblue](https://github.com/rwjblue)) |
| 22 | +* [#587](https://github.com/ember-cli/ember-try/pull/587) Add release automation setup. ([@rwjblue](https://github.com/rwjblue)) |
| 23 | +* [#594](https://github.com/ember-cli/ember-try/pull/594) Limit SemVer range smoke test to > 2.16 < 3.0.0. ([@rwjblue](https://github.com/rwjblue)) |
| 24 | +* [#584](https://github.com/ember-cli/ember-try/pull/584) Use matrix builds to speed up all commands smoke tests ([@rwjblue](https://github.com/rwjblue)) |
| 25 | + |
| 26 | +#### Committers: 4 |
| 27 | +- Jonathan Haines ([@BarryThePenguin](https://github.com/BarryThePenguin)) |
| 28 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 29 | +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 30 | +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
| 31 | + |
| 32 | + |
1 | 33 | ## [v1.4.0](https://github.com/ember-cli/ember-try/tree/v1.4.0)
|
2 | 34 |
|
3 | 35 | [Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.3.0...v1.4.0)
|
|
0 commit comments