Releases: jvllmr/rustpython-unparser
Releases · jvllmr/rustpython-unparser
v0.2.0
This release adds a Transformer
trait to this project. The transformer can be used for modification of a rustpython AST. Access to this trait can be enabled via the transformer
feature.
Full Changelog: 0.1.4...0.2.0
v0.1.4
What's Changed
- fix: precedence for starred expr by @jvllmr in #8
- fix: cover more extreme edge cases for f-string by @jvllmr in #9
- fix: improve f-strings even more by @jvllmr in #10
Full Changelog: 0.1.3...0.1.4
v0.1.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #5
- fix: correct unparsing of ifs at comprehension end by @jvllmr in #6
New Contributors
Full Changelog: 0.1.1...0.1.2
v0.1.1
What's Changed
- fix: specify rust-version in crate metadata by @jvllmr in #3
- fix: byte literals with utf-32 characters can be unparsed by @jvllmr in #4
Full Changelog: 0.1.0...0.1.1