Skip to content

Releases: gr2m/before-after-hook

v2.0.0

09 Jul 20:59
Compare
Choose a tag to compare

BREAKING CHANGES

  • hook(/* options, */ method) is now hook(method /*, options */)
  • deprecated hook.remove.{before, error, after, wrap}() methods removed. Use hook.remove() instead.
  • Dropped official support for Node 6. It will still work, but we no longer test with it as Node 6 is no longer maintained

v1.4.0

04 Mar 18:11
Compare
Choose a tag to compare

1.4.0 (2019-03-04)

Features

  • new Hook.Singular for better Typescript support (#52) (d1e515f)

v1.3.2

11 Jan 22:37
Compare
Choose a tag to compare

1.3.2 (2019-01-11)

Bug Fixes

  • hook passes option when no handlers are defined (9531548)

v1.3.1

29 Dec 19:45
Compare
Choose a tag to compare

1.3.1 (2018-12-29)

Bug Fixes

v1.3.0

27 Dec 17:17
Compare
Choose a tag to compare

1.3.0 (2018-12-27)

Features

v1.2.0

31 Oct 18:09
Compare
Choose a tag to compare

1.2.0 (2018-10-31)

Bug Fixes

  • remove es6 features for browser compatibility (933ca1c)

Features

  • hook.wrap() & hook.remove() (e7422a4)

v1.1.0

16 Jan 07:01
Compare
Choose a tag to compare

1.1.0 (2018-01-16)

Features

v1.0.2

16 Jan 05:57
Compare
Choose a tag to compare

1.0.2 (2018-01-16)

Bug Fixes

  • package: don’t publish dist files to npm, but upload to github release (5ea4df0)

v1.0.1

10 Dec 14:50
Compare
Choose a tag to compare

1.0.1 (2016-12-10)

Bug Fixes

v1.0.0

07 Dec 17:38
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-12-07)

Features