@edgedb/generate v0.5.4
What's Changed
- Add coalesceCardinalities type & func by @diksipav in #971
- Update queries generator to pull import path(s) from codecs by @CarsonF in #965
- Mark generateFiles imports as optional by @CarsonF in #1008
- Add test for FreeObject with nested select by @scotttrinh in #1025
- Add more e.op benchmarks by @scotttrinh in #1040
- Refactor
e.op
better inference perf by @scotttrinh in #1039 - Use given cardinality in select expression by @scotttrinh in #1043
- Fix
$infer
fore.shape
by @scotttrinh in #1044 - Loosen type of
e.shape
's returned scope by @scotttrinh in #1045 - Use specific type-level marker to
e.shape
by @scotttrinh in #1048 - Note need to rerun codegen when schema changes by @scotttrinh in #1050
- Remove from object shape keys with value never by @diksipav in #1051
- Update benchmarks by @scotttrinh in #1057