joist-orm

a TypeScript ORM for Postgres

Downloads
28.6K
Stars
252
Committers
29

Bot releases are hidden (Show)

joist-orm - v1.108.2

Published by stephenh about 1 year ago

1.108.2 (2023-09-23)

Bug Fixes

  • Fix BaseEntity.toJSON with new entities. (#800) (bb61f12)
joist-orm - v1.108.1

Published by stephenh about 1 year ago

1.108.1 (2023-09-23)

Bug Fixes

  • Fix findOrCreate's opaque error message. (#799) (5ac0ada)
joist-orm - v1.108.0

Published by stephenh about 1 year ago

1.108.0 (2023-09-21)

Features

joist-orm - v1.107.1

Published by stephenh about 1 year ago

1.107.1 (2023-09-21)

Bug Fixes

  • Keep Jest from crawling into originalEntity. (#796) (a508ee4)
joist-orm - v1.107.0

Published by stephenh about 1 year ago

1.107.0 (2023-09-18)

Features

  • Added per entity manager entity limit (#794) (19786f4)
joist-orm - v1.106.1

Published by stephenh about 1 year ago

1.106.1 (2023-09-17)

Bug Fixes

joist-orm - v1.106.0

Published by stephenh about 1 year ago

1.106.0 (2023-09-16)

Features

joist-orm - v1.105.0

Published by stephenh about 1 year ago

1.105.0 (2023-09-16)

Features

joist-orm - v1.104.2

Published by stephenh about 1 year ago

1.104.2 (2023-09-14)

Bug Fixes

  • skip relation cleanup on cascade delete (#786) (6cc2bf5)
joist-orm - v1.104.1

Published by stephenh about 1 year ago

1.104.1 (2023-09-14)

Bug Fixes

  • em.touch should rerun reactive rules. (#785) (c585e39)
joist-orm - v1.104.0

Published by stephenh about 1 year ago

1.104.0 (2023-09-14)

Features

joist-orm - v1.103.0

Published by stephenh about 1 year ago

1.103.0 (2023-09-13)

Features

  • Codegen - Delayed throw on non-deferred FK Found (#782) (743b85f)
joist-orm - v1.102.3

Published by stephenh about 1 year ago

1.102.3 (2023-09-12)

Bug Fixes

joist-orm - v1.102.2

Published by stephenh about 1 year ago

1.102.2 (2023-09-06)

Bug Fixes

  • use left outer join for nested required fields (#778) (b8cd022)
joist-orm - v1.102.1

Published by stephenh about 1 year ago

1.102.1 (2023-09-05)

Bug Fixes

  • CTI BaseEntity.toJSON skipping parent fields (#775) (9bdcd66)
joist-orm - v1.102.0

Published by stephenh about 1 year ago

1.102.0 (2023-08-30)

Features

  • Use const keyword instead of Const utility type. (#766) (a179691)
joist-orm - v1.101.6

Published by stephenh about 1 year ago

1.101.6 (2023-08-30)

Bug Fixes

joist-orm - v1.101.5

Published by stephenh about 1 year ago

1.101.5 (2023-08-26)

Bug Fixes

joist-orm - v1.101.4

Published by stephenh about 1 year ago

1.101.4 (2023-08-26)

Bug Fixes

  • Don't fail on restricted reactive hints. (#760) (98dfb94)
joist-orm - v1.101.3

Published by stephenh about 1 year ago

1.101.3 (2023-08-26)

Bug Fixes

  • Transitively load derived values when the entities are new. (#759) (ba53e7e)