Changelog for slist-0.2.1.0
Changelog
slist
uses PVP Versioning.
The changelog is available on GitHub.
0.2.1.0 – Nov 3, 2022
- #56: Support GHC-9.4.
0.2.0.1 – Oct 7, 2022
- #53: Support GHC-9.2.
- Upgrade
hedgehog
dependency.
0.2.0.0 — Mar 18, 2021
-
#45: Support GHC-9.0. Update older GHC's bounds.
-
#36: Add strict functions:
append'
,concat'
andconcatMap'
. -
#30: Add
cons
andcons'
functions. -
#35: Add integration with the
containers
library:mapToKeys
,mapToVals
,mapToPairs
,setToSlist
.Add
ordNub
. -
#34: Add
partitionWith
andlistPartitionWith
. -
#29: Add
Slist.Maybe
module withmaybeToSlist
,slistToMaybe
,catMaybes
,mapMaybe
,slistWith
functions. -
#31: Add
sortWith
. -
#24: Add
chunksOf
forSlist
andlistChunksOf
for ordinary lists. -
Move the
Slist
data type into the separateSlist.Type
module.
0.1.1.0 — Apr 18, 2020
- Fix
mconcat
forSlist
Monoid
instance. - #25: Support GHC-8.10.
- Update to GHC-8.8.3 from GHC-8.8.1.
0.1.0.0
- #13: Support GHC-8.8.1.
- #16:
Use
DerivingStrategies
. - #9:
Implement
fromRange
function. (by @zfnmxt) - #6: Add generic function over the size and indices. (by @waynee95)
- Make
dropWhile
work better on infinite lists. (by @chshersh) - Support GHC-8.6.5 instead of GHC-8.6.3.
- #6: Build with Stack.
0.0.0
- Initially created.