Skip to content

Releases: thisisagile/easy

Release 17.1.0

09 Aug 09:12
Compare
Choose a tag to compare

17.1.0 (2024-08-09)

Bug Fixes

  • easy: is construction caused disjunction between list and array (35266c6)

Features

  • easy: added isSubSet and isSuperSet to List. (117ef11)
  • easy: added isSubSet and isSuperSet to List. (1464a1b)

Release 17.0.3

02 Aug 08:57
Compare
Choose a tag to compare

17.0.3 (2024-08-02)

Bug Fixes

  • added reroot and concat to Stages.ts (205953d)

Release 17.0.2

31 Jul 19:27
Compare
Choose a tag to compare

17.0.2 (2024-07-31)

Bug Fixes

  • added multiply to Stages.ts (a5bbc5e)

Release 17.0.1

31 Jul 17:28
Compare
Choose a tag to compare

17.0.1 (2024-07-31)

Bug Fixes

  • added addToSet (44bc68c)
  • added addToSet function (f48b8bc)
  • created a Currency.ts type in easy, and using this in Stages.ts (b3b3b28)
  • replaced isFunction calls in Stages.ts (d273543)

Release 17.0.0

19 Jul 14:28
Compare
Choose a tag to compare

17.0.0 (2024-07-19)

Features

  • easy: move service specific code into a new package (d876191)

BREAKING CHANGES

  • easy: Most of the service specific has been moved into a new package code called easy-service.
  • Jwt decode stays in easy but Jwt with sign and validation available on easy-service
  • HealthResource is moved to easy-service
  • Verb service decorators are moved to easy-service
  • Route and Requires are moved to easy-service
  • OriginatedError moves to easy-service
  • Service moves to easy-service

Release 16.0.0

19 Jul 10:12
Compare
Choose a tag to compare

16.0.0 (2024-07-19)

  • fix(easy)!: remove exports in package.json (35ee54c)

BREAKING CHANGES

  • All value, enums and structs are moved to easy-domain

Release 15.29.3

18 Jul 14:26
Compare
Choose a tag to compare

15.29.3 (2024-07-18)

Release 15.29.2

15 Jul 11:38
Compare
Choose a tag to compare

15.29.2 (2024-07-15)

Bug Fixes

  • Refactor import of validator in various files (02faf17)

Release 15.29.1

03 Jul 12:25
Compare
Choose a tag to compare

15.29.1 (2024-07-03)

Bug Fixes

  • easy: Improve creation of Audit and check for valid Identity. (a38f24b)

Release 15.29.0

19 Jun 14:50
Compare
Choose a tag to compare

15.29.0 (2024-06-19)

Features

  • easy-mongo: added time out options to mongo provider (99d7fab)