Skip to content

Releases: expo/entity

v0.8.1

09 Oct 19:34
86aa5b2
Compare
Choose a tag to compare

Conventional commits failed us due to #88 but this release contains just a263e74 which is a breaking change.

v0.8.0

09 Oct 17:16
f737fa5
Compare
Choose a tag to compare

Features

  • add entityClassName to metrics adapter events (#83) (f4cdc01)

v0.7.1

01 Oct 03:37
d0cd8d8
Compare
Choose a tag to compare

Bug Fixes

  • correct type of runInTransactionAsync (#81) (f98f7d1)

v0.7.0

01 Oct 02:58
f4b30cb
Compare
Choose a tag to compare

Bug Fixes

  • fix incorrect loader types for field selecitons (#72) (cd2df8d)
  • fix index export for EntityMutationTrigger and EntityMutationValidator (#73) (7e829f3)
  • move cache invalidation to after transaction commit (#77) (dbc3c81)
  • upgrade packages (#78) (9891e74)

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