foundation-edge v0.0.11 Release Notes

Release Date: 2019-07-14 // almost 5 years ago
    • โž• Add Hlint support (configuration file), and default travis job
    • Property report error through with the ASCII, UTF16, UTF32 string decoders
    • ๐Ÿ›  Fix issue with OSX < Sierra
    • ๐Ÿ‘Œ Improve Parser and fix backtracking issue
    • Strictify UArray to contains a strict ByteArray#
    • ๐Ÿ‘Œ Improve any & all for most collection types
    • ๐Ÿ‘Œ Improve minimum & maximum for most collection types
    • โž• Add foldl1 & foldr1
    • โž• Add takeWhile & dropWhile
    • โœ‚ Remove foldl
    • โž• Add basic String builder
    • โž• Add String replace function
    • โž• Add conduit sourceList
    • ๐Ÿ‘Œ Improve performance of String uncons, unsnoc, filter and fromBytes UTF8 (validate)
    • ๐Ÿ‘Œ Improve UArray filter
    • ๐Ÿ›  Fix compilation issue on windows with clock_gettime which is not available though all possible compilation mode