Skip to content

v4.0.0

Compare
Choose a tag to compare
@garyb garyb released this 23 May 10:54
· 41 commits to master since this release
df1a66c
  • Updated for PureScript 0.12
  • traverse for Array is now divide-and-conquer (@S11001001)
  • findWithIndex returns both index and value of the found item (@mbid)
  • Added Traversable1 instances for Dual and Multiplicative (@matthewleon)
  • Added minimum and maximum for Foldable1 (@colehaus)
  • Added functions for default Foldable implementations based on FoldableWithIndex (@matthewleon)
  • Added intercalate and intercalateMap for Foldable1 (@matthewleon)