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

Changelog History
Page 1

  • v0.0.25

    September 07, 2019
  • v0.0.24 Changes

    July 14, 2019
    • ๐Ÿ›  Fix fail instances
    • ๐Ÿ›  Fix overflow in IPv4 addresses
    • ๐Ÿ›  Fix generic findIndex
    • Start dropping some old compat code
  • v0.0.23 Changes

    February 06, 2019
    • ๐Ÿ Really fix windows 32 build
  • v0.0.22 Changes

    February 04, 2019
    • โšก๏ธ Misc update to basement
    • โž• Add instance for Bits for Word, From Word128 Word256, Integral for Zn
    • ๐Ÿ›  Fix windows 32 bits build
  • v0.0.21 Changes

    July 08, 2018
    • โœ‚ Remove couple of warnings
    • โž• Add compatibility with ghc 8.6
    • ๐Ÿ›  Fix subtraction of Word128 and Word256 by using 2-complement representation instead of 1-complement
  • v0.0.20 Changes

    February 23, 2018
    • โฌ‡๏ธ Reduce algorithm duplication between native and foreign backend
    • ๐Ÿ‘Œ Improve Unicode cases algorithm and increase testing
    • โž• Add CSV Builder
    • โž• Add a BitOps & FiniteBitOps classes to have better types than the Data.Bits.Bits class
    • ๐Ÿ‘Œ Improve BlockN operations
    • ๐Ÿ‘Œ Improve ListN operations
    • ๐Ÿ‘ Allow compilation with gauge 0.1
    • โž• Add support for haskell-ci
  • v0.0.19 Changes

    • โž• Add Block, UArray, String Builder
    • ๐Ÿ‘Œ Improve concat for Block andd UArray
    • โž• Add unicode case mapping
    • Re-add compatibility with ghc 7.8
  • v0.0.18 Changes

    • โž• Add missing lowlevel Block functionality
    • Cleanup UArray to use more functions from Block
    • Push Xoroshiro down to basement
    • โž• Add instances for foundation's numerical classes for C types
    • โšก๏ธ Update benchmarks to gauge 0.2.0
    • โž• Add documentation to some block & uarray functions
  • v0.0.17 Changes

    • โž• Add Terminal capabilities: ANSI Escape, UTF8 codepage initialization, get dimensions
    • Checks: Output now has colors
    • Hashable: Add Word128 & Word256 & Boxed Array instances
    • Semigroup: Compatibility with GHC 8.4
    • โฌ‡๏ธ Drop criterion for benchmark, now use Gauge
    • โœ‚ Remove more UnboxedTuples from Foundation for easier loading with bytecode interpreter
    • โฌ‡๏ธ Reduce overhead of profiling common primitive operation like size and offset addition by preventing auto-caf in abstraction module
    • Optimise UTF8 validation
    • Optimise String toList (allow fusion)
    • Optimise String reversal
    • ๐Ÿ”€ Merge different version of lowlevel array algorithms with one backed by a class.
    • Zn64/Zn : Add Num, Additive, Subtractive, NormalForm, Arbitrary instances
  • v0.0.16 Changes

    • Re-organize type sized structure and add UVect and Vect
    • Cleanup constraint in ListN, and add couple of combinators
    • โž• Add ExceptT
    • โž• Add some exception combinators (try,finally) that works with foundation classes.
    • Tidy mutable algorithm for sorting removing redundant code
    • โž• Add primitive to convert Double/Float to Word64/Word32
    • Cleanup withPtr / getAddr code to be safer