Skip to content

Releases: thisisagile/easy

v4.3.3

20 Mar 10:00
Compare
Choose a tag to compare

4.3.3 (2021-03-20)

Bug Fixes

  • types: extended parse() method on text(). (d270610)
  • types: renamed {class} to {type}. (2edb299)
  • utils: removed double line from Parser.ts (4c25c70)

v4.3.2

20 Mar 09:43
Compare
Choose a tag to compare

4.3.2 (2021-03-20)

Bug Fixes

  • types: moved parsing objects using a template to text.parse(). (d28d329)

v4.3.1

19 Mar 13:56
36d31cf
Compare
Choose a tag to compare

4.3.1 (2021-03-19)

Bug Fixes

  • http: Merge pull request #27 from remz/main (36d31cf)

v4.3.0

18 Mar 16:11
Compare
Choose a tag to compare

4.3.0 (2021-03-18)

Features

  • sql: add separate limit and top api (1e19aee)

v4.2.0

18 Mar 15:24
Compare
Choose a tag to compare

4.2.0 (2021-03-18)

Features

  • sql: add limit api for select queries (a6432a2)

v4.1.1

18 Mar 14:21
Compare
Choose a tag to compare

4.1.1 (2021-03-18)

Bug Fixes

  • types: rename toString to asString as it conflicts with default build-in objects (2146e0c)

v4.1.0

17 Mar 19:12
Compare
Choose a tag to compare

4.1.0 (2021-03-17)

Bug Fixes

  • ref: DevCollectionGateway.ts tiny update. (704551e)
  • Map response from provider to table in TableGateway.byId (f5584a0)

Features

  • types: toJSON() on List now return Json[]. (a545a49)

v4.0.3

17 Mar 09:39
Compare
Choose a tag to compare

4.0.3 (2021-03-17)

Bug Fixes

  • mongo: setup function is not private to improve testability (5db3b68)

v4.0.2

16 Mar 16:46
Compare
Choose a tag to compare

4.0.2 (2021-03-16)

Bug Fixes

  • resources: update to Route.ts. (ec87591)
  • types: added defined() to List. (a7a60a8)
  • types: EnvContext.ts to have optional gets. (476dc3e)
  • validation: update to When.ts to return NonNullable. (a755e12)

v4.0.1

16 Mar 15:57
Compare
Choose a tag to compare

4.0.1 (2021-03-16)

Bug Fixes

  • types: updated definition of isDefined(). (889a8c5)