1.0.3 (2020-09-06)
- Documentation changes
1.0.2 (2020-09-03)
- update types for WrapperFunction, so handler is not optional (6cf79c1)
1.0.1 (2020-09-03)
- specify generic types for Middleware and WrapperFunction (3da1cff)
- run test before lint so peer dep is installed (367426f)
- 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)