jettison v0.4.1 Release Notes

Release Date: 2019-10-22 // over 4 years ago
    • Fix unsafe misuses reported by go vet and the new -d=checkptr cmd/compile flag introduced in the Go1.14 development tree by Matthew Dempsky. The issues were mostly related to invalid arithmetic operations and dereferences.
    • 🛠 Fix map key types precedence order during marshaling. Keys of any string type are used directly instead of the MarshalText method, if the types also implement the encoding.TextMarshaler interface.