joist-orm

a TypeScript ORM for Postgres

Downloads
28.6K
Stars
252
Committers
29

Bot releases are hidden (Show)

joist-orm - v1.150.2

Published by stephenh 7 months ago

1.150.2 (2024-03-23)

Bug Fixes

joist-orm - v1.150.1

Published by stephenh 7 months ago

1.150.1 (2024-03-23)

Bug Fixes

joist-orm - v1.150.0

Published by stephenh 7 months ago

1.150.0 (2024-03-23)

Features

  • Unify database/config default handling. (#983) (a5e35e4)
joist-orm - v1.149.4

Published by stephenh 7 months ago

1.149.4 (2024-03-23)

Bug Fixes

joist-orm - v1.149.3

Published by stephenh 7 months ago

1.149.3 (2024-03-22)

Bug Fixes

joist-orm - v1.149.2

Published by stephenh 7 months ago

1.149.2 (2024-03-21)

Bug Fixes

  • Factories shouldn't fill in fields w/defaults. (#979) (59f382b)
joist-orm - v1.149.1

Published by stephenh 7 months ago

1.149.1 (2024-03-21)

Bug Fixes

  • Fix not loading o2os in createOrUpdatePartial. (#977) (440658f)
joist-orm - v1.149.0

Published by stephenh 7 months ago

1.149.0 (2024-03-21)

Features

joist-orm - v1.148.0

Published by stephenh 7 months ago

1.148.0 (2024-03-14)

Features

joist-orm - v1.147.0

Published by stephenh 8 months ago

1.147.0 (2024-03-10)

Features

joist-orm - v1.146.0

Published by stephenh 8 months ago

1.146.0 (2024-03-03)

Features

  • Add Single Table Inheritance support (#966) (8019e5b)
joist-orm - v1.145.0

Published by stephenh 8 months ago

1.145.0 (2024-02-26)

Features

joist-orm - v1.144.10

Published by stephenh 8 months ago

1.144.10 (2024-02-15)

Bug Fixes

  • Avoid failing on cross-schema triggers. (#960) (2bb17f0)
joist-orm - v1.144.9

Published by stephenh 8 months ago

1.144.9 (2024-02-15)

Bug Fixes

  • Fix findByCode type to be just string. (#959) (15d51a2)
joist-orm - v1.144.8

Published by stephenh 8 months ago

1.144.8 (2024-02-13)

Bug Fixes

  • Bump pg-structure for security warning. (#958) (260dee7)
joist-orm - v1.144.7

Published by stephenh 8 months ago

1.144.7 (2024-02-13)

Bug Fixes

  • nin any -> all operator in buildKnexQuery (#957) (4cf71cc)
joist-orm - v1.144.6

Published by stephenh 9 months ago

1.144.6 (2024-01-25)

Bug Fixes

  • Fixed async method when load is called in a loop with different args (#955) (877a363)
joist-orm - v1.144.5

Published by stephenh 9 months ago

1.144.5 (2024-01-25)

Bug Fixes

  • fixed AsyncMethod not working when its first argument is an entity (#954) (65703f6)
joist-orm - v1.144.4

Published by stephenh 9 months ago

1.144.4 (2024-01-23)

Bug Fixes

  • Implement not null checks on polymorphic references. (#953) (be50769)
joist-orm - v1.144.3

Published by stephenh 9 months ago

1.144.3 (2024-01-22)

Bug Fixes

  • Fix em.find on poly with untagged ids. (#951) (73be96d)