All Versions
8
Latest Version
Avg Release Cycle
74 days
Latest Release
-
Changelog History
Changelog History
-
v0.3.4.1 Changes
August 22, 2020
๐ https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.4.1
- Add
Ord
instance toNESeq
. (@mitchellwrosen)
- Add
-
v0.3.4.0 Changes
August 4, 2020
๐ https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.4.0
- Add
ToJSON
andFromJSON
instances.
- Add
-
v0.3.3.0 Changes
December 03, 2019December 3, 2019
๐ https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.3.0
- Add
overNonEmpty
andonNonEmpty
in Data.Containers.NonEmpty.
- Add
-
v0.3.1.0 Changes
June 14, 2019June 13, 2019
๐ https://github.com/mstksg/nonempty-containers/releases/tag/v0.3.1.0
- Add
absurdNEMap
to 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
.
- Add
-
v0.3.0.0 Changes
June 11, 2019June 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.
-
v0.2.0.0 Changes
May 14, 2019May 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.
-
v0.1.1.0 Changes
December 08, 2018December 8, 2018
๐ https://github.com/mstksg/nonempty-containers/releases/tag/v0.1.1.0
-
Comonad
instances added forMap k
andIntMap
, based on Faucelme's suggestion
-
-
v0.1.0.0 Changes
November 30, 2018๐ https://github.com/mstksg/nonempty-containers/releases/tag/v0.1.0.0
- ๐ Initial release