Changelog for nonempty-vector-0.2.1.0
Revision history for nonempty-vector
0.2.1.0
- Added
consVandsnocVprimitives for consing a vector to create a nonempty one. (#8) - Thanks @AlistairB! - Updated CI and cabal support
- Expose constructors in new
Data.Vector.NonEmpty.Internalmodule - Modules are now marked trustworthy
@sinceannotations have been added.
0.2.0.2
- Removed spurious dependency on
semigroups
0.2.0.1
-
Missed a strictness tick in
postscanl' -
INLINE pragma for slice
0.2.0.0
-
Remove naughty
Generic, andAlternativeinstances as they can construct emptyNonEmptyVectors -
Handwritten
ReadandRead1instances with safe cons -
Added
uncons,unsnoc,replicate1,generate1,iterateN1,unsafeCreate,unsafeCreateT,unfoldr1,unfoldr1N,unfoldr1M,unfoldr1NM, -
Added
unsafeFromList,unsafeFromVector, andfromNonEmptyN1 -
Add
ifilterM -
Add doctests for all new functions + many familiar ones
0.1.0.0
- Remove
MonadFailinstance for the sake of backcompat with LTS < 13 - Drop Cabal version down to 2.0
0.0.1.1 -- 2019-10-20
- Export
toMVectorandfromMVector - clean up docs
0.0.1.0 -- 2019-10-20
- First version. Released on an unsuspecting world.