v5.0.0
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.)