Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 2.18 KB

Change Log for coreJSON Library

v3.1.0 (November 2021)

  • #106 Update doxygen version for documentation.

v3.0.2 (July 2021)

  • #100 Fix overflow in skipOneHexEscape().
  • #95 Eliminate warnings when base char type is unsigned.
  • #93 Wrap query key separator macro with ifndef.

v3.0.1 (February 2021)

  • #86 Fix MISRA 9.1 violation.
  • #84, #82 and #80 Documentation updates and fixes.

v3.0.0 (December 2020)

  • #74 Add JSON_Iterate function to iterate over items in a JSON collection.
  • #74 Add JSONInvalid enum with the value 0 to JSONTypes_t. This change is not backwards compatible.

v2.0.0 (November 2020)

Updates

  • #53 Update the JSON_Search function to support searching JSON arrays. This change is not backwards compatible.

Other

  • #35, #36, #39, #51, #52, #54 Minor documentation updates.
  • #40 Build the unit tests with Unity instead of CMock.
  • #44 Add 100% branch coverage to the unit tests.
  • #46, #49 Fix warnings in the source code.

v1.0.0 (September 2020)

This is the first release of the coreJSON library, a parser that strictly enforces the ECMA-404 JSON standard and is suitable for low memory footprint embedded devices.