Releases: thoth-org/Thoth.Json
Releases · thoth-org/Thoth.Json
6.0.0
5.1.0
Fixed
- PR #96: Improve tree shaking for longs (by @alfonsogarciacaro)
5.0.0
4.1.0
Added
- Add
keys
andall
decoders (by @felixschorer)
4.0.0
Changed
- isCamelCase is now replaced by caseStrategy=CamelCase
Added
- Added caseStrategy that accept CamelCase | PascalCase | SnakeCase
3.5.0
Changed
- Upgrade to Fable.Core 3.1.4 and fix warnings
3.4.1
3.4.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.3.0
Changed
- Fix #19: Stop using first person when reporting an error (by @jeremyabbott)
3.2.0
Fixed
- Fix auto coders with recursive types (by @alfonsogarciacaro)