Skip to content

Releases: expo/entity

v0.11.0

24 Dec 00:50
8354741
Compare
Choose a tag to compare

Breaking Changes

Bug Fixes

  • add type generic default in test utils (#104) (fe2917e)
  • maps utils invariants for collections containing undefined values (#103) (29c1a43)
  • remove any cast from EntityLoader (#100) (b8e07f9)

Features

  • better cache adapter error handling (#102) (15546aa)
  • better database adapter error handling (#101) (5208aee)

v0.10.0

17 Nov 04:29
e3b2b23
Compare
Choose a tag to compare

Bug Fixes

  • fix null handling in load paths (try 2) (#96) (d960329)

v0.9.1

06 Nov 17:13
b22c734
Compare
Choose a tag to compare

Bug Fixes

  • edge deletion behavior cyclic import structure again (#93) (012c05d)

v0.9.0

05 Nov 22:42
ead9561
Compare
Choose a tag to compare

Bug Fixes

  • edge deletion behavior cyclic import structure (#89) (cca8fc1)

Features

  • add ability to invalidate an entity manually (#91) (d1a6f13)

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)