Skip to content

v0.36.0

Compare
Choose a tag to compare
@wschurman wschurman released this 12 Jun 04:36
· 8 commits to main since this release

Breaking Changes

  • make using non-enforcing entity loader explicit (#238) (2edc7af)

Bug Fixes

  • always reload entity after update since cascading changes may have changed it since commit (#233) (7c3c985)
  • constrain entity fields type to string-keyed object (#235) (7e2cea1)
  • disallow keys of JS Object prototype for safety (#236) (05726d4)

Features

  • Add global mutation trigger field to EntityCompanionProvider (#215) (6569486)
  • add previousValue to privacy policy context for updates (#232) (af495a9)
  • Add StrictEnumField with better validation (#222) (8753252)
  • make canViewerDeleteAsync recursive (#224) (60fc9a4)
  • Use uuid v7 in stub database adapter (#234) (1e8ea64)
  • move entity loader utils into their own object (#239)(93905be)