joist-orm

a TypeScript ORM for Postgres

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

Published by stephenh almost 2 years ago

1.44.3 (2023-01-03)

Bug Fixes

  • Skip the suffix for the first abbreviation. (#490) (555a425)
joist-orm - v1.44.2

Published by stephenh almost 2 years ago

1.44.2 (2023-01-02)

Bug Fixes

  • Revert q&d attempt at cross-table em.find support. (#488) (c26cbf7)
joist-orm - v1.44.1

Published by stephenh almost 2 years ago

1.44.1 (2023-01-02)

Bug Fixes

joist-orm - v1.44.0

Published by stephenh almost 2 years ago

1.44.0 (2023-01-02)

Features

joist-orm - v1.43.0

Published by stephenh almost 2 years ago

1.43.0 (2022-12-17)

Features

  • Support pretty-but-hard-coded messages for constraint failures. (#483) (f1c954d), closes #243
joist-orm - v1.42.4

Published by stephenh almost 2 years ago

1.42.4 (2022-12-15)

Bug Fixes

  • Populate through soft-deleted collections. (#482) (92158dc)
joist-orm - v1.42.3

Published by stephenh almost 2 years ago

1.42.3 (2022-12-14)

Bug Fixes

  • Fix toMatchEntity in type union scenarios. (#481) (a593b58)
joist-orm - v1.42.2

Published by stephenh almost 2 years ago

1.42.2 (2022-12-14)

Bug Fixes

  • Update toMatchEntity to include soft-deleted entities. (#480) (8fafe4f)
joist-orm - v1.42.1

Published by stephenh almost 2 years ago

1.42.1 (2022-12-14)

Bug Fixes

  • Don't skip soft-deleted entity in m2o.get. (#478) (f0d6f2a)
joist-orm - v1.42.0

Published by stephenh almost 2 years ago

1.42.0 (2022-12-14)

Features

  • Automatically filter soft-deleted entities. (#477) (a8f4131)
joist-orm - v1.41.0

Published by stephenh almost 2 years ago

1.41.0 (2022-12-06)

Features

  • Rename joist-codegen.json to joist-config.json. (#475) (37ba4bb)
joist-orm - v1.40.0

Published by stephenh almost 2 years ago

1.40.0 (2022-11-29)

Features

  • Add minValueRule, maxValueRule and rangeValueRule (#474) (3788191)
joist-orm - v1.39.2

Published by stephenh almost 2 years ago

1.39.2 (2022-11-27)

Bug Fixes

joist-orm - v1.39.1

Published by stephenh almost 2 years ago

1.39.1 (2022-11-19)

Bug Fixes

  • Forgot to export withLoaded. (63820bf)
joist-orm - v1.39.0

Published by stephenh almost 2 years ago

1.39.0 (2022-11-19)

Features

joist-orm - v1.38.0

Published by stephenh almost 2 years ago

1.38.0 (2022-11-17)

Features

joist-orm - v1.37.10

Published by stephenh almost 2 years ago

1.37.10 (2022-11-15)

Bug Fixes

  • Corrctly handle partial unique indexes (#469) (4f7d2ee)
joist-orm - v1.37.9

Published by stephenh almost 2 years ago

1.37.9 (2022-11-12)

Bug Fixes

  • Make metadata inaccessible via Object.keys enumeration. (#466) (6ca81c0)
joist-orm - v1.37.8

Published by stephenh almost 2 years ago

1.37.8 (2022-11-11)

Bug Fixes

  • Fix passing different length arrays to toMatchEntity. (#465) (1daa131)
joist-orm - v1.37.7

Published by stephenh almost 2 years ago

1.37.7 (2022-11-03)

Bug Fixes

  • Fix isDeletedEntity in afterCommit hooks. (#463) (81abe98)