v0.4.3
·
4547 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
- 🐛 fix(formatter,parser): improve dict entry formatting consistency by @harehare in #764
- build(deps): bump pyo3 from 0.26.0 to 0.27.0 by @dependabot[bot] in #765
- build(deps-dev): bump @types/node from 24.8.1 to 24.9.0 in /editors/vscode by @dependabot[bot] in #766
- build(deps): bump syn from 2.0.106 to 2.0.107 by @dependabot[bot] in #767
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.46.1 to 8.46.2 in /editors/vscode by @dependabot[bot] in #768
- build(deps): bump clap from 4.5.49 to 4.5.50 by @dependabot[bot] in #769
- ✅ test(lang): refactor node range tests and fix lexer edge cases by @harehare in #771
- ♻️ refactor(lang): improve parser error specificity by @harehare in #772
- build(deps): bump rmcp from 0.8.1 to 0.8.2 by @dependabot[bot] in #774
- build(deps-dev): bump @types/node from 24.9.0 to 24.9.1 in /editors/vscode by @dependabot[bot] in #773
- ♻️ refactor(lang): improve parser array handling and expand test coverage by @harehare in #775
- 🐛 Fix indentation handling for pipe operators in formatter by @harehare in #776
- build(deps): bump pyo3 from 0.27.0 to 0.27.1 by @dependabot[bot] in #777
- build(deps): bump cbindgen from 0.29.0 to 0.29.2 by @dependabot[bot] in #778
- 🐛 fix(formatter): Fix indentation for nested arrays, dicts, and do-blocks by @harehare in #779
- ♻️ refactor(modules): Inline helper functions using do-blocks by @harehare in #780
- build(deps): bump rmcp from 0.8.2 to 0.8.3 by @dependabot[bot] in #783
- build(deps): bump smol_str from 0.3.2 to 0.3.4 by @dependabot[bot] in #781
- build(deps): bump syn from 2.0.107 to 2.0.108 by @dependabot[bot] in #782
- 📝 docs: fix typos and update rest pattern syntax by @harehare in #784
- ✨ feat(lang): add _get_markdown_position builtin function by @harehare in #785
- 📝 docs: add documentation for _get_markdown_position internal function by @harehare in #786
- ✅ test(mq-lang): add comprehensive error and debugger test coverage by @harehare in #787
- 🐛 Fix(parser) Update cst parser to add tokens for skipping the target by @harehare in #788
- 💚 Update CI workflow to improve tools installation and deployment by @harehare in #789
- ♻️ Refactor: add functionality to ignore comments in the Lexer by @harehare in #790
Full Changelog: v0.4.2...v0.4.3