Releases: jvllmr/rustpython-unparser
Releases · jvllmr/rustpython-unparser
v0.2.5
v0.2.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jvllmr/rustpython-unparser/pull/14
- fix(unparser): correct precedences for comprehensions and generators by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/17
Full Changelog: 0.2.3...0.2.4
v0.2.3
What's Changed
- fix(unparser): fixed precedence for subscriptions by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/16
Full Changelog: 0.2.2...0.2.3
v0.2.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jvllmr/rustpython-unparser/pull/13
- fix(unparser): eagerly unparse float constants to scientific notation by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/15
Full Changelog: 0.2.1...0.2.2
v0.2.1
What's Changed
- feat(transformer): add annotation enter and exit hooks by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/12
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jvllmr/rustpython-unparser/pull/11
Full Changelog: 0.2.0...0.2.1
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 https://github.com/jvllmr/rustpython-unparser/pull/8
- fix: cover more extreme edge cases for f-string by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/9
- fix: improve f-strings even more by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/10
Full Changelog: 0.1.3...0.1.4
v0.1.3
What's Changed
- fix: repair comprehension ifs ... again by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/7
Full Changelog: 0.1.2...0.1.3
v0.1.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jvllmr/rustpython-unparser/pull/5
- fix: correct unparsing of ifs at comprehension end by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/6
New Contributors
- @pre-commit-ci made their first contribution in https://github.com/jvllmr/rustpython-unparser/pull/5
Full Changelog: 0.1.1...0.1.2
v0.1.1
What's Changed
- fix: specify rust-version in crate metadata by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/3
- fix: byte literals with utf-32 characters can be unparsed by @jvllmr in https://github.com/jvllmr/rustpython-unparser/pull/4
Full Changelog: 0.1.0...0.1.1