What's Changed
- feat: add lambda expression and parameter error recovery by @Peefy in #692
- fix: argument type check on too many arguments for empty parameter list by @Peefy in #691
- feat: add base64 and net member function types by @Peefy in #695
- feat: enhance system package sematic definitions and sync spec. by @Peefy in #696
- refactor: sync error with spec. by @Peefy in #697
- fix: builtin function
bool
andstr
signatures. by @Peefy in #698 - fix: joined string format spec parse by @Peefy in #699
- feat: lsp e2e test. by @He1pa in #700
- enhance: doc parser support schema example by @amyXia1994 in #703
- feat: lsp hover for system pkg and builtin(str) func information. by @He1pa in #702
- feat: enhance config attr type checking by @Peefy in #707
- bugfix: pkg completion without dot by @He1pa in #705
- feat: impl positional argument count check for call expressions. by @Peefy in #713
Full Changelog: v0.5.6...v0.6.0