joist-orm

a TypeScript ORM for Postgres

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

Published by stephenh over 1 year ago

1.55.6 (2023-03-02)

Bug Fixes

  • Fix batching order bys shouldn't distinct. (#546) (0ea8f86)
joist-orm - v1.55.5

Published by stephenh over 1 year ago

1.55.5 (2023-03-01)

Bug Fixes

joist-orm - v1.55.4

Published by stephenh over 1 year ago

1.55.4 (2023-03-01)

Bug Fixes

  • Restore behavior of id: undefined is skipped. (#544) (30c857a)
joist-orm - v1.55.3

Published by stephenh over 1 year ago

1.55.3 (2023-03-01)

Bug Fixes

joist-orm - v1.55.2

Published by stephenh over 1 year ago

1.55.2 (2023-02-28)

Bug Fixes

joist-orm - v1.55.1

Published by stephenh over 1 year ago

1.55.1 (2023-02-28)

Bug Fixes

  • Fix originalValue sometimes returning an entity. (#541) (95162ff)
joist-orm - v1.55.0

Published by stephenh over 1 year ago

1.55.0 (2023-02-28)

Features

joist-orm - v1.54.0

Published by stephenh over 1 year ago

1.54.0 (2023-02-27)

Features

  • Support multiple conditions in a single filter (#538) (25ffd19)
joist-orm - v1.53.0

Published by stephenh over 1 year ago

1.53.0 (2023-02-27)

Features

joist-orm - v1.52.1

Published by stephenh over 1 year ago

1.52.1 (2023-02-24)

Bug Fixes

  • Don't skip derived fields in the FieldsOf type. (#535) (5f4f8fe)
joist-orm - v1.52.0

Published by stephenh over 1 year ago

1.52.0 (2023-02-22)

Features

joist-orm - v1.51.0

Published by stephenh over 1 year ago

1.51.0 (2023-02-22)

Features

  • Refactor QueryBuilder to use QueryParser (#531) (61ca6ce)
joist-orm - v1.50.6

Published by stephenh over 1 year ago

1.50.6 (2023-02-18)

Bug Fixes

joist-orm - v1.50.5

Published by stephenh over 1 year ago

1.50.5 (2023-02-16)

Bug Fixes

  • Fix originalValue to return the value if unchanged. (#529) (b44de59)
joist-orm - v1.50.4

Published by stephenh over 1 year ago

1.50.4 (2023-02-14)

Bug Fixes

joist-orm - v1.50.3

Published by stephenh over 1 year ago

1.50.3 (2023-02-13)

Bug Fixes

  • Fix nested load hints on async properties. (#527) (81836ef)
joist-orm - v1.50.2

Published by stephenh over 1 year ago

1.50.2 (2023-02-10)

Bug Fixes

  • Fix getLens not filtering undefined references. (#526) (91ec7b1)
joist-orm - v1.50.1

Published by stephenh over 1 year ago

1.50.1 (2023-02-05)

Bug Fixes

  • Re-fixes the o2m loading issue w/o a scan. (#522) (94de9c6)
joist-orm - v1.50.0

Published by stephenh over 1 year ago

1.50.0 (2023-02-03)

Features

  • include inherited fields in graphql files (#520) (ed2b0d0)
joist-orm - v1.49.9

Published by stephenh over 1 year ago

1.49.9 (2023-01-25)

Bug Fixes

  • Fix defaults for polys looking for all parent types. (#518) (f9c0dfc)