Skip to content

Releases: rpgmaker/NetJSON

v 1.2.1.4

21 Sep 01:33

Choose a tag to compare

  • Fixed nullable issue with skip default option

v 1.2.1.3

20 Sep 00:54

Choose a tag to compare

  • 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

Choose a tag to compare

  • Fix issue with enumeration not been handled correctly

v 1.2.1.1

23 Aug 02:40

Choose a tag to compare

  • Add support for non-public serialization/deserialization
  • Some bug fixes

v 1.2.1.0

08 Aug 01:28

Choose a tag to compare

  • Add support for .net core

v 1.2.0.0

30 Jul 18:01

Choose a tag to compare

  • 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

Choose a tag to compare

  • Fix issue with skip default value not working when used from NetJSONSettings

v 1.1.0.5

27 Jun 04:43

Choose a tag to compare

  • Add suport for immutable class using non-public setter
  • Fixed issue with string skipping ordering

v1.1.0.4

21 Jun 06:57

Choose a tag to compare

  • Added Xml Documentation for support of intellisense

v1.1.0.3

21 Jun 05:46

Choose a tag to compare

  • 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