v0.5.0-alpha.1 Release
What's Changed
- fix: filter expression return type. by @Peefy in #546
- refactor: capture outside variables in lambda. by @Peefy in #548
- chore: bump tempfile v0.3.5 and time v0.2.23 to fix CVE-2020-26235 and run
cargo update
. by @Peefy in #549 - refactor: enhance kcl version info message using the vergen crate and bump kcl version to v0.4.6.3 by @Peefy in #550
- refactor: joined string and missing key recovery for better error messages. by @Peefy in #551
- feat: impl sort keys in setting files. by @Peefy in #552
- feat: enhance override spec for string ident e.g.,
x-y-z
by @Peefy in #553 - Feat: LSP will execute 'kpm metadata' to get the localpath of the kcl dependecies. by @zong-zhe in #554
- fix: <<= token parse. by @Peefy in #555
- feat: top level scalar value plan. by @Peefy in #556
- chore: bump kcl version to v0.5.x by @Peefy in #557
Full Changelog: v0.4.6...v0.5.0-alpha.1