All Versions
25
Latest Version
Avg Release Cycle
119 days
Latest Release
1478 days ago

Changelog History
Page 3

  • v0.0.5 Changes

    • Generalize monadic map (mapM, mapM_)
    • HostName type
    • Network address / name resolution
    • ๐Ÿ›  Fix compilation on FreeBSD & OpenBSD
    • ๐ŸŽ‰ Initial re-implementation for property tests and tests orchestration
    • ๐Ÿ›  Fix bug in splitElem, and breakElem
    • ๐Ÿ‘Œ Improve splitOn to return empty elements
    • ๐Ÿ›  Fix API bug for snoc and cons in Chunked UArray
    • โž• Add UUID
    • Check API
    • ๐Ÿ›  Fix compilation on !x86
  • v0.0.4 Changes

    • โž• Add Conduit for all your streaming needs
    • ๐Ÿ”ฆ Expose Sequential from Foundation
    • Export internal withPtr for optimisation
    • Export ifThenElse
    • ๐Ÿ‘‰ Use the proper String type for error instead of [Char]
    • โž• Add any and all to Collection
    • โž• Add defaulting to Integer and Double for numerical types
    • โž• Add negation for Double and Float (and their associated C types)
    • โž• Add/Export system bindings (Posix file/memory handling, Linux Inotify)
    • โž• Add Big Endian (BE) / Little Endian (LE) wrapping types
    • โž• Add a way to transform an UArray into Hexadecimal/Base16
    • โž• Add IPv4 and IPv6 types
  • v0.0.3 Changes

    Monad:

    • โž• Add MonadCatch and MonadThrow classes
    • โž• Add Transformer base class (MonadTrans)
    • โž• Add IdentityT, StateT, ReaderT

    ๐Ÿ— Build:

    • ๐Ÿ›  Fix build on !x86
  • v0.0.2 Changes

    Classes:

    • โž• Add Bifunctor
    • ๐Ÿ‘ Implement Better storable type class (#111)
    • ๐Ÿ”ฆ Expose Nthable for GHC >= 7.10 (product type getter)
    • Split basic function from Sequential to Collection
    • ๐Ÿ‘‰ show return a Foundation String now instead of [Char]

    Numerical:

    • Overhaul of numerical classes (Integral, Rational, Divisible, ..)
    • โž• add IntegralRounding (i.e. rounding from floating types)
    • ๐Ÿ”ฆ Expose IEEE manipulation stuff
    • ๐Ÿ”ฆ Expose all trigonometry functions in Foundation.Math.Trigonometry
    • Export Natural (Unsigned Integer)

    Collection:

    • โž• Add partition
    • โž• Add isPrefixOf and isSuffixOf
    • โž• Add ArrayBuilder machinery
    • โž• Add String parser
    • โž• Add minimum and maximum to Collection.
    • Export Foldable and Collection in Foundation
    • โž• add head,last,tail,init

    Types:

    • ๐Ÿ‘ Basic ArrayUArray support (Array of unboxed Array)
    • โž• Add instance for Float and Double for numerical
    • Boxed array: add native slicing in the type
    • โž• add NonEmpty type
    • โž• Add some Data declaration for based type

    Hashing:

    • Hashing: add FNV, SipHash hash functions family
    • ๐Ÿ‘ Hashable: add support to hash types

    ๐Ÿ‘ Random support:

    • โž• Add support for system entropy
    • โž• Add pseudo random generation capability using a ChaCha core.
  • v0.0.1 Changes

    • ๐ŸŽ‰ Initial version