Skip to content

Latest commit

 

History

History
284 lines (92 loc) · 9.96 KB

CHANGELOG.md

File metadata and controls

284 lines (92 loc) · 9.96 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.9.0 (2024-02-25)

Bug Fixes

  • Use Symbol.for to register a single instance of all hooks (#110) (92a342e)

Features

  • Move to TypeScript 5 non-experimental decorators (#109) (05bde46)

0.8.1 (2023-02-10)

Bug Fixes

0.8.0 (2023-02-07)

Bug Fixes

  • hooks: Update context.error in error hooks (#107) (d148869)

Features

0.7.6 (2022-12-08)

Bug Fixes

0.7.5 (2022-06-04)

Bug Fixes

  • 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)

Bug Fixes

  • hooks: Allow hooks on functions that have properties (#102) (eee7880)

0.7.3 (2022-02-05)

Bug Fixes

  • build: Update DNT build system to fix Webpack builds (#99) (7b7033b)

0.7.2 (2021-11-20)

Bug Fixes

  • Use proper Deno location (c70b070)

0.7.1 (2021-11-20)

Bug Fixes

  • Update Deno package location (b2ae6eb)

0.7.0 (2021-11-19)

Features

  • 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)

Bug Fixes

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

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)

0.6.3 (2021-03-31)

Bug Fixes

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

0.6.2 (2021-02-08)

Bug Fixes

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

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)

0.6.0 (2020-11-12)

Features

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

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)

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

Note: Version bump only for package @feathersjs/hooks

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

Bug Fixes

Features

0.3.1 (2020-01-29)

Bug Fixes

0.3.0 (2020-01-29)

Features

  • Allow multiple context initializers (#12) (a556272)

0.2.0 (2020-01-14)

Bug Fixes

  • Add tests for fn.original and update documentation (#5) (f4c1955)

Features

  • Add browser build (#8) (d6162ca)
  • Add build script and publish a version for Deno (#6) (f2b5697)
  • Refactoring to pass an option object to initialize hooks more explicitly (#7) (8f2453f)

0.1.0 (2020-01-05)

Features

  • Finalize functionality for initial release of @feathersjs/hooks package (#1) (edab7a1)