Skip to content

v1.2.0

Compare
Choose a tag to compare
@odygrd odygrd released this 18 Apr 15:22
· 1069 commits to master since this release
fce925b
  • Linking and including an external version of fmt is now supported. See TweakMe.h
  • Fixed compiler warnings when using clang's -Wdocumentation. (#12)
  • Fixed a bug that wouldn't report a compile-time error for invalid format strings. (#13)
  • Added process ID to Formatter. (#14)
  • Enhanced timestamp formatting. The timestamp_format string passed in handler->set_pattern(format_pattern, timestamp_format, timezone) now accepts three additional specifiers %Qms, %Qus, %Qus that can be used to format the fractional seconds. See here. (#15)