joist-orm

a TypeScript ORM for Postgres

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

Published by stephenh over 1 year ago

1.77.2 (2023-05-16)

Bug Fixes

  • Fix caching bug in new em.find code. (#641) (dbc1fdd)
joist-orm - v1.77.1

Published by stephenh over 1 year ago

1.77.1 (2023-05-16)

Bug Fixes

joist-orm - v1.77.0

Published by stephenh over 1 year ago

1.77.0 (2023-05-16)

Features

  • Use CTEs instead of UNIONs to batch queries. (#638) (b37f61a)
joist-orm - v1.76.3

Published by stephenh over 1 year ago

1.76.3 (2023-05-05)

Bug Fixes

  • Fix batch em.finds when using uuids. (#634) (2e8d8ba)
joist-orm - v1.76.2

Published by stephenh over 1 year ago

1.76.2 (2023-05-05)

Bug Fixes

joist-orm - v1.76.1

Published by stephenh over 1 year ago

1.76.1 (2023-05-03)

Bug Fixes

joist-orm - v1.76.0

Published by stephenh over 1 year ago

1.76.0 (2023-05-03)

Features

joist-orm - v1.75.0

Published by stephenh over 1 year ago

1.75.0 (2023-05-03)

Features

joist-orm - v1.74.4

Published by stephenh over 1 year ago

1.74.4 (2023-04-27)

Bug Fixes

  • Using m2m aliases should use an outer join. (#627) (b8d7fe6)
joist-orm - v1.74.3

Published by stephenh over 1 year ago

1.74.3 (2023-04-25)

Bug Fixes

  • Fix merging overlapping reactive hints. (#624) (1efb74d)
joist-orm - v1.74.2

Published by stephenh over 1 year ago

1.74.2 (2023-04-21)

Bug Fixes

joist-orm - v1.74.1

Published by stephenh over 1 year ago

1.74.1 (2023-04-19)

Bug Fixes

  • add lazy conversion of reactive load hints in async props to avoid infinite recursion on entity creation (#621) (d3ec321)
joist-orm - v1.74.0

Published by stephenh over 1 year ago

1.74.0 (2023-04-17)

Features

  • Add hasReactiveAsyncProperty to fix reactivity on properties. (#619) (350ef63)
joist-orm - v1.73.2

Published by stephenh over 1 year ago

1.73.2 (2023-04-16)

Bug Fixes

  • Fix not pushing new tags into EntityDbMetadata. (#618) (69cc23a)
joist-orm - v1.73.1

Published by stephenh over 1 year ago

1.73.1 (2023-04-15)

Bug Fixes

  • Ignore template in the migrations/ directory. (#617) (07adbee)
joist-orm - v1.73.0

Published by stephenh over 1 year ago

1.73.0 (2023-04-13)

Features

  • Allow defining a default sort to entities/collections. (#612) (416fa3d)
joist-orm - v1.72.5

Published by stephenh over 1 year ago

1.72.5 (2023-04-13)

Bug Fixes

  • Provide default generics for EntityFilter. (#616) (bfafcb7)
joist-orm - v1.72.4

Published by stephenh over 1 year ago

1.72.4 (2023-04-13)

Bug Fixes

joist-orm - v1.72.3

Published by stephenh over 1 year ago

1.72.3 (2023-04-12)

Bug Fixes

joist-orm - v1.72.2

Published by stephenh over 1 year ago

1.72.2 (2023-04-07)

Bug Fixes

  • Fix m2o.id when the value is still a string. (#611) (26f8162)