Changelog of @hackage/ilist 0.4.0.1

Changelog

ilist uses PVP Versioning. The changelog is available on GitHub.

0.4.0.1 — May 7, 2020

  • #7: Support GHC-8.10. Move from GHC-8.8.1 support to GHC-8.8.3.

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 and ireplicateM_.

0.3.0.0

  • ifind now returns the index alongside with the value (same as in lens).

0.2.0.0

  • izipWithM and izipWithM_ have been generalised from Monad to Applicative (which mimics what was done in base-4.9).

0.1.0.0

First release.