Skip to content

Releases: pybpc/f2format

f2format: v0.7.3.post1

14 Jul 10:44
1ac8a77
Compare
Choose a tag to compare
  • no core code changes
  • revised README, manpage
  • added docstring

f2format: v0.7.3

10 Jul 07:22
7f5c5d1
Compare
Choose a tag to compare

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

24 Jun 05:20
deff7b3
Compare
Choose a tag to compare

New distribution [0.7.2]

no changes
updated dependencies
resolved format_spec bugs, cf. davidhalter/parso#74

f2format v0.7.1

09 Jun 06:30
Compare
Choose a tag to compare

New distribution [0.7.1]

  • revised repo structure
  • merged f2format to one single file

f2format v0.6.1.dev2

01 Jun 10:12
Compare
Choose a tag to compare

New distribution [0.6.1.dev2]

  • bugfix for issue#3
  • revised Makefile for pre-release

f2format v0.6.1

01 Jun 10:27
Compare
Choose a tag to compare

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

31 May 16:36
Compare
Choose a tag to compare

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

04 May 17:29
Compare
Choose a tag to compare
  • 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

03 May 04:07
Compare
Choose a tag to compare

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

17 Apr 03:58
Compare
Choose a tag to compare

New distribution [0.5.4]

  • fixed bugs make f2format not working in Python <3.6
  • minor updates