spray-json v1.3.2 Release Notes

Release Date: 2016-11-02 // over 7 years ago
    • ๐Ÿ›  Fixed performance bottleneck in ProductFormats::fromField (#132)
    • ๐Ÿ›  Fixed multibyte chars at ix 0 of JSON String not being parsed correctly (#148)
    • ๐Ÿ›  Fixed automatic field name discovery for member names with mangled prefix (#142)
    • ๐Ÿ—„ Reinstated deprecated JsArray and JsObject List-based constructors for backwards compatibility
    • โž• Added standard OptionFormat type (#151)
    • ๐Ÿ”ฆ Exposed field name in deserialization errors if possible
    • ๐Ÿ‘Œ Improved name unmangling in ProductFormats (#138)
    • Introduced JsObject.empty, JsArray.empty, JsString.empty and JsNumber.zero (#143)
    • ๐Ÿ“œ Made JsonParser require complete consumption of parsing input (#137)