Skip to content

Releases: damnever/fmt

version 0.3.1

19 Jan 14:23
Compare
Choose a tag to compare

#15 #16 better support for datetime format

Version 0.3.0: improve performance

30 Dec 15:56
Compare
Choose a tag to compare

#13 Performance up: cache parsed nodes and use flyweight pattern for node.

version 0.2.2

30 Nov 06:40
Compare
Choose a tag to compare

#12 fix bug: treat some non-printable characters as whitespace

version 0.2.1

30 Nov 03:10
Compare
Choose a tag to compare

#11 fix value could be None, but error raised

version 0.2.0

26 Nov 03:54
Compare
Choose a tag to compare

prevent the registered namespaces from being polluted

Version 0.1.2

28 Oct 13:27
Compare
Choose a tag to compare

version 0.1.1

28 Sep 14:53
Compare
Choose a tag to compare

avoid reference cycle

Version 0.1.0

28 Sep 13:26
Compare
Choose a tag to compare

Using f-strings(PEP 498) style literal string interpolation without Python 3.6.