Skip to content

Release 1.2.0

Latest
Compare
Choose a tag to compare
@danielaparker danielaparker released this 08 Feb 22:36
  • Fixed bugs:

    • Git Issue #453: jsonpath length function with recursive select argument gives wrong result
  • Implemented new features:

    • Git issue #556: Support nested JSON to CSV. Add flat, column_mapping, and max_nesting_depth options to basic_csv_options

    • Git issue #585: Add raw_tag() accessor to basic_cbor_cursor. Add functions begin_object_with_tag,
      begin_array_with_tag, uint64_value_with_tag etc. to basic_cbor_encoder to support encoding values with
      raw CBOR tags.

    • Git issue #574: Support custom JSON Schema error messages with errorMessage keyword. Add
      enable_custom_error_message option to evaluation_options.