Releases: rpgmaker/NetJSON
Releases · rpgmaker/NetJSON
v 1.2.1.4
21 Sep 01:33
Compare
Sorry, something went wrong.
No results found
Fixed nullable issue with skip default option
v 1.2.1.3
20 Sep 00:54
Compare
Sorry, something went wrong.
No results found
Added support for netstandard1.6
Fixed issue with skipping default value when nullable is used
Fixed issue with failure for date serialization due to missing "Z"
v 1.2.1.2
26 Aug 04:09
Compare
Sorry, something went wrong.
No results found
Fix issue with enumeration not been handled correctly
v 1.2.1.1
23 Aug 02:40
Compare
Sorry, something went wrong.
No results found
Add support for non-public serialization/deserialization
Some bug fixes
v 1.2.1.0
08 Aug 01:28
Compare
Sorry, something went wrong.
No results found
Add support for .net core
v 1.2.0.0
30 Jul 18:01
Compare
Sorry, something went wrong.
No results found
Fixed issue with serialization of byte array
Added support for camelCasing option in NetJSONSetting
Added support for using immutable types
Added support for IEnumerable property/field type
v 1.1.0.6
25 Jul 02:31
Compare
Sorry, something went wrong.
No results found
Fix issue with skip default value not working when used from NetJSONSettings
v 1.1.0.5
27 Jun 04:43
Compare
Sorry, something went wrong.
No results found
Add suport for immutable class using non-public setter
Fixed issue with string skipping ordering
v1.1.0.4
21 Jun 06:57
Compare
Sorry, something went wrong.
No results found
Added Xml Documentation for support of intellisense
v1.1.0.3
21 Jun 05:46
Compare
Sorry, something went wrong.
No results found
Fixed performance issues caused by string comparison for casesensitive flag
Minor performance improvement
Add support for deserialization of class/struct with non-default constructor
Improved string skipping optimization