Skip to content

v1.1.0

Compare
Choose a tag to compare
@pelletier pelletier released this 18 Jan 23:05
· 161 commits to master since this release
acdc450

What's new

  • Comment annotation for Marshal #185
  • Support single-quoted keys #193
  • Add Encoder / Decoder capabilities #192
  • Encode can encode arrays on multiple lines #203
  • Support for hexadecimal, octal, and binary literals #205
  • Unmarshal into custom number types and check for overflows #209
  • Support for special float values (inf and nan) #210

Fixed Bugs

  • Unmarshal should report a type mismatch as an error #196
  • Actually show the error message from an Error token #208

All changes: v1.0.1...v1.1.0