Skip to content

v5.0.0

Compare
Choose a tag to compare
@samhuk samhuk released this 03 Oct 08:30
· 26 commits to master since this release
d01db86

V5 of ts-pg-orm primarily focuses on improving two areas:

  • How data formats and relations are defined:
    • Require less use of as const
    • Make data type and sub-type names more terse
    • (Generally make defining data formats and relations easier)
    • Simplify the typing code of data formats and relations
    • Improve the performance of typing code to make tsc compilation (=> intellisense) faster
  • How stores are created, provisioned, and accessed.

V5 also refactors all of the core typing code to be simpler and more accessible (e.g. less use of vaguely-named generics like "I, J, K, L", etc.)