v2.1.1
Minor Patch Release
Breaking Compatibility
This probably should have been a 2.2 version (SemVer) due to the change in UUID format to be spec compliant. This does can impact code that uses validations on the UUID format. Recommended to delete the schema field validations for UUID generated values if you have old and new format UUIDs.
Features
- Add params to groupByType to support not returning hidden items
- Expose request trace in OneError for transactional errors (Thanks Kujtim)
- Add Error.d.ts (Thanks Ruben)
Fixes
- Fix unique attribute keys #180
- Doc updates
- Make UUID spec compliant. #191
- Fix Expression.js missing .js on Error import (Thanks Robbie)
- Fix OneArgError references
- Cleanup some unreferenced vars and imports