v2.0.0
tibbercom-builduser
released this
09 Dec 13:51
·
138 commits
to master
since this release
2.0.0 (2020-12-09)
Bug Fixes
- jsonRequestHandlerResult does not support returning payload directly (2a45e62)
Code Refactoring
- deprecate Errors factory class, use namespace instead to access class types (5bbfd0c)
Features
- placehoder commit to bump semver (692ee99)
BREAKING CHANGES
- Code that previously used 'Errors.(...)' must be updated to 'new
Errors.'(...) - The existing override 'expressXXX' HTTP methods on 'express.Router' are no longer
used, and the original HTTP methods (get, post etc) have been restored their pristine state in order
to preserve the 'express.Router' API. Instead, Tibber's shorthand middleware functions are now
available under the 'jsonXXX' naming convention.