Releases: thisisagile/easy
Releases · thisisagile/easy
v4.0.1
4.0.1 (2021-03-16)
Bug Fixes
- types: updated definition of isDefined(). (889a8c5)
v4.0.0
4.0.0 (2021-03-16)
Bug Fixes
- http: Handler now is Func. (f88227d)
- ref: updated DevRepo.ts (755c928)
- resources: Handler now has any. (80039c4)
Features
BREAKING CHANGES
- tsconfig: made easy strict.
v3.22.1
3.22.1 (2021-03-15)
Bug Fixes
- express: Merge pull request #20 from remz/PR_ExpressProviderTests (8915457)
v3.21.2
3.21.2 (2021-03-15)
Bug Fixes
- express: updated content type methods for setting the response. (5941c8e)
v3.21.1
3.21.1 (2021-03-15)
Bug Fixes
- eslint: Update for latest prettier plugin (8db018d)
v3.21.0
3.21.0 (2021-03-15)
Features
- express: updated ExpressProvider.ts to make it much easier to extend. (4bc9fc0)
v3.20.4
3.20.4 (2021-03-15)
Bug Fixes
- express: made handle() protected. (3eba251)
- http: made handle() non-static. Adjusted name of ContentType.ts. (bf33938)
v3.20.3
3.20.3 (2021-03-12)
Bug Fixes
- express: Use correct status code for authentication errors (d2a5b5a)
v3.20.2
3.20.2 (2021-03-12)
Bug Fixes
- validation: update to Constraints type, to possibly have multiple params. (7e4a3f0)