- Add
findIndexL
,findIndexR
,findIndicesL
,findIndicesR
- Fix bug in
|>
&<|
(#10)
- Support
primitive-0.9
anddeepseq-1.5
-
Add
map'
&unzipWith
-
Make
zip
&unzip
more strict -
Make all functions strict in the index
-
Make the
FoldableWithIndex
,FunctorWithIndex
,TraversableWithIndex
instances more efficient -
Implement
ifoldMap
in theFoldableWithIndex
instance -
Implement
fail
in theMonad
instance -
Add
Shift
,Tree
and unidirectional pattern synonyms forVector
andTree
toData.RRBVector.Internal.Debug
-
Support
primitive-0.8
-
Test typeclass laws
-
Add
replicate
-
Various optimizations
-
Switch to the
tasty
framework for benchmarks and tests -
Extend the test suite
- Add properties for more functions and some typeclass instances
- Add strictness tests
- Initial release