jettison v0.7.2 Release Notes

Release Date: 2021-08-31 // almost 3 years ago
    • ๐ŸŽ Minor performances improvements (remove inlined functions in appendEscapedBytes).

Previous changes from v0.7.1

    • Fix a regression in the marshaling of nil map keys that implement the encoding.TextMarshaler interface, intoduced during refactor in version v0.5.0.
    • ๐Ÿ— Split TestTextMarshalerMapKey and TestNilMarshaler tests with build constraints to allow previously ignored cases to run with Go1.14.