Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 937 Bytes

ChangeLog.md

File metadata and controls

36 lines (26 loc) · 937 Bytes

C# v1.2.2

2020.2.28 UTC+8 10:50

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

C v1.2.0

2020.1.10 UTC+8 11:35

  • 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.