joist-orm

a TypeScript ORM for Postgres

Downloads
28.6K
Stars
252
Committers
29

Bot releases are visible (Hide)

joist-orm - v1.135.0

Published by stephenh 10 months ago

1.135.0 (2023-12-20)

Features

  • Add AllEnumDetails to graphql codegen (#918) (0c342da)
joist-orm - v1.129.3

Published by stephenh 11 months ago

1.129.3 (2023-11-28)

Bug Fixes

  • Fix findOrCreate with unloaded & unset m2o references. (#899) (0a64ae5)
joist-orm - v1.129.2

Published by stephenh 11 months ago

1.129.2 (2023-11-24)

Bug Fixes

joist-orm - v1.129.1

Published by stephenh 11 months ago

1.129.1 (2023-11-24)

Bug Fixes

  • Include field name in reference errors. (#894) (67c6523)
joist-orm - v1.129.0

Published by stephenh 11 months ago

1.129.0 (2023-11-22)

Features

  • Upgrade factories to handle multi-path graphs. (#893) (83eb33e)
joist-orm - v1.128.2

Published by stephenh 11 months ago

1.128.2 (2023-11-21)

Bug Fixes

  • Fix findOrCreate with citext not caching correctly. (#892) (9a08386)
joist-orm - v1.128.1

Published by stephenh 11 months ago

1.128.1 (2023-11-21)

Bug Fixes

joist-orm - v1.128.0

Published by stephenh 11 months ago

1.128.0 (2023-11-21)

Features

joist-orm - v1.127.0

Published by stephenh 11 months ago

1.127.0 (2023-11-20)

Features

joist-orm - v1.126.1

Published by stephenh 11 months ago

1.126.1 (2023-11-19)

Bug Fixes

  • Fix cascade deletes declared in base classes. (#887) (fc31a71)
joist-orm - v1.126.0

Published by stephenh 11 months ago

1.126.0 (2023-11-19)

Features

joist-orm - v1.125.0

Published by stephenh 11 months ago

1.125.0 (2023-11-19)

Features

  • Allow validation rules to return string arrays (#885) (abfdc6f)
joist-orm - v1.124.10

Published by stephenh 11 months ago

1.124.10 (2023-11-19)

Bug Fixes

  • Don't populate relations if there are args. (#883) (a595edb)
joist-orm - v1.124.9

Published by stephenh 11 months ago

1.124.9 (2023-11-18)

Bug Fixes

  • Fix post-flush toString of created-then-deleted entities. (#882) (f98e3bc)
joist-orm - v1.124.8

Published by stephenh 11 months ago

1.124.8 (2023-11-18)

Bug Fixes

  • Fix imports for differnet entityDirectories. (#881) (15a5247), closes #880
joist-orm - v1.124.7

Published by stephenh 11 months ago

1.124.7 (2023-11-18)

Bug Fixes

  • Fix async methods that have load called twice. (#879) (190e61d)
joist-orm - v1.124.6

Published by stephenh 11 months ago

1.124.6 (2023-11-18)

Bug Fixes

  • Keep the pound symbol for assigned-but-new entities. (#878) (558cfca)
joist-orm - v1.124.5

Published by stephenh 11 months ago

1.124.5 (2023-11-17)

Bug Fixes

  • Fix PersistedAsyncReferenceImpl.load not returning a promise. (#877) (079eb58)
joist-orm - v1.124.4

Published by stephenh 11 months ago

1.124.4 (2023-11-14)

Bug Fixes

joist-orm - v1.124.3

Published by stephenh 11 months ago

1.124.3 (2023-11-14)

Bug Fixes

  • Fix and/or precedence in where clauses. (#871) (deea649)