MCUXpresso_MIMXRT1052xxxxB/rtos/freertos/corejson/CHANGELOG.md
Yilin Sun c2668b7ca0
Update SDK to v2.13.0
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-01-26 09:35:56 +08:00

2.6 KiB

Change Log for coreJSON Library

v3.2.0 (October 2022)

  • #121 MISRA C:2012 compliance updates.
  • #119 Update CBMC Starter Kit.
  • #115 Fix JSON validation for mismatched brackets.
  • #109 Remove non-ASCII characters

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.