Skip to content

0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@eliaskosunen eliaskosunen released this 19 Feb 15:08
· 698 commits to master since this release

Largely a bugfix release

Changes

  • Remove support for partial successes
    • If the reading of any of the arguments given to scan fail, the whole function fails
    • read-field removed from result
  • Overhaul list scanning
    • Add scan_list

Fixes

  • Fix issues with std::string_view and MSVC debug iterators (#11, #14, #18, #20)
  • Fix some issues with scanning customized types (#15)
  • Add missing support for custom-allocator std::strings (#16)
  • Fix erroneous git command in README (#13)
  • Fix README example
  • Fix erroneous usage of library feature test macros

Thanks to @nanoric and @SuperWig for bug reports!

Removals

  • Remove support for non-std::char_traits std::strings
  • Remove support for clang 3.6