joist-orm

a TypeScript ORM for Postgres

Downloads
28.6K
Stars
252
Committers
29
joist-orm - v1.28.1

Published by stephenh about 2 years ago

1.28.1 (2022-08-26)

Bug Fixes

joist-orm - v1.28.0

Published by stephenh about 2 years ago

1.28.0 (2022-08-26)

Features

joist-orm - v1.27.1

Published by stephenh about 2 years ago

1.27.1 (2022-08-26)

Bug Fixes

joist-orm - v1.27.0

Published by stephenh about 2 years ago

1.27.0 (2022-08-26)

Features

  • Add PersistedAsyncProperty for derived async fields. (#397) (61e11d5)
joist-orm - v1.26.0

Published by stephenh about 2 years ago

1.26.0 (2022-08-19)

Features

joist-orm - v1.25.0

Published by stephenh about 2 years ago

1.25.0 (2022-08-18)

Features

  • Allow passing Loaded to functions that accept Reacted. (#395) (6d1013f)
joist-orm - v1.24.2

Published by stephenh about 2 years ago

1.24.2 (2022-08-16)

Bug Fixes

  • release: Include test-utils. (6c2b564)
joist-orm - v1.24.0

Published by stephenh about 2 years ago

1.24.0 (2022-08-07)

Features

joist-orm - v1.23.0

Published by stephenh about 2 years ago

1.23.0 (2022-08-07)

Features

  • Rename TimestampConfig.optional to required. (#387) (d7a52d9)
joist-orm - v1.22.7

Published by stephenh about 2 years ago

1.22.7 (2022-07-28)

Bug Fixes

  • Fix toMatchEntity when expected value is undefined. (#384) (ab3cbee)
joist-orm - v1.22.6

Published by stephenh about 2 years ago

1.22.6 (2022-07-28)

Bug Fixes

  • Deleted entities should trigger async derived fields. (#383) (95acdd0)
joist-orm - v1.22.5

Published by stephenh about 2 years ago

1.22.5 (2022-07-25)

Bug Fixes

joist-orm - v1.22.4

Published by stephenh over 2 years ago

1.22.4 (2022-07-19)

Bug Fixes

  • Check the other side's readonly for o2m/o2o reactive hints. (#374) (61ccb3f)
joist-orm - v1.22.3

Published by stephenh over 2 years ago

1.22.3 (2022-07-18)

Bug Fixes

  • Correct clearing of o2m/m2o fks when entity data references the entity instead of ids (#373) (a1f26bd)
joist-orm - v1.22.2

Published by stephenh over 2 years ago

1.22.2 (2022-07-12)

Bug Fixes

  • Fail better when fields are out-of-date. (#370) (499903f)
joist-orm - v1.22.1

Published by stephenh over 2 years ago

1.22.1 (2022-07-08)

Bug Fixes

joist-orm - v1.22.0

Published by stephenh over 2 years ago

1.22.0 (2022-07-07)

Features

  • add support for querying ranges of values using between or gte/lte (#366) (14b0fa0)
joist-orm - v1.21.2

Published by stephenh over 2 years ago

1.21.2 (2022-06-29)

Bug Fixes

  • Fix async derived fields not triggering from hook changes. (#364) (bfb049e)
joist-orm - v1.21.1

Published by stephenh over 2 years ago

1.21.1 (2022-06-25)

Bug Fixes

joist-orm - v1.21.0

Published by stephenh over 2 years ago

1.21.0 (2022-06-25)

Features

  • Recalc all async derived fields on touch. (#363) (2c726e5)