All Versions
30
Latest Version
Avg Release Cycle
65 days
Latest Release
1240 days ago

Changelog History
Page 2

  • v1.0.4.1 Changes

    September 04, 2018
    • ๐Ÿ›  Fix compilation on ghc 8.6.
  • v1.0.4.0 Changes

    July 14, 2018
    • โž• Add Monad instance for boxed vectors.
  • v1.0.3.1 Changes

    July 10, 2018
    • Loosen upper bound on distributive
  • v1.0.3.0 Changes

    June 24, 2018
    • โœ‚ Remove redundant KnownNat constraints
  • v1.0.2.0 Changes

    May 15, 2018
    • not-home haddock annotations for Internal modules, for more helpful linking
    • ๐Ÿ›  Fix build with indexed-list-literals-0.2.1.0
  • v1.0.1.0 Changes

    April 12, 2018
    • โž• Add Representable and Distributive instances for sized boxed vectors
    • ๐Ÿ‘‰ Use newer version of indexed-list-literals to allow a fully featured compile on ghc 8.4
  • v1.0.0.0 Changes

    March 20, 2018
    • More functions using Finite instead of Int
    • โž• Add Read and Semigroup instances
    • ๐ŸŽ Performance improvements for Applicative
    • โž• Add a knownLength function
    • โž• Add fromTuple (ghc < 8.3 for now)
    • โž• Add sized variants of mutable vectors
    • ๐Ÿ”ฆ Expose sized vector constructors from Internal modules

    Huge thanks to all the contributors!

  • v0.6.1.0 Changes

    August 04, 2017
    • Add lenses ix, _head and _last
  • v0.6.0.0 Changes

    June 07, 2017
    • ๐Ÿ‘‰ Make ordering of additions in types be more consistent
    • ๐Ÿ‘‰ Make slice more general
    • Num, Fractional, and Floating instances for vectors
  • v0.5.1.0 Changes

    February 01, 2017
    • Loosen upper bound on vector