Changelog for nonempty-containers-0.3.4.2
Changelog
Version 0.3.4.2
August 25, 2021
https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.4.2
- Compatibility with GHC 9. (@andremarianiello)
Version 0.3.4.1
August 22, 2020
https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.4.1
- Add
Ordinstance toNESeq. (@mitchellwrosen)
Version 0.3.4.0
August 4, 2020
https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.4.0
- Add
ToJSONandFromJSONinstances.
Version 0.3.3.0
December 3, 2019
https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.3.0
- Add
overNonEmptyandonNonEmptyin Data.Containers.NonEmpty.
Version 0.3.1.0
October 21, 2019
https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.3.0
- Add
HasNonEmptyinstance for nonempty-vector - Changed
splitLookupto useTheseinstead of a tuple ofMaybes.
Version 0.3.1.0
June 13, 2019
https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.1.0
- Add
absurdNEMapto Data.Map.NonEmpty. This is the only type that would benefit from such a specialized function, whereas all other types would do just as well withabsurd . fold1 :: Foldable1 f => f Void -> a.
Version 0.3.0.0
June 10, 2019
https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.0.0
- Switch back from data-or to these, due to changes in the organization of these that get rid of the high dependency footprint.
Version 0.2.0.0
May 14, 2019
https://github.com/mstksg/nonempty-containers/releases/tag/v0.2.0.0
- (#2) Switch from these to data-or, for lighter dependency footprint. Much thanks to @fosskers for putting in the heavy work.
Version 0.1.1.0
December 8, 2018
https://github.com/mstksg/nonempty-containers/releases/tag/v0.1.1.0
Comonadinstances added forMap kandIntMap, based on Faucelme's suggestion
Version 0.1.0.0
https://github.com/mstksg/nonempty-containers/releases/tag/v0.1.0.0
- Initial release