Skip to content

Releases: expo/entity

v0.26.1

29 Jul 20:56
0c6aa30
Compare
Choose a tag to compare

Features

  • recache to higher cache levels when loading from a composed cache (#182)

v0.26.0

14 Jul 21:48
c8f81a7
Compare
Choose a tag to compare

Bug Fixes

Features

  • add EntityEdgeDeletionBehavior.SET_NULL_INVALIDATE_CACHE_ONLY (#178) (a0c35dd)
  • update ioredis to v5, make it a devDependency of the cache packages (#172) (9fcfbf7)

v0.25.3

10 Mar 23:06
Compare
Choose a tag to compare

Bug Fixes

Features

  • composed cache adapter, composed secondary cache, local memory secondary cache (#164) (6b6e70e)
  • privacy policy evaluation context (#162) (3a81a4c)

v0.24.0

10 Mar 00:51
fefa410
Compare
Choose a tag to compare

Features

Chores

  • Refactor cachers to use an abstract class and interface (#157)

v0.23.0

09 Feb 22:11
41bd072
Compare
Choose a tag to compare

Breaking changes

  • Move data transforming responsibilities to the CacheAdapter instead of the ReadThroughEntityCache. Affects any classes extending the EntityCacheAdapter and relying on the transformation behavior of the ReadThroughEntityCache. (#153)

v0.22.0

04 Feb 02:54
@ide ide
a2c6dd7
Compare
Choose a tag to compare

Features

  • Upgrade knex to 1.x in @expo/entity-database-adapter-knex (#150) (e1b0ee5)

v0.21.0

03 Jan 19:05
5d39fa9
Compare
Choose a tag to compare

Features

  • add pre-commit callbacks on EntityQueryContext (#147) (f1d9847)

v0.20.0

29 Dec 18:52
9965719
Compare
Choose a tag to compare

Bug Fixes

  • separate post-commit invalidation callbacks from trigger and user callbacks (#144) (efa131e)

Features

v0.19.0

28 Oct 21:36
c4df889
Compare
Choose a tag to compare

Features

v0.18.0

14 Oct 21:53
677d151
Compare
Choose a tag to compare

0.18.0 (2021-10-14)

Features

  • enable noImplicitOverride tsc setting (#135) (4263cb9)
  • expose describeFieldTestCase for use in other packages (#139) (1220477)
  • upgrade TypeScript to 4.4 (#134) (7612392)
  • use better QueryContext types for transactional triggers and validators (#136) (5c7efe1)