joist-orm

a TypeScript ORM for Postgres

Downloads
28.6K
Stars
252
Committers
29

Bot releases are hidden (Show)

joist-orm - v1.153.1

Published by stephenh 7 months ago

1.153.1 (2024-04-06)

Bug Fixes

  • Update setDefault to allow returning a Reacted entity. (#1022) (8ffcb18), closes #1018
joist-orm - v1.153.0

Published by stephenh 7 months ago

1.153.0 (2024-04-06)

Features

  • Add hasConfigDefault flag for optional types (#1021) (142c56e)
joist-orm - v1.152.3

Published by stephenh 7 months ago

1.152.3 (2024-04-06)

Bug Fixes

joist-orm - v1.152.2

Published by stephenh 7 months ago

1.152.2 (2024-04-04)

Bug Fixes

  • Updated populate to never load set reactive fields to avoid overly eagerly loading large amounts of data (#1015) (2c6e37d)
joist-orm - v1.152.1

Published by stephenh 7 months ago

1.152.1 (2024-04-02)

Bug Fixes

  • added support for ReactiveGetter to Reactable and entityResolver (#1011) (f9634e5)
joist-orm - v1.152.0

Published by stephenh 7 months ago

1.152.0 (2024-04-02)

Features

joist-orm - v1.151.14

Published by stephenh 7 months ago

1.151.14 (2024-04-01)

Bug Fixes

  • Fix polys being too strict on the subtype matching. (#1006) (5c2d9da)
joist-orm - v1.151.13

Published by stephenh 7 months ago

1.151.13 (2024-03-31)

Bug Fixes

  • Fix setDefault calls made from subtypes. (#1005) (e57c0a9)
joist-orm - v1.151.12

Published by stephenh 7 months ago

1.151.12 (2024-03-30)

Bug Fixes

joist-orm - v1.151.11

Published by stephenh 7 months ago

1.151.11 (2024-03-30)

Bug Fixes

  • Preserve changed/new state for beforeCommit w/RQFs. (#1002) (e877926)
joist-orm - v1.151.10

Published by stephenh 7 months ago

1.151.10 (2024-03-29)

Bug Fixes

  • Fix workspaces foreach in releae. (eb1b667)
joist-orm - v1.151.8

Published by stephenh 7 months ago

1.151.8 (2024-03-29)

Bug Fixes

  • Fix ReactiveQueryFields on not-null columns (#997) (6a9e00a)
joist-orm - v1.151.7

Published by stephenh 7 months ago

1.151.7 (2024-03-29)

Bug Fixes

  • Let entityResolver pick up base type relations. (#996) (bf49a5c)
joist-orm - v1.151.6

Published by stephenh 7 months ago

1.151.6 (2024-03-27)

Bug Fixes

  • Restore soft-deleting filters on CTI base types. (#995) (36e9251)
joist-orm - v1.151.5

Published by stephenh 7 months ago

1.151.5 (2024-03-27)

Bug Fixes

  • Fix subtypes not running reactive rules. (#994) (5053b0f)
joist-orm - v1.151.4

Published by stephenh 7 months ago

1.151.4 (2024-03-26)

Bug Fixes

joist-orm - v1.151.3

Published by stephenh 7 months ago

1.151.3 (2024-03-26)

Bug Fixes

  • Fix em.find deletedAt filtering on STI subtypes. (#992) (ce9668a)
joist-orm - v1.151.2

Published by stephenh 7 months ago

1.151.2 (2024-03-26)

Bug Fixes

  • Move ReactiveRelation config into relations. (#991) (7afab05)
joist-orm - v1.151.1

Published by stephenh 7 months ago

1.151.1 (2024-03-26)

Bug Fixes

  • Support polys that point to STI subtypes. (#988) (400b8de)
joist-orm - v1.151.0

Published by stephenh 7 months ago

1.151.0 (2024-03-23)

Features

  • Rename PersistedAsyncRefernece to ReactiveReference. (#986) (963d484)