Skip to content

v2.1.1

Compare
Choose a tag to compare
@mobsense mobsense released this 12 Nov 22:13
· 519 commits to main since this release

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

See