joist-orm

a TypeScript ORM for Postgres

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

Published by stephenh almost 2 years ago

1.37.6 (2022-10-30)

Bug Fixes

  • Issue where isLoaded does not correctly handle nullable loaded references (#462) (6bb105e)
joist-orm - v1.37.5

Published by stephenh almost 2 years ago

1.37.5 (2022-10-29)

Bug Fixes

joist-orm - v1.37.4

Published by stephenh almost 2 years ago

1.37.4 (2022-10-29)

Bug Fixes

  • Fix accessing hasManyThroughs in tests. (#460) (ae78236)
joist-orm - v1.37.3

Published by stephenh almost 2 years ago

1.37.3 (2022-10-26)

Bug Fixes

joist-orm - v1.37.2

Published by stephenh almost 2 years ago

1.37.2 (2022-10-24)

Bug Fixes

  • loadHints.isNew was checking for idTagged===undefined (#458) (3d1fd96)
joist-orm - v1.37.1

Published by stephenh almost 2 years ago

1.37.1 (2022-10-23)

Bug Fixes

  • Ensure that sameEntity works even if an ID has been assigned to a new entity (#457) (8b20b04)
joist-orm - v1.37.0

Published by stephenh almost 2 years ago

1.37.0 (2022-10-23)

Features

  • Add EntityManager.assignNewIds capability (#452) (4cd7362)
joist-orm - v1.36.3

Published by stephenh about 2 years ago

1.36.3 (2022-10-21)

Bug Fixes

  • Fix getCallerName when running via tsx. (#444) (6aeb2e9)
joist-orm - v1.36.2

Published by stephenh about 2 years ago

1.36.2 (2022-10-17)

Bug Fixes

  • Fix calling isLoaded with the wrong hint. (#443) (38cf101)
joist-orm - v1.36.1

Published by stephenh about 2 years ago

1.36.1 (2022-10-17)

Bug Fixes

  • Avoid errors when async properties are wip. (#442) (344dcaf)
joist-orm - v1.36.0

Published by stephenh about 2 years ago

1.36.0 (2022-10-14)

Features

joist-orm - v1.35.3

Published by stephenh about 2 years ago

1.35.3 (2022-10-13)

Bug Fixes

  • Fix toMatchEntity against undefined. (#439) (969700b)
joist-orm - v1.35.2

Published by stephenh about 2 years ago

1.35.2 (2022-10-13)

Bug Fixes

  • Allow toMatchEntity to work on object literals. (#438) (571fb65)
joist-orm - v1.35.1

Published by stephenh about 2 years ago

1.35.1 (2022-10-13)

Bug Fixes

  • Fix multiple em.flushes in tests with frozen time. (#437) (5508439)
joist-orm - v1.35.0

Published by stephenh about 2 years ago

1.35.0 (2022-10-04)

Features

  • Calling o2m.set(values) deletes owned children (#435) (bd1f0b3)
joist-orm - v1.34.2

Published by stephenh about 2 years ago

1.34.2 (2022-10-04)

Bug Fixes

  • Keep deleted children createOrUpdatePartial. (#434) (b7a0f29)
joist-orm - v1.34.1

Published by stephenh about 2 years ago

1.34.1 (2022-10-04)

Bug Fixes

joist-orm - v1.34.0

Published by stephenh about 2 years ago

1.34.0 (2022-10-03)

Features

  • Support async properties in reactive hints. (#432) (57fd515)
joist-orm - v1.33.5

Published by stephenh about 2 years ago

1.33.5 (2022-09-30)

Bug Fixes

joist-orm - v1.33.4

Published by stephenh about 2 years ago

1.33.4 (2022-09-28)

Bug Fixes

  • Always populate to handle mutations in the graph. (#429) (6faa7ac)