joist-orm

a TypeScript ORM for Postgres

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

Published by stephenh over 1 year ago

1.72.1 (2023-04-07)

Bug Fixes

joist-orm - v1.72.0

Published by stephenh over 1 year ago

1.72.0 (2023-04-02)

Features

joist-orm - v1.71.1

Published by stephenh over 1 year ago

1.71.1 (2023-04-02)

Bug Fixes

  • Fix setting m2os with an untagged id. (#601) (b725f0a)
joist-orm - v1.71.0

Published by stephenh over 1 year ago

1.71.0 (2023-04-01)

Features

  • use column comments instead of joist-config for relation renames (#600) (6767af1)
joist-orm - v1.70.1

Published by stephenh over 1 year ago

1.70.1 (2023-03-31)

Bug Fixes

  • Use a negative testIndex value for good measure. (#599) (3ed80f2)
joist-orm - v1.70.0

Published by stephenh over 1 year ago

1.70.0 (2023-03-31)

Features

  • Allow using testIndex for numberic fields like order. (#598) (6d841df)
joist-orm - v1.69.1

Published by stephenh over 1 year ago

1.69.1 (2023-03-30)

Bug Fixes

joist-orm - v1.69.0

Published by stephenh over 1 year ago

1.69.0 (2023-03-28)

Features

joist-orm - v1.68.0

Published by stephenh over 1 year ago

1.68.0 (2023-03-28)

Features

  • Implement oneToOneDataLoader with executeFind. (#589) (c4df890)
joist-orm - v1.67.0

Published by stephenh over 1 year ago

1.67.0 (2023-03-26)

Features

  • Support creating flush_database in multiple databases. (#588) (b51c4d0), closes #585
joist-orm - v1.66.1

Published by stephenh over 1 year ago

1.66.1 (2023-03-26)

Bug Fixes

  • Wrap aliases that might be keywords. (#587) (240eccd)
joist-orm - v1.66.0

Published by stephenh over 1 year ago

1.66.0 (2023-03-25)

Features

  • Implement oneToManyDataLoader with executeFind. (#584) (cdaba25)
joist-orm - v1.65.1

Published by stephenh over 1 year ago

1.65.1 (2023-03-25)

Bug Fixes

  • Fix m2o.set when using untagged ids. (#583) (fac523b)
joist-orm - v1.65.0

Published by stephenh over 1 year ago

1.65.0 (2023-03-25)

Features

joist-orm - v1.64.2

Published by stephenh over 1 year ago

1.64.2 (2023-03-24)

Bug Fixes

  • Fix missing semi-colon after poly fields. (#580) (809ca3e)
joist-orm - v1.64.1

Published by stephenh over 1 year ago

1.64.1 (2023-03-22)

Bug Fixes

  • Drop unnecessary soft-deleted conditions. (#579) (21670b3)
joist-orm - v1.64.0

Published by stephenh over 1 year ago

1.64.0 (2023-03-22)

Features

  • added assertLoaded and ensureWithLoaded, repurposed ensureLoaded, renamed ensureLoadedThen to maybePopulateThen (#578) (b3eb908)
joist-orm - v1.63.4

Published by stephenh over 1 year ago

1.63.4 (2023-03-22)

Bug Fixes

joist-orm - v1.63.3

Published by stephenh over 1 year ago

1.63.3 (2023-03-22)

Bug Fixes

  • Fix m2m reload failing up on new entities. (#576) (6bbcfe1)
joist-orm - v1.63.2

Published by stephenh over 1 year ago

1.63.2 (2023-03-21)

Bug Fixes