Skip to content

v0.7.0

Compare
Choose a tag to compare
@malachib malachib released this 03 Mar 04:44
· 239 commits to master since this release

Added Features

Added Features (internal)

Early access - marked internal mainly due to naming and API flux, but passes tests:

  • Added out_buffered_stringbuf and out_bipbuf_streambuf wrapper for "true" streambuf operations. These sit in front of a raw streambuf for additional caching.
  • Core units capability - including bytes and percent and SI helpers for converting to string

Quality Updates & Bug Fixes

  • Bringing back c_str() to layer1 and layer2 strings
  • Various AVR and estd::variadic cleanup
  • Fixed bug in to_chars (#28)