joist-orm

a TypeScript ORM for Postgres

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

Published by stephenh over 1 year ago

1.84.0 (2023-05-29)

Features

joist-orm - v1.83.4

Published by stephenh over 1 year ago

1.83.4 (2023-05-26)

Bug Fixes

  • Fix findOrCreate incorrectly matching new entities. (#666) (73135a3)
joist-orm - v1.83.3

Published by stephenh over 1 year ago

1.83.3 (2023-05-25)

Bug Fixes

  • Fix tags using the idType instead of just int. (#665) (3c96feb)
joist-orm - v1.83.2

Published by stephenh over 1 year ago

1.83.2 (2023-05-25)

Bug Fixes

  • Fix using -1 as a null condition for uuid columns. (#664) (7aca764)
joist-orm - v1.83.1

Published by stephenh over 1 year ago

1.83.1 (2023-05-25)

Bug Fixes

  • Skip em.find queries if a param is new. (#663) (c0f45b0)
joist-orm - v1.83.0

Published by stephenh over 1 year ago

1.83.0 (2023-05-24)

Features

  • Teach em.findOrCreate to look for newly-created/updated entities (#661) (28bd591)
joist-orm - v1.82.0

Published by stephenh over 1 year ago

1.82.0 (2023-05-24)

Features

  • Dedupe em.findOrCreates that are called in a loop. (#660) (e7b3cd3)
joist-orm - v1.81.5

Published by stephenh over 1 year ago

1.81.5 (2023-05-23)

Bug Fixes

joist-orm - v1.81.4

Published by stephenh over 1 year ago

1.81.4 (2023-05-19)

Bug Fixes

joist-orm - v1.81.3

Published by stephenh over 1 year ago

1.81.3 (2023-05-19)

Bug Fixes

joist-orm - v1.81.2

Published by stephenh over 1 year ago

1.81.2 (2023-05-19)

Bug Fixes

joist-orm - v1.81.1

Published by stephenh over 1 year ago

1.81.1 (2023-05-19)

Bug Fixes

  • Fix gatherEntities looping on cycles. (#655) (e504271)
joist-orm - v1.81.0

Published by stephenh over 1 year ago

1.81.0 (2023-05-19)

Features

  • Add EntityManager-level caching for em.findCount. (#654) (d7a469b)
joist-orm - v1.80.0

Published by stephenh over 1 year ago

1.80.0 (2023-05-19)

Features

  • Add Entity.tagName/metadata as static fields. (#652) (a9cab9e)
joist-orm - v1.79.0

Published by stephenh over 1 year ago

1.79.0 (2023-05-19)

Features

joist-orm - v1.78.3

Published by stephenh over 1 year ago

1.78.3 (2023-05-19)

Bug Fixes

  • Allow primitive conditions to do is/is not null. (#650) (995d871), closes #649
joist-orm - v1.78.2

Published by stephenh over 1 year ago

1.78.2 (2023-05-17)

Bug Fixes

  • Fix ValueGraphQLFilter's op/value type. (#646) (de57182)
joist-orm - v1.78.1

Published by stephenh over 1 year ago

1.78.1 (2023-05-17)

Bug Fixes

joist-orm - v1.78.0

Published by stephenh over 1 year ago

1.78.0 (2023-05-17)

Features

joist-orm - v1.77.3

Published by stephenh over 1 year ago

1.77.3 (2023-05-16)

Bug Fixes

  • Allow 'as' in FilterAndSettings.where. (#642) (089f625)