joist-orm

a TypeScript ORM for Postgres

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

Published by stephenh about 1 year ago

1.101.2 (2023-08-25)

Bug Fixes

  • Dedupe relations before calling load. (#758) (0ab3c38)
joist-orm - v1.101.1

Published by stephenh about 1 year ago

1.101.1 (2023-08-16)

Bug Fixes

joist-orm - v1.101.0

Published by stephenh about 1 year ago

1.101.0 (2023-08-12)

Features

  • Output warnings for stale/invalid config keys. (#752) (5a45b4a), closes #740
joist-orm - v1.100.0

Published by stephenh about 1 year ago

1.100.0 (2023-08-07)

Features

joist-orm - v1.99.0

Published by stephenh about 1 year ago

1.99.0 (2023-08-06)

Features

  • Add forceReload to PersistedAsyncProperty. (#750) (7aa51d2)
joist-orm - v1.98.0

Published by stephenh about 1 year ago

1.98.0 (2023-08-04)

Features

joist-orm - v1.97.0

Published by stephenh about 1 year ago

1.97.0 (2023-08-04)

Features

  • Add transientFields convention to Reacted. (#745) (f809ec0)
joist-orm - v1.96.0

Published by stephenh about 1 year ago

1.96.0 (2023-08-02)

Features

joist-orm - v1.95.0

Published by stephenh about 1 year ago

1.95.0 (2023-07-31)

Features

  • Rename entity to fullNonReactiveAccess. (#741) (0abc17d)
joist-orm - v1.94.0

Published by stephenh about 1 year ago

1.94.0 (2023-07-26)

Features

  • Include enum name into enum details object (#739) (a8ad3ca)
joist-orm - v1.93.0

Published by stephenh over 1 year ago

1.93.0 (2023-07-14)

Features

joist-orm - v1.92.4

Published by stephenh over 1 year ago

1.92.4 (2023-07-13)

Bug Fixes

joist-orm - v1.92.3

Published by stephenh over 1 year ago

1.92.3 (2023-07-12)

Bug Fixes

  • Run beforeDelete hooks before entities are disconnected. (#727) (716488b)
joist-orm - v1.92.2

Published by stephenh over 1 year ago

1.92.2 (2023-07-11)

Bug Fixes

joist-orm - v1.92.1

Published by stephenh over 1 year ago

1.92.1 (2023-07-06)

Bug Fixes

joist-orm - v1.92.0

Published by stephenh over 1 year ago

1.92.0 (2023-06-30)

Features

  • Updated EntityId codegen to use actual type instead of a string (#718) (4c9d808)
joist-orm - v1.91.6

Published by stephenh over 1 year ago

1.91.6 (2023-06-28)

Bug Fixes

  • Check tags/empty string when setting m2o.id. (#717) (df11ec1)
joist-orm - v1.91.5

Published by stephenh over 1 year ago

1.91.5 (2023-06-27)

Bug Fixes

  • Provide a nicer error with invalid hints. (#713) (613749c)
joist-orm - v1.91.4

Published by stephenh over 1 year ago

1.91.4 (2023-06-26)

Bug Fixes

  • Fix findOrCreate not hooking up both sides. (#712) (0fb1c36)
joist-orm - v1.91.3

Published by stephenh over 1 year ago

1.91.3 (2023-06-25)

Bug Fixes

  • Don't infinite recurse on required self-ref keys. (#710) (6a16ac2)