ilist
uses PVP Versioning.
The changelog is available on GitHub.
- #7: Support GHC-8.10. Move from GHC-8.8.1 support to GHC-8.8.3.
- Support GHC-8.8, GHC-8.6, GHC-8.4, GHC-8.2. Drop older GHC versions support.
- Update maintenance info.
- Added
ireplicateM
andireplicateM_
.
ifind
now returns the index alongside with the value (same as inlens
).
izipWithM
andizipWithM_
have been generalised fromMonad
toApplicative
(which mimics what was done in base-4.9).
First release.