CHANGELOG.md
# Vue-izitoast Changelog
## v1.2.1 (August 29, 2019)
- [#23](https://github.com/arthurvasconcelos/vue-izitoast/issues/23) [BUGFIX] Fixed undefined toast in Vue prototype.
- [#6](https://github.com/arthurvasconcelos/vue-izitoast/issues/6) [IMPROVEMENT] Improved error message of `_checkParams` to show correct method signature.
### Breaking Changes
- Now Vue-izitoast is accessed through `Vue.toast` or `this.$toast`.
## v1.2.0 (August 23, 2019)
- [#16](https://github.com/arthurvasconcelos/vue-izitoast/issue/16) / [#17](https://github.com/arthurvasconcelos/vue-izitoast/issue/17) / [#20](https://github.com/arthurvasconcelos/vue-izitoast/pull/20) / [#22](https://github.com/arthurvasconcelos/vue-izitoast/pull/20) [BUGFIX] Removed Node Engine from package.json
- [FEATURE] Implemented Types;
- [FEATURE] Implemented Tests;
- [FEATURE] Implemented Github Workflow;
- [FEATURE] Implemented Storybook and released as [GH Pages](https://arthurvasconcelos.com.br/vue-izitoast);
- [FEATURE] Improves on building process;
## v1.1.2 (November 01, 2018)
- Update builded files.
## v1.1.1 (November 01, 2018)
- [#4](https://github.com/arthurvasconcelos/vue-izitoast/pull/4) / [#9](https://github.com/arthurvasconcelos/vue-izitoast/pull/9) [BUGFIX] Support node 9, 10 and npm 6+.
## v1.1.0 (May 18, 2018)
- Bumped IziToast version to 1.3.0
- [#1](https://github.com/arthurvasconcelos/vue-izitoast/pull/1) [BUGFIX] Update _checkEventNames where was a logical typo causing a always true check.
## v1.0.1 (February 16, 2018)
- Included code examples
## v1.0.0 (January 28, 2018)
- First release