Changelog of @hackage/typelits-printf 0.2.0.0

Changelog

Version 0.2.0.0

February 26, 2020

https://github.com/mstksg/typelits-printf/releases/tag/v0.2.0.0

  • Following https://github.com/mstksg/typelits-printf/pull/3, we can now get "all three" benefits with printf. This version removes all traces of pprintf, PP, and rprintf, making printf the official one-size-fits-all function. Thanks @kcsongor!

Version 0.1.1.0

February 26, 2020

https://github.com/mstksg/typelits-printf/releases/tag/v0.1.1.0

  • Major bug fix in parser (thanks @kcsongor)

Version 0.1.0.0

February 25, 2020

https://github.com/mstksg/typelits-printf/releases/tag/v0.1.0.0

  • Initial release