forked from daren.hsu/line_push
3.2 KiB
3.2 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2020-02-25)
Bug Fixes
- revert back hooks (07f52dc)
Features
2.3.0 (2019-09-01)
Features
- hide deprecate warnings on production builds (0861df3)
2.2.1 (2019-08-21)
2.2.0 (2019-08-21)
Features
- deprecateHooks (62f2d38)
2.1.0 (2019-08-21)
Features
- optional fatal support for logger (7c7355d)
2.0.1 (2019-08-21)
2.0.0 (2019-08-21)
Features
- custom logger (ada6e37)
BREAKING CHANGES
- console is replaced by consola by default
1.0.1 (2019-03-16)
Bug Fixes
- fix package.json (2) (7ff4ce9)
1.0.0 (2019-02-11)
Features
- rewrite for 1.0.0 (88decae)
BREAKING CHANGES
- api change
0.0.7 (2018-01-28)
Bug Fixes
- hook with array or falsy key (7e90de1)
Performance Improvements
- use for in for hookObj (3c8e2e7)
0.0.6 (2018-01-26)
Performance Improvements
- reduce transpiled dist size (df607cf)
0.0.5 (2018-01-26)
Bug Fixes
- package: lib ~> dist (34a8d5c)
0.0.4 (2018-01-26)
Performance Improvements
- handle fn as array faster (ec35edc)
0.0.3 (2018-01-26)
Bug Fixes
- bind hookObj to this context (6f6f7bc)
Performance Improvements
- minor refactor (e4083aa)