pipes-aeson v0.4 Release Notes

    • ✂ Remove Pipes.Aeson.encode in favour of encodeObject and encodeArray.

    • decode and decodeL now return Nothing on end of input, instead of failing with a DecodingError. This follows the approach taken by pipes-attoparsec-0.5.

    • Solved quadratic time complexity issue when decoding (#10).

    • 📜 Depend on pipes-attoparsec-0.5.*.

    • Raise upper bound for transformers to 0.4.*.