Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.08 KB

ChangeLog.md

File metadata and controls

44 lines (33 loc) · 1.08 KB

v1.2.3

2021.2.5 UTC+8 10:13

  • The C Code

    • Fix the parse key bug of ParseObject.
  • The C# Code

    • Code formatting of #region.

v1.2.2

2020.2.28 UTC+8 10:50

  • The C# Code
    • Change the Data type from class to struct, and use ref to pass it.
    • Use keyword out inline to follow the compiler hits.

2020.1.10 UTC+8 11:35

  • The C Code
    • Add the C code implementation.

v1.2.0

2020.1.1 UTC+8 11:16

  • Optimize unicode string parsing.
  • Add SkipString for ParseObject.
  • Add SetEscapeString for whether to convert escaped strings.

v1.1.8

2018.2.5 UTC+8 10:51

  • Optimize ParseArray and ParseObject that remove redundant variable assignment. (+0.0.2)
  • Optimize DebugTool Assert call. (+0.0.1)

v1.1.5

2018.1.25 UTC+8 16:57

  • Code format.(+0.0.1)
  • Improve function UnicodeCharToInt and ParseString. (+0.0.2)
  • Refactor JsonValue fields. (+0.1.0)
  • Refactor struct Data to class Data. (+0.0.1)
  • Optimize JSON function SkipWhiteSpace call in ParseArray and ParseObject. (+0.0.1)

v1.0

2018.1.15 UTC+8 22:07

  • Initial Release.