Skip to content

3.4.0

Compare
Choose a tag to compare
@MangelMaxime MangelMaxime released this 24 Oct 09:59

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)