## v1.0.2 (2020-12-02)

#### :bug: Bug Fix
* [#92](https://github.com/ef4/ember-set-body-class/pull/92) services/body-class: Cancel the scheduled update only on fastboot ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#82](https://github.com/ef4/ember-set-body-class/pull/82) Adjust browser targets to transpile optional chaining away ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## v1.0.1 (2020-10-16)

#### :memo: Documentation
* [#64](https://github.com/ef4/ember-set-body-class/pull/64) Update README and add basic CONTRIBUTING guide ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#70](https://github.com/ef4/ember-set-body-class/pull/70) Convert dummy app objects to native classes ([@Turbo87](https://github.com/Turbo87))
* [#71](https://github.com/ef4/ember-set-body-class/pull/71) template-lint: Fix `no-implicit-this` warnings ([@Turbo87](https://github.com/Turbo87))
* [#68](https://github.com/ef4/ember-set-body-class/pull/68) Add `ember-template-lint` ([@Turbo87](https://github.com/Turbo87))
* [#67](https://github.com/ef4/ember-set-body-class/pull/67) Remove obsolete `eslint-env` directives ([@Turbo87](https://github.com/Turbo87))
* [#65](https://github.com/ef4/ember-set-body-class/pull/65) Add `@ember/optional-features` and CI scenarios without it ([@Turbo87](https://github.com/Turbo87))
* [#63](https://github.com/ef4/ember-set-body-class/pull/63) Update `.npmignore` file ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

## v1.0.0 (2020-10-16)

#### :boom: Breaking Change
* [#54](https://github.com/ef4/ember-set-body-class/pull/54) Replace `set-body-class` component with helper ([@Turbo87](https://github.com/Turbo87))
* [#55](https://github.com/ef4/ember-set-body-class/pull/55) Drop support for Ember.js v3.8 and v3.9 ([@Turbo87](https://github.com/Turbo87))
* [#24](https://github.com/ef4/ember-set-body-class/pull/24) Drop support for Ember.js v3.7.x and below ([@Turbo87](https://github.com/Turbo87))
* [#13](https://github.com/ef4/ember-set-body-class/pull/13) Drop support for Node v4, v6 and v8 ([@Turbo87](https://github.com/Turbo87))

#### :rocket: Enhancement
* [#23](https://github.com/ef4/ember-set-body-class/pull/23) Update `ember-cli-babel` to v7.22.1 ([@Turbo87](https://github.com/Turbo87))

#### :bug: Bug Fix
* [#12](https://github.com/ef4/ember-set-body-class/pull/12) util/get-dom: Fix copy/paste issue in the error message ([@Turbo87](https://github.com/Turbo87))

#### :memo: Documentation
* [#9](https://github.com/ef4/ember-set-body-class/pull/9) Update Readme with info about Fastboot support ([@acorncom](https://github.com/acorncom))

#### :house: Internal
* [#61](https://github.com/ef4/ember-set-body-class/pull/61) Add `release-it` to simplify the release process ([@Turbo87](https://github.com/Turbo87))
* [#60](https://github.com/ef4/ember-set-body-class/pull/60) CI: Add `release` job ([@Turbo87](https://github.com/Turbo87))
* [#57](https://github.com/ef4/ember-set-body-class/pull/57) Convert to native classes ([@Turbo87](https://github.com/Turbo87))
* [#26](https://github.com/ef4/ember-set-body-class/pull/26) ember-try: Use `ember-source-channel-url` for release channels ([@Turbo87](https://github.com/Turbo87))
* [#56](https://github.com/ef4/ember-set-body-class/pull/56) CI: Disable broken release channel scenarios ([@Turbo87](https://github.com/Turbo87))
* [#53](https://github.com/ef4/ember-set-body-class/pull/53) Replace unit/integration test with more application tests ([@Turbo87](https://github.com/Turbo87))
* [#52](https://github.com/ef4/ember-set-body-class/pull/52) Remove obsolete `getDOM()` utility ([@Turbo87](https://github.com/Turbo87))
* [#44](https://github.com/ef4/ember-set-body-class/pull/44) renovate: Enable automerging for semver-compatible updates ([@Turbo87](https://github.com/Turbo87))
* [#33](https://github.com/ef4/ember-set-body-class/pull/33) Use `prettier` for code formatting ([@Turbo87](https://github.com/Turbo87))
* [#31](https://github.com/ef4/ember-set-body-class/pull/31) Update ESLint and add Ember and Node plugins ([@Turbo87](https://github.com/Turbo87))
* [#30](https://github.com/ef4/ember-set-body-class/pull/30) tests: Remove unused test-helpers ([@Turbo87](https://github.com/Turbo87))
* [#29](https://github.com/ef4/ember-set-body-class/pull/29) Update `ember-cli-inject-live-reload` to v2.0.2 ([@Turbo87](https://github.com/Turbo87))
* [#28](https://github.com/ef4/ember-set-body-class/pull/28) Use `qunit-dom` for CSS class assertions ([@Turbo87](https://github.com/Turbo87))
* [#27](https://github.com/ef4/ember-set-body-class/pull/27) tests/acceptance: Use `setupApplicationTest()` helper ([@Turbo87](https://github.com/Turbo87))
* [#25](https://github.com/ef4/ember-set-body-class/pull/25) Remove unused/unnecessary dev dependencies ([@Turbo87](https://github.com/Turbo87))
* [#22](https://github.com/ef4/ember-set-body-class/pull/22) Use `ember-cli-fastboot-testing` for fastboot testing ([@Turbo87](https://github.com/Turbo87))
* [#21](https://github.com/ef4/ember-set-body-class/pull/21) Add explicit `ember-try` dev dependency ([@Turbo87](https://github.com/Turbo87))
* [#19](https://github.com/ef4/ember-set-body-class/pull/19) ember-try: Add additional LTS version scenarios ([@Turbo87](https://github.com/Turbo87))
* [#17](https://github.com/ef4/ember-set-body-class/pull/17) Migrate from `ember-cli-qunit` to `ember-qunit` ([@Turbo87](https://github.com/Turbo87))
* [#20](https://github.com/ef4/ember-set-body-class/pull/20) Update fastboot dependencies ([@Turbo87](https://github.com/Turbo87))
* [#16](https://github.com/ef4/ember-set-body-class/pull/16) Add GitHub Actions config ([@Turbo87](https://github.com/Turbo87))
* [#14](https://github.com/ef4/ember-set-body-class/pull/14) Migrate from `ember-cli-eslint` to `eslint` ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- David Baker ([@acorncom](https://github.com/acorncom))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))

