Skip to content

Releases: expo/entity

v0.6.0

23 Jul 21:51
b580a21
Compare
Choose a tag to compare

Bug Fixes

  • ensure transitive deletion triggers are run for CASCADE_DELETE_INVALIDATE_CACHE (#66) (5744c51)
  • separate out EntityMutationValidator (#68) (547a1ef)
  • update setField to correct typing (#62) (7a77afc)

Features

v0.5.0

01 Jul 19:44
252d945
Compare
Choose a tag to compare

Bug Fixes

  • support number ID field generation in StubDatabaseAdapter (#43) (60cc0fb)
  • upgrade Apollo server for security advisory (#38) (d25c1e1)

Features

  • add two fan out methods to association loader (#52) (89cfb3d)
  • support entity fields subset of db fields (#49) (4e40b2e)

v0.4.0

03 Jun 18:17
509b590
Compare
Choose a tag to compare
  • All Packages
    • Documentation Improvements
    • CI & Coverage
    • TypeScript 3.9 (#18)
  • @expo/entity
    • Enforcing mutator convenience functions (#5)
    • loadByIDNullable loader method (#28)
    • Add ability to check update and delete policies outside of mutation (#30)
  • @expo/entity-cache-adapter-redis
  • @expo/entity-database-adapter-knex
    • Throw when database adapter receives unexpected mutation results (#31)
  • @expo/entity-example
    • Initial Version