forked from mgholam/fastJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
history_json5.txt
28 lines (23 loc) · 899 Bytes
/
history_json5.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1.0.4-2.4.0.5
- Update license
- Update fastJSON to 2.4.0.5
- Add support for many tfms (including limited support for .NET Core 1.0 and Standard 1.5)
- Binary compat fix: specify enum values for 'myPropInfoType' explicitly (wouldn't have affected any existing distribution of this library)
1.0.3-2.4.0.3
- Update license
- Small fix to do with serialising doubles and floats on .NET Framework
1.0.2-2.4.0.3
- Add support for .NET Framework 4 and .NET Standard 2.0!
- Fix some formatting in the project file
- Update readme text
1.0.1-2.4.0.3
- Update fastJSON to 2.4.0.3
- Fix documentation still being missing
1.0.0-2.4.0.1
- Add documentation that was missing
- Add warnings option to be conformant with the specification
- Update test(s) that should warn
- Added ignored c# warnings to do with documentation
- First full release!
0.1.0-2.4.0.1
- Initial release