Skip to content

Releases: thisisagile/easy

v4.0.0

16 Mar 13:36
Compare
Choose a tag to compare

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

  • tsconfig: added strict. (5f87b37)

BREAKING CHANGES

  • tsconfig: made easy strict.

v3.22.1

15 Mar 22:16
8915457
Compare
Choose a tag to compare

3.22.1 (2021-03-15)

Bug Fixes

  • express: Merge pull request #20 from remz/PR_ExpressProviderTests (8915457)

v3.22.0

15 Mar 14:20
Compare
Choose a tag to compare

3.22.0 (2021-03-15)

Features

  • Routegateway: Add upsert (874084a)

v3.21.2

15 Mar 10:46
Compare
Choose a tag to compare

3.21.2 (2021-03-15)

Bug Fixes

  • express: updated content type methods for setting the response. (5941c8e)

v3.21.1

15 Mar 10:11
8db018d
Compare
Choose a tag to compare

3.21.1 (2021-03-15)

Bug Fixes

  • eslint: Update for latest prettier plugin (8db018d)

v3.21.0

15 Mar 09:56
Compare
Choose a tag to compare

3.21.0 (2021-03-15)

Features

  • express: updated ExpressProvider.ts to make it much easier to extend. (4bc9fc0)

v3.20.4

15 Mar 08:24
Compare
Choose a tag to compare

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

12 Mar 15:49
Compare
Choose a tag to compare

3.20.3 (2021-03-12)

Bug Fixes

  • express: Use correct status code for authentication errors (d2a5b5a)

v3.20.2

12 Mar 11:04
Compare
Choose a tag to compare

3.20.2 (2021-03-12)

Bug Fixes

  • validation: update to Constraints type, to possibly have multiple params. (7e4a3f0)

v3.20.1

11 Mar 14:40
Compare
Choose a tag to compare

3.20.1 (2021-03-11)

Bug Fixes

  • express: made handle() protected. (52241ac)