Skip to content

Releases: marlonbernardes/expressive

Release 1.0.3

06 Sep 21:28
Compare
Choose a tag to compare

1.0.3 (2020-09-06)

Only minor changes to docs and code coverage.

Release 1.0.2

03 Sep 10:02
Compare
Choose a tag to compare

1.0.2 (2020-09-03)

Release 1.0.2-beta.0

03 Sep 09:50
Compare
Choose a tag to compare
Release 1.0.2-beta.0 Pre-release
Pre-release

1.0.2-beta.0 (2020-09-03)

Bug Fixes

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

Release 1.0.1

03 Sep 09:44
Compare
Choose a tag to compare

1.0.1 (2020-09-03)

Bug Fixes

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

Release 1.0.0

02 Sep 11:25
Compare
Choose a tag to compare

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)