json-stream v0.4.0.0 Release Notes

  • Breaking changes (this could really break your code):

    • ๐Ÿ”„ Changed <|> to <> (Monoid is better for 'appending' than Alternative)
    • ๐Ÿ”„ Changed >^> to <|> - (Alternative now really means alternative)
    • ๐Ÿ”„ Changed toList to many (Use existing Alternative function instead of a custom one)
    • โž• Added some function (Alternative, default implementation won't work)
    • โšก๏ธ C-lexer now supports parsing numbers up to 18 digits (E-notation is not optimized yet)