Skip to content

Releases: thoth-org/Thoth.Json.Net

3.6.0

24 Oct 10:01
Compare
Choose a tag to compare

Added

  • Add supports for byte
  • Add supports for sbyte
  • Add supports for int16>
  • Add supports for uint16
  • Add supports for uint32
  • Add supports for enum<byte>
  • Add supports for enum<sbyte>
  • Add supports for enum<int16>
  • Add supports for enum<uint16>
  • Add supports for enum<int>
  • Add supports for enum<uint32>
  • Add support for unit
  • Allow to configure if null field should be omitted or no. Set skipNullField to false when using auto encoder, to include myField: null in your json output

Changed

  • Fix #18: Remove the cache limitation when using generateDecoderCached (by &SCullman)
  • Fix Encode.decimal comment (by @alfonsogarciacaro)

3.5.1

24 Jun 10:04
Compare
Choose a tag to compare

Changed

  • Release stable version

3.5.1-beta-001

24 Jun 09:49
Compare
Choose a tag to compare
3.5.1-beta-001 Pre-release
Pre-release

Changed

  • Stop using first person when reporting an error. Related to thoth-org/Thoth.Json#19
  • Use dotnet pack to generate the package
  • Add upper restriction to Fable.Core

3.5.0

24 Jun 08:07
Compare
Choose a tag to compare

Changed

3.5.0-beta-001

07 Jun 15:14
Compare
Choose a tag to compare
3.5.0-beta-001 Pre-release
Pre-release

Changed

  • Use paket.template to generate the nupkg. The goal is to have "correct" dependencies handling

3.4.0

07 Jun 13:37
Compare
Choose a tag to compare

Added

  • Decode.Auto.LowLevel providing better interop when consuming Thoth.Json.Net from a C# project
  • Encode.Auto.LowLevel providing better interop when consuming Thoth.Json.Net from a C# project
  • (Json)Converter, this is needed for people using Asp.Net WebApi (by @SCullman)

Fixed

  • Fix #11: Replicate Fable behaviour when encoding StringEnum. Only when not on NETFRAMEWORK!!!

Changed

  • Ensure that Thoth.Json.Net references the minimum allowed version of Newtonsoft.Json (by @bentayloruk)

3.3.0

05 Jun 12:50
Compare
Choose a tag to compare

Fixed

3.2.0 - 2019-05-14

14 May 10:43
Compare
Choose a tag to compare

Fixed

  • Fix #13: Decode.string fails on strings with datetime

3.1.0 - 2019-05-03

03 May 20:56
Compare
Choose a tag to compare

Fixed

  • Fix auto encoder when generating an optinal unkown type and the runtime value is None

3.0.0

17 Apr 08:24
Compare
Choose a tag to compare

Changed

  • Release stable version