Skip to content

Releases: expo/entity

v0.17.0

16 Aug 17:54
1201cc0
Compare
Choose a tag to compare

Features

  • Add IntField and FloatField, deprecate NumberField (#131) (2f2d963)

v0.16.0

07 Jul 04:35
@ide ide
944f4d2
Compare
Choose a tag to compare

0.16.0 (2021-07-07)

Features

  • allow null field values in loadManyByFieldEqualityConjunctionAsync (#130) (2f37dc6)

v0.15.0

26 May 23:22
ee28fa0
Compare
Choose a tag to compare

Important: Upgrading to this version or beyond will cause a full cache invalidation.

Bug Fixes

  • upgrade ioredis, knex, and pg (#125) (7c43edf)
  • upgrade some other packages to fix dependabot alerts (#126) (226bffe)
  • use column name instead of field name for redis cache key (#124) (d78f452)

Features

v0.14.0

24 Mar 22:07
1621a1c
Compare
Choose a tag to compare

Bug Fixes

  • mutation validator and trigger cyclic import structure (#118) (b11dbc0)

Features

  • add mutation type to validator and trigger execute functions (#119) (ef40fa5)

v0.13.0

12 Feb 17:41
9e828f4
Compare
Choose a tag to compare

Bug Fixes

  • allow undefined value for all fields (#114) (022e0e9)

Features

  • add basic field type runtime validators (#113) (6c4d4b0)

v0.12.0

22 Jan 17:29
5a8479f
Compare
Choose a tag to compare

Bug Fixes

  • move runInTransaction to ViewerContext (#108) (b7309e1)
  • remove cache and database adaptor flavor enums (#109) (72a77f8)

Features

  • better typing on filterMap for use with predicates (#106) (01b3bfe)

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)