Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.75 KB

Change Log for coreJSON Library

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.