- New: Add support for UTF-8 char encoding on Windows (#76, #69, #238, #239)
This allows to use Utf8Everywhere approach - New: Add ArduinoAppender
- New: Publish on PlatformIO Registry for embedded development (#244)
- New: Add support for
char8_t
strings - New: Add tests
- Enh: Add rudimentary support of VS2005 (#232)
- Enh: Implementation of
vasprintf
emulation (#243) - Fix: Parsing of templated classes (#251)
- Fix: Compiling with MSVC using C++20 (#236)
- Fix: No newline error with '-Wnewline-eof' build flag (#263)