0.3.30
Fixed 5
- Scope invalidWhereValuesBehavior to high-level abstractions only
- Scope computed-columns join to correct table in MSSQL schema query
- Preserve user-defined shared join columns in change set
- Allow array values in JsonContains
- Adjust join in loadTables to load correct table columns in CockroachDB
What's Changed
- fix: scope invalidWhereValuesBehavior to high-level abstractions only by @naorpeled in https://github.com/typeorm/typeorm/pull/11878
- fix: scope computed-columns join to correct table in MSSQL schema query by @PreAgile in https://github.com/typeorm/typeorm/pull/12288
- fix: preserve user-defined shared join columns in change set by @PreAgile in https://github.com/typeorm/typeorm/pull/12354
- revert: fix up limit with joins by @alumni
- fix(find-options): allow array values in JsonContains by @kyungseopk1m in https://github.com/typeorm/typeorm/pull/12420
- fix(cockroachdb): adjust join in loadTables to load correct table columns by @Cprakhar in https://github.com/typeorm/typeorm/pull/12413
- ci: use the v0.3 branch as base for detect-changes by @alumni
- chore(release): release 0.3.30 by @alumni in https://github.com/typeorm/typeorm/pull/12511
Full Changelog: https://github.com/typeorm/typeorm/compare/0.3.29...0.3.30