Releases: pybpc/f2format
Releases · pybpc/f2format
f2format: v0.7.3.post1
- no core code changes
- revised README, manpage
- added docstring
f2format: v0.7.3
New distribution [0.7.3]
- f2format now supports Python 3.8 debug f-string
- add test for Python 3.8 specifically
- revise Pipfile
- revised F2FORMAT_QUIET environ processing
f2format v0.7.2
New distribution [0.7.2]
no changes
updated dependencies
resolved format_spec bugs, cf. davidhalter/parso#74
f2format v0.7.1
New distribution [0.7.1]
- revised repo structure
- merged f2format to one single file
f2format v0.6.1.dev2
New distribution [0.6.1.dev2]
- bugfix for issue#3
- revised Makefile for pre-release
f2format v0.6.1
New distribution [0.6.1]
- bugfix for issue #3
- enhanced convertion results
- fixed convertion bugs when expression has whitespaces around
- resvied test cases
- updated README
- revised Makefile for pre-release
f2format v0.6.1.dev1
New distribution [0.6.1.dev1]
enhanced convertion results
fixed convertion bugs when expression has whitespaces around
resvied test cases
updated README
f2format 0.6.0
- revised test cases
- bugfix based on tests
- unittest & CI now integrated
- new CLI & environ (
quiet
) - revised API arguments, made it more Pythonic
f2format v0.5.5
New distribution [0.5.5]
- fixed minor bugs in error handling
- now supports multiline fstrings
- revised convert API
- reviewed tests
- migrated Dockerfiles to Python 3.6
f2format v0.5.4
New distribution [0.5.4]
- fixed bugs make f2format not working in Python <3.6
- minor updates