# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.0.1](https://github.com/knownasilya/ember-toastr/compare/v3.0.0...v3.0.1) (2023-01-06)


### Bug Fixes

* deprecated-run-loop-and-computed-dot-access-deprecation by importing bind directly ([#74](https://github.com/knownasilya/ember-toastr/issues/74)) ([286d891](https://github.com/knownasilya/ember-toastr/commit/286d89186a46c1c9d7eacaaddf7e6bb2f2d914e0))

## [3.0.0](https://github.com/knownasilya/ember-toastr/compare/v2.0.2...v3.0.0) (2020-09-13)


### ⚠ BREAKING CHANGES

* Drop Node < 10
* Drop Ember < 3.12 LTS (might work, but untested going forward)

### Bug Fixes

* fastboot support ([b7bc9de](https://github.com/knownasilya/ember-toastr/commit/b7bc9de6b5faf452f801f2db030b3540fa962e61)), closes [#31](https://github.com/knownasilya/ember-toastr/issues/31)
* update deps ([8eb9229](https://github.com/knownasilya/ember-toastr/commit/8eb9229380c4f97259d1ffd09c0d9b2bb8ce1a82))
* Upgrade Ember v3.13.1...v3.21.2 ([764d27f](https://github.com/knownasilya/ember-toastr/commit/764d27f22dbd779044d5b57d5fe6551272e29b92))

### [2.0.2](https://github.com/knownasilya/ember-toastr/compare/v2.0.1...v2.0.2) (2020-09-12)

### [2.0.1](https://github.com/knownasilya/ember-toastr/compare/v2.0.0...v2.0.1) (2019-10-11)


### Bug Fixes

* bring back options and defaults, remove old docs and files ([819da51](https://github.com/knownasilya/ember-toastr/commit/819da51))

## [2.0.0](https://github.com/knownasilya/ember-toastr/compare/v1.7.2...v2.0.0) (2019-09-30)


### ⚠ BREAKING CHANGES

* remove auto inject, need to use inject to add service to controllers, routes or components. See readme.
* drops node v4 and v6 support
* potentially breaks usage with Ember < 3.4

### Bug Fixes

* add lock file ([8e2fe93](https://github.com/knownasilya/ember-toastr/commit/8e2fe93))
* remove auto inject ([ad8cecf](https://github.com/knownasilya/ember-toastr/commit/ad8cecf))
* remove old dep ([c1f89f4](https://github.com/knownasilya/ember-toastr/commit/c1f89f4))
* update some deps ([207d84e](https://github.com/knownasilya/ember-toastr/commit/207d84e))
* update to latest deps for security ([dc370ee](https://github.com/knownasilya/ember-toastr/commit/dc370ee))

<a name="1.7.2"></a>
## [1.7.2](https://github.com/knownasilya/ember-toastr/compare/v1.7.1...v1.7.2) (2018-05-18)


### Bug Fixes

* Add FastBoot support [#21](https://github.com/knownasilya/ember-toastr/issues/21) ([#30](https://github.com/knownasilya/ember-toastr/issues/30)) ([36c9667](https://github.com/knownasilya/ember-toastr/commit/36c9667))



<a name="1.7.1"></a>
## [1.7.1](https://github.com/knownasilya/ember-toastr/compare/v1.7.0...v1.7.1) (2018-02-13)
