Releases: herbsjs/herbs
Releases · herbsjs/herbs
v2.1.0
2.1.0 (2023-11-22)
Bug Fixes
Features
- 🎸 update suma, buchu , gotu and aloe (79c901e)
- buchu: bump version to beta (34feedb)
- entity: onlyIDs and reference validation (e89483b)
- gotu: updated version (4eebf99)
- specs: update Aloe version - scenario.only feature (1921511)
- suma: tryParse is a helper function that tries to parse a value to the expected type (7986652)
v2.1.0-beta.7
v2.1.0-beta.6
v2.1.0-beta.5
v2.1.0-beta.4
v2.1.0-beta.3
2.1.0-beta.3 (2023-03-29)
Bug Fixes
- dependecies: aloe and buchu (d947b25)
Features
- buchu: bump version to beta (34feedb)
v2.1.0-beta.2
v2.1.0-beta.1
2.1.0-beta.1 (2023-03-29)
Features
- suma: tryParse is a helper function that tries to parse a value to the expected type (7986652)
v2.0.0
2.0.0 (2023-03-06)
Features
- buchu: update buchu version to 2.1.0 (d038691)
BREAKING CHANGES
- buchu: Projects that are using
ctx.user
. A ctx.user variable will now be overridden by context. So now this variable becomes reserved by the library and we recommend not using it beyond the purpose of capturing user information coming via authorize
re: herbsjs/buchu#92