All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.8.1 (2023-02-10)
0.8.0 (2023-02-07)
0.7.6 (2022-12-08)
0.7.5 (2022-06-04)
- hooks: Ensure that all error hooks are run (#103) (bbd1979)
- hooks: Update regular hook order as suggested in #97 (9b758fc)
0.7.4 (2022-04-27)
0.7.3 (2022-02-05)
0.7.2 (2021-11-20)
- Use proper Deno location (c70b070)
0.7.1 (2021-11-20)
- Update Deno package location (b2ae6eb)
0.7.0 (2021-11-19)
- Add support for regular before, after and error hooks (#92) (8e4328f)
- Move development and publishing to Deno (#93) (c2a1b0b)
0.6.5 (2021-04-20)
0.6.4 (2021-04-11)
- allow to hooks a function without middleware (#77) (38b44c3)
- conserve fn.length and fn.name (#79) (d9bc9af)
0.6.3 (2021-03-31)
0.6.2 (2021-02-08)
0.6.1 (2020-12-11)
- hooks: fix some errors for feathers integration (#67) (fcfc0ca)
- hooks: Remove redundant method call (#65) (4ff10a9)
- hooks: Stricter condition (#64) (6de77a1)
0.6.0 (2020-11-12)
0.5.0 (2020-06-01)
- 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)
0.5.0-alpha.0 (2020-04-05)
Note: Version bump only for package @feathersjs/hooks
0.4.0-alpha.0 (2020-02-19)
- conserve props from original method (#19) (9a77e81)
- remove walkOriginal (df1f7ff)
- Update withParams (#16) (b89d044)
- use collector of each .original (#17) (33fd2cb)
0.3.1 (2020-01-29)
- Fix dependency entries (4a15e74)