Skip to content

Releases: feathersjs/hooks

v0.6.5

20 Apr 15:47
Compare
Choose a tag to compare

0.6.5 (2021-04-20)

Bug Fixes

  • typescript: Tighten up TypeScript settings to be ECMAScript and Deno compatible (#81) (28fe875)

v0.6.4

11 Apr 15:41
Compare
Choose a tag to compare

0.6.4 (2021-04-11)

Bug Fixes

  • allow to hooks a function without middleware (#77) (38b44c3)
  • conserve fn.length and fn.name (#79) (d9bc9af)

v0.6.3

31 Mar 04:50
Compare
Choose a tag to compare

0.6.3 (2021-03-31)

Bug Fixes

  • hooks: Add Deno tests and build, CI and fix build (#73) (44787cd)

v0.6.2

08 Feb 21:33
Compare
Choose a tag to compare

0.6.2 (2021-02-08)

Bug Fixes

  • hooks: Allow to set context.result to undefined (#70) (7b5807f)

v0.6.1

11 Dec 01:39
Compare
Choose a tag to compare

0.6.1 (2020-12-11)

Bug Fixes

  • hooks: fix some errors for feathers integration (#67) (fcfc0ca)
  • hooks: Remove redundant method call (#65) (4ff10a9)
  • hooks: Stricter condition (#64) (6de77a1)

v0.6.0

12 Nov 01:15
Compare
Choose a tag to compare

0.6.0 (2020-11-12)

Features

  • hooks: Revert refactoring into separate hooks (PR #37) (#57) (56a44be)

v0.5.0

01 Jun 17:19
Compare
Choose a tag to compare

0.5.0 (2020-06-01)

Features

  • hooks: Finalize default initializer functionality (#35) (d380d76)
  • hooks: Refactor .params, .props and .defaults into hooks (#37) (9b13b7d)
  • typescript: Improve type indexes for stricter object and class hooks (699f2fd)

v0.5.0-alpha.0

05 Apr 21:24
Compare
Choose a tag to compare
v0.5.0-alpha.0 Pre-release
Pre-release

0.5.0-alpha.0 (2020-04-05)

Note: Version bump only for package @feathersjs/hooks

v0.4.0-alpha.0

19 Feb 19:06
Compare
Choose a tag to compare
v0.4.0-alpha.0 Pre-release
Pre-release

0.4.0-alpha.0 (2020-02-19)

Bug Fixes

Features

v0.3.1

29 Jan 04:02
Compare
Choose a tag to compare

0.3.1 (2020-01-29)

Bug Fixes