Skip to content

Releases: bn-d/ppx_pyformat

v0.1.2

20 Feb 00:57
c3a6ef3
Compare
Choose a tag to compare

What's Changed

  • Replace ^ with String.concat by @bn-d in #10
  • Various runtime performance improvement by @bn-d in #11 , @bn-d in #12
  • Update version and compatibility by @bn-d in #13

Full Changelog: v0.1.1...v0.1.2

v0.1.1

18 Jan 23:44
6004851
Compare
Choose a tag to compare

What's Changed

  • Fix dependency and 32bit build by @bn-d in #9

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Jan 23:54
80784ca
Compare
Choose a tag to compare

What's Changed

  • Add parser and types by @bn-d in #1
  • Add runtime library for int and string by @bn-d in #3
  • Impl rewriter for int and string by @bn-d in #3
  • Impl all float runtime except general by @bn-d in #4
  • Factor out align from runtime format function by @bn-d in #5
  • Impl general float runtime by @bn-d in #6
  • Finish rewriter for arg and float by @bn-d in #7
  • Improve types validation and error messages by @bn-d in #8

Full Changelog: https://github.com/bn-d/ppx_pyformat/commits/v0.1.0