Skip to content

Releases: rpgmaker/NetJSON

v1.1.0.2

21 May 02:38

Choose a tag to compare

  • Added NetJSONSettings.Format for generating prettify json output

v 1.0.15.5

18 Dec 13:37

Choose a tag to compare

  • Fixed issue with serializing/deserializing nullable types such as DateTime, Guid, and TimeSpan.
  • Added support for Polymorphism by adding
    NetJSON.IncludeTypeInformation
  • Added NetJSON.NetJSONKnownType to allow registering type that can be use to determine what goes into $type when NetJSON.IncludeTypeInformation is enabled.

v 1.0.15.4

03 Dec 13:22

Choose a tag to compare

  • Fixed missing quote caused by multithreads

v 1.0.15.3

03 Dec 01:33

Choose a tag to compare

  • Fixed issue with string encoding when using quote characters

v 1.0.15.2

29 Nov 23:22

Choose a tag to compare

Fixed #93
Fixed #89
Fixed #91
Fixed #88

  • Improved datetime serialization (Fixed issue with missing fraction of second after deserialization)
  • Add unit test to test different variation of DateTime Serialization

v 1.0.15.1

24 Nov 04:21

Choose a tag to compare

  • Enabled Field Serialization by default
  • Temporary disable string reading optimization
  • Improve overall performance

v 1.0.15

20 Nov 04:09

Choose a tag to compare

  • Fixed issue with missing Millisecond when serializing date
  • Fixed issue with ISO format serialization
  • Added support for NetJSON.TimeZoneFormat (Unspecified|Utc|Local) to allow formatting of timezone for date serialization
  • Added ShareAssembly flag to determine when to use single or multiple assembly for generated types during serialization/deserialization

v 1.0.14.1

04 Nov 01:41

Choose a tag to compare

  • Fixed issue with deserializing string that may contain iso date format
  • Add support for deserialization of nullable for both class/dictionary/list

v 1.0.14

29 Oct 17:35

Choose a tag to compare

  • Add support for serializing and deserializing with name specified in NetJSONProperty attribute rather than default field or property name

v 1.0.13

11 Oct 20:38

Choose a tag to compare

  • Added support for auto quotes detection