All Versions
25
Latest Version
Avg Release Cycle
119 days
Latest Release
1478 days ago
Changelog History
Page 3
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
andall
toCollection
- โ 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
toCollection
- ๐ 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
(UnsignedInteger
)
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
andDouble
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.
- โ Add
-
v0.0.1 Changes
- ๐ Initial version