|
| 1 | + |
| 2 | +## v9.0.0 (2022-12-19) |
| 3 | +TL;DR: drop some old versions, and ship TypeScript type definitions. |
| 4 | + |
| 5 | +#### :boom: Breaking Change |
| 6 | +* [#835](https://github.com/ember-cli/ember-resolver/pull/835) Drop support for Ember 3.x, add 4.8 to CI ([@chriskrycho](https://github.com/chriskrycho)) |
| 7 | +* [#774](https://github.com/ember-cli/ember-resolver/pull/774) Remove CI scenarios for Ember < 3.24 ([@rwjblue](https://github.com/rwjblue)) |
| 8 | +* [#758](https://github.com/ember-cli/ember-resolver/pull/758) Remove support for ember-cli < 2.0.0 ([@rwjblue](https://github.com/rwjblue)) |
| 9 | +* [#757](https://github.com/ember-cli/ember-resolver/pull/757) Drop support for Node 10, 11, 12, 13, 15, and 17. ([@rwjblue](https://github.com/rwjblue)) |
| 10 | + |
| 11 | +#### :rocket: Enhancement |
| 12 | +* [#823](https://github.com/ember-cli/ember-resolver/pull/823) Feature: Introduce ambient type definitions ([@chriskrycho](https://github.com/chriskrycho)) |
| 13 | + |
| 14 | +#### :bug: Bug Fix |
| 15 | +* [#831](https://github.com/ember-cli/ember-resolver/pull/831) Bugfix/types: `Resolver extends EmberObject` ([@chriskrycho](https://github.com/chriskrycho)) |
| 16 | + |
| 17 | +#### :memo: Documentation |
| 18 | +* [#778](https://github.com/ember-cli/ember-resolver/pull/778) Refactor the README ([@rwjblue](https://github.com/rwjblue)) |
| 19 | + |
| 20 | +#### :house: Internal |
| 21 | +* [#834](https://github.com/ember-cli/ember-resolver/pull/834) Fix release-it config ([@chriskrycho](https://github.com/chriskrycho)) |
| 22 | +* [#782](https://github.com/ember-cli/ember-resolver/pull/782) V2 Addon Part 1: Separate test-app from addon ([@rwjblue](https://github.com/rwjblue)) |
| 23 | +* [#781](https://github.com/ember-cli/ember-resolver/pull/781) Remove unused dependencies ([@rwjblue](https://github.com/rwjblue)) |
| 24 | +* [#780](https://github.com/ember-cli/ember-resolver/pull/780) Add concurrency setup to CI ([@rwjblue](https://github.com/rwjblue)) |
| 25 | +* [#779](https://github.com/ember-cli/ember-resolver/pull/779) Migrate to `npm` ([@rwjblue](https://github.com/rwjblue)) |
| 26 | +* [#777](https://github.com/ember-cli/ember-resolver/pull/777) Update minimum ember-cli-babel version to 7.26.11 ([@rwjblue](https://github.com/rwjblue)) |
| 27 | +* [#714](https://github.com/ember-cli/ember-resolver/pull/714) Update npmignore file ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 28 | +* [#776](https://github.com/ember-cli/ember-resolver/pull/776) Add Ember 3.28 and 4.4 CI scenarios ([@rwjblue](https://github.com/rwjblue)) |
| 29 | +* [#775](https://github.com/ember-cli/ember-resolver/pull/775) Update Embroider CI scenarios to ^1.8.0 ([@rwjblue](https://github.com/rwjblue)) |
| 30 | +* [#772](https://github.com/ember-cli/ember-resolver/pull/772) Update devDependencies to latest. ([@rwjblue](https://github.com/rwjblue)) |
| 31 | +* [#773](https://github.com/ember-cli/ember-resolver/pull/773) Remove "classic" edition CI scenarios ([@rwjblue](https://github.com/rwjblue)) |
| 32 | +* [#771](https://github.com/ember-cli/ember-resolver/pull/771) Fix CI when using Ember 4+ ([@rwjblue](https://github.com/rwjblue)) |
| 33 | +* [#756](https://github.com/ember-cli/ember-resolver/pull/756) Update ember-auto-import to >= 2.4.2 ([@rwjblue](https://github.com/rwjblue)) |
| 34 | + |
| 35 | +#### Committers: 3 |
| 36 | +- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho)) |
| 37 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 38 | +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 39 | + |
1 | 40 | ## v8.0.3 (2021-09-09) |
2 | 41 |
|
3 | 42 | #### :bug: Bug Fix |
|
0 commit comments