Skip to content

Releases: c42f/tinyformat

Release 2.3.0

15 Nov 04:47
Compare
Choose a tag to compare

New features:

  • Support for %a and %A hexfloat format specs (#53)
  • Support for Posix positional arguments (#45)

Bug fixes:

  • Fix UB in copying detail::FormatListN occurring in builds without copy constructor elision (#59)

Release 2.2.0

05 Apr 01:52
389f37d
Compare
Choose a tag to compare

A few minor features and fixes:

  • TINYFORMAT_ASSERT macro for people wanting to avoid dependency on assert() and the <cassert> header
  • Fix GCC-7 Wimplicit-fallthrough warnings
  • Extra NULL initializations to silence spurious Coverty warnings
  • Various project improvements (CI + build; markdown docs)

v2.1.0: Release 2.1.0

24 Apr 10:08
Compare
Choose a tag to compare
New features:

* Add printfln() convenience function

Minor bug fixes and tweaks:

* Workaround usual std::min clash with windows.h
* Kill various compiler warnings on MSVC and clang
* Tests for printf()