joist-orm

a TypeScript ORM for Postgres

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

Published by stephenh about 2 years ago

1.33.3 (2022-09-27)

Bug Fixes

  • Fix EntityManager.populate not checking loadMany (#418) (8c299f7)
joist-orm - v1.33.2

Published by stephenh about 2 years ago

1.33.2 (2022-09-23)

Bug Fixes

joist-orm - v1.33.1

Published by stephenh about 2 years ago

1.33.1 (2022-09-23)

Bug Fixes

  • Add makeRun to allow custom newContext functions. (#427) (4dd3739)
joist-orm - v1.33.0

Published by stephenh about 2 years ago

1.33.0 (2022-09-23)

Features

joist-orm - v1.32.2

Published by stephenh about 2 years ago

1.32.2 (2022-09-22)

Bug Fixes

  • Do not reuse entities that have unique constraints. (#424) (bc098e2)
joist-orm - v1.32.1

Published by stephenh about 2 years ago

1.32.1 (2022-09-21)

Bug Fixes

  • Support PersistedAsyncProperties in toMatchEntity. (#422) (f781ed7)
joist-orm - v1.32.0

Published by stephenh about 2 years ago

1.32.0 (2022-09-21)

Features

  • Add ability to pass options when creating a many-to-many table (#421) (fba7b4a)
joist-orm - v1.31.0

Published by stephenh about 2 years ago

1.31.0 (2022-09-20)

Features

  • Support AsyncProperty in toMatchEntity. (#420) (8d4415f)
joist-orm - v1.30.2

Published by stephenh about 2 years ago

1.30.2 (2022-09-18)

Bug Fixes

joist-orm - v1.30.1

Published by stephenh about 2 years ago

1.30.1 (2022-09-14)

Bug Fixes

joist-orm - v1.30.0

Published by stephenh about 2 years ago

1.30.0 (2022-09-08)

Features

  • Enhanced support for reversing polymorphic references and reacting to changes through them (#414) (c653344)
joist-orm - v1.29.1

Published by stephenh about 2 years ago

1.29.1 (2022-09-03)

Bug Fixes

  • Don't include jsonb fields in GraphQL scaffolding. (#412) (c291345)
joist-orm - v1.29.0

Published by stephenh about 2 years ago

1.29.0 (2022-09-02)

Features

  • Use ts-poet saveFiles for conditional formatting. (#411) (652af21)
joist-orm - v1.28.8

Published by stephenh about 2 years ago

1.28.8 (2022-08-27)

Bug Fixes

joist-orm - v1.28.7

Published by stephenh about 2 years ago

1.28.7 (2022-08-27)

Bug Fixes

  • Bump ts-poet to use @dprint/typescript directly. (#408) (a52bb70)
joist-orm - v1.28.6

Published by stephenh about 2 years ago

1.28.6 (2022-08-27)

Bug Fixes

  • Use @dprint/json for config and history files. (#407) (72ef834)
joist-orm - v1.28.5

Published by stephenh about 2 years ago

1.28.5 (2022-08-27)

Bug Fixes

  • Fix quoting column names like 'order'. (#404) (f235bec)
joist-orm - v1.28.4

Published by stephenh about 2 years ago

1.28.4 (2022-08-26)

Bug Fixes

joist-orm - v1.28.3

Published by stephenh about 2 years ago

1.28.3 (2022-08-26)

Bug Fixes

  • Remove unnest approach to avoid txn conflicts. (#402) (e0a775c)
joist-orm - v1.28.2

Published by stephenh about 2 years ago

1.28.2 (2022-08-26)

Bug Fixes

  • Slightly change how we guess GraphQL types. (#401) (6edffb9)