🔆 Highlights
Fixed several regressions in static type analysis introduced in v0.6.0, including: restoring support for struct-to-map and map-to-struct assignments, allowing optional fields without requiring .orValue() when zero values are acceptable, correcting additional properties type handling from map-any to dyn, and re-enabling assignments to structs defined with x-kubernetes-preserve-unknown-fields. (#833)
What's Changed
- fix: various fixes on static type analysis in our structural type checking by @jakobmoellerdev in #833
Full Changelog: v0.6.2...v0.6.3