Releases: thoth-org/Thoth.Json.Net
Releases · thoth-org/Thoth.Json.Net
3.6.0
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. SetskipNullField
tofalse
when using auto encoder, to includemyField: 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
Changed
- Release stable version
3.5.1-beta-001
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
Changed
- Stop using first person when reporting an error. Related to thoth-org/Thoth.Json#19
3.5.0-beta-001
Changed
- Use
paket.template
to generate the nupkg. The goal is to have "correct" dependencies handling
3.4.0
Added
Decode.Auto.LowLevel
providing better interop when consuming Thoth.Json.Net from a C# projectEncode.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
Fixed
- Fix #12: Support auto coders with recursive types (by @alfonsogarciacaro)
3.2.0 - 2019-05-14
Fixed
- Fix #13: Decode.string fails on strings with datetime
3.1.0 - 2019-05-03
Fixed
- Fix auto encoder when generating an optinal unkown type and the runtime value is
None
3.0.0
Changed
- Release stable version