# Changelog

## Release (2025-03-21)

* ember-classic-decorator 4.0.0 (major)

#### :boom: Breaking Change
* `ember-classic-decorator`
  * [#114](https://github.com/emberjs/ember-classic-decorator/pull/114) Drop support for Node < 18, update to 4.12 with ember-cli-update, and convert to pnpm ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `ember-classic-decorator`
  * [#119](https://github.com/emberjs/ember-classic-decorator/pull/119) Fix Ember 5.x ([@mansona](https://github.com/mansona))

#### :memo: Documentation
* `ember-classic-decorator`
  * [#112](https://github.com/emberjs/ember-classic-decorator/pull/112) Add note to README ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `ember-classic-decorator`
  * [#120](https://github.com/emberjs/ember-classic-decorator/pull/120) make sure we're testing with the right ember-data versions ([@mansona](https://github.com/mansona))
  * [#117](https://github.com/emberjs/ember-classic-decorator/pull/117) start using release-plan ([@mansona](https://github.com/mansona))
  * [#115](https://github.com/emberjs/ember-classic-decorator/pull/115) remove mirage ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)



## v3.0.1 (2022-10-12)

#### :bug: Bug Fix
* [#93](https://github.com/emberjs/ember-classic-decorator/pull/93) Ember cli deprecation workflow compatibility ([@andreyfel](https://github.com/andreyfel))

#### Committers: 1
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))

## v3.0.0 (2022-01-31)

#### :boom: Breaking Change
* [#86](https://github.com/emberjs/ember-classic-decorator/pull/86) Run `ember-cli-update` ([@boris-petrov](https://github.com/boris-petrov)). This drops support for Node < 12 and Ember < 3.24.

#### :rocket: Enhancement
* [#89](https://github.com/emberjs/ember-classic-decorator/pull/89) Ember 4 compatibility ([@boris-petrov](https://github.com/boris-petrov))

#### Committers: 1
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))

## v2.0.1 (2021-11-04)

#### :bug: Bug Fix
* [#75](https://github.com/emberjs/ember-classic-decorator/pull/75) Restore functions that were previously available at window.require.x ([@gilest](https://github.com/gilest))

#### :memo: Documentation
* [#59](https://github.com/emberjs/ember-classic-decorator/pull/59) Update release setup ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#59](https://github.com/emberjs/ember-classic-decorator/pull/59) Update release setup ([@rwjblue](https://github.com/rwjblue))

#### Committers: 4
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
- Giles Thompson ([@gilest](https://github.com/gilest))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)


## v2.0.0 (2020-09-16)

#### :boom: Breaking Change
* [#50](https://github.com/emberjs/ember-classic-decorator/pull/50) embroider-compatible implementation ([@ef4](https://github.com/ef4))

#### :bug: Bug Fix
* [#40](https://github.com/emberjs/ember-classic-decorator/pull/40) [BUGFIX] Adds all router location classes ([@pzuraq](https://github.com/pzuraq))

#### :house: Internal
* [#52](https://github.com/emberjs/ember-classic-decorator/pull/52) [FEAT] Adds release-it setup ([@pzuraq](https://github.com/pzuraq))

#### Committers: 2
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
- Edward Faulkner ([@ef4](https://github.com/ef4))


