Skip to content

Release 0.168.0

Compare
Choose a tag to compare
@danielaparker danielaparker released this 27 Sep 17:51
· 1740 commits to master since this release

Bugs fixed:

  • Fixed issue #335.
    The 0b... notation used in a cbor header file has been replaced with 0x... notation.
    The 0b... notation used is only standard compliant with C++14 and later, although
    supported in some C++ 11 compilers.

  • Fixed issue with csv automatic number detection discovered while investigating
    issue #333.

Enhancements to jsonpointer extension:

  • Support construction of a json_pointer from a URI fragment representation of a JSON Pointer.

  • Support stringifying a json_pointer to a URI fragment representation with the to_uri_fragment function.