Releases: thisisagile/easy
Releases · thisisagile/easy
Release 17.1.0
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
17.0.3 (2024-08-02)
Bug Fixes
- added reroot and concat to Stages.ts (205953d)
Release 17.0.2
17.0.2 (2024-07-31)
Bug Fixes
- added multiply to Stages.ts (a5bbc5e)
Release 17.0.1
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
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
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.2
Bug Fixes
- Refactor import of validator in various files (02faf17)
Release 15.29.1
Bug Fixes
- easy: Improve creation of Audit and check for valid Identity. (a38f24b)
Release 15.29.0
Features
- easy-mongo: added time out options to mongo provider (99d7fab)