Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 1.61 KB

1.0.3 (2020-09-06)

Misc

  • Documentation changes

1.0.2 (2020-09-03)

Bug Fixes

  • update types for WrapperFunction, so handler is not optional (6cf79c1)

1.0.1 (2020-09-03)

Bug Fixes

  • specify generic types for Middleware and WrapperFunction (3da1cff)

1.0.0 (2020-09-02)

Bug Fixes

  • run test before lint so peer dep is installed (367426f)

Features

  • add support for error middlewares at class or method level (e5b6d50)
  • add support for global wrapper (b64db18)
  • add first version of decorators and utility functions (4c8981a)
  • add hasMetadata function to reflection utilities (9ddd610)
  • allow middlewares to be specified as array or single element (d7db5e6)