Releases: feathersjs/hooks
Releases · feathersjs/hooks
v0.6.5
0.6.5 (2021-04-20)
Bug Fixes
- typescript: Tighten up TypeScript settings to be ECMAScript and Deno compatible (#81) (28fe875)
v0.6.4
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
0.6.3 (2021-03-31)
Bug Fixes
- hooks: Add Deno tests and build, CI and fix build (#73) (44787cd)
v0.6.2
0.6.2 (2021-02-08)
Bug Fixes
- hooks: Allow to set context.result to undefined (#70) (7b5807f)
v0.6.1
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
0.6.0 (2020-11-12)
Features
- hooks: Revert refactoring into separate hooks (PR #37) (#57) (56a44be)
v0.5.0
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
Note: Version bump only for package @feathersjs/hooks
v0.3.1
0.3.1 (2020-01-29)
Bug Fixes