ChangeLog.md
February 6, 2021 ยท View on GitHub
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
Datatype fromclasstostruct, and userefto pass it. - Use keyword
outinline to follow the compiler hits.
- Change the
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
SkipStringforParseObject. - Add
SetEscapeStringfor 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.