Releases: uber/piranha
Releases · uber/piranha
v0.4.7
What's Changed
- Fixing bug after previous fix was not complete by @danieltrt in #779
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- Change concrete syntax grammar to allow escaping both @ and :[ by @danieltrt in https://github.com//pull/777
- Bug fix in parent scope rules by @danieltrt in #778
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- Bug fix in contains clause in concrete syntax by @danieltrt in #775
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- Adding debug statements for filter applications to help debugging by @danieltrt in #771
- Add .type constraint to cs by @danieltrt in #772
- Add support for recursive concrete syntax patterns by @danieltrt in #773
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Improve error messages for debug during scope creation by @danieltrt in #770
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Further simplify the release process by automatically generating a GitHub release by @yuxincs in #760
- Prepare for concrete syntax WASM by @danieltrt in #761
- Prepare for concrete syntax WASM 2 by @danieltrt in #762
- Separate concrete syntax out; make it its own crate by @danieltrt in #763
- Add concrete syntax to the playground by @danieltrt in #764
- Adding optional match to concrete syntax by @danieltrt in #765
- Update maturin version by @yuxincs in #766
- Adding Directory scope to Piranha by @danieltrt in #767
- Add a Directory Recursive scope to Piranha by @danieltrt in #768
- Add "not" predicate to constraints in concrete syntax by @danieltrt in #769
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Fix tree-sitter playground deploy script by @yuxincs in #758
- Regex support for concrete syntax by @danieltrt in #759
Full Changelog: v0.4.0...v0.4.1
v0.4.0
This release contains many new features for concrete syntaxes for ease of uses, so we bumped the version to v0.4.0.
What's Changed
- Cargo clippy update by @danieltrt in #750
- Adding support for a where clause for alternations by @danieltrt in #751
- Refactoring CS for extensibility #1 by @danieltrt in #752
- Refactoring CS for extensibility #2 by @danieltrt in #754
- Refactoring CS for extensibility #3 by @danieltrt in #755
- Refactor concrete syntax algorithm for readability by @danieltrt in #757
Full Changelog: v0.3.36...v0.4.0
v0.3.34
What's Changed
- Reverting release runs-on to unblock new versions by @dvmarcilio in #728
- Use CIBuildWheel to release polyglot-piranha to avoid linking to new glibc/glibcxx by @yuxincs in #729
New Contributors
Full Changelog: v0.3.33-polyglot...v0.3.34-polyglot
PolyglotPiranha 0.3.33
Full Changelog: v0.3.32...v0.3.33