Changelog for ilist-0.4.0.0
Changelog
ilist
uses PVP Versioning.
The changelog is available on GitHub.
0.4.0.0 — Dec 26, 2019
- Support GHC-8.8, GHC-8.6, GHC-8.4, GHC-8.2. Drop older GHC versions support.
- Update maintenance info.
0.3.1.0
- Added
ireplicateM
andireplicateM_
.
0.3.0.0
ifind
now returns the index alongside with the value (same as inlens
).
0.2.0.0
izipWithM
andizipWithM_
have been generalised fromMonad
toApplicative
(which mimics what was done in base-4.9).
0.1.0.0
First release.