Skip to content

Releases: purescript/purescript-arrays

v0.1.5

22 May 21:13
Compare
Choose a tag to compare
  • Added group, groupBy, span (joneshf)
  • Added catMaybes (garyb)

v0.1.4

08 May 23:55
Compare
Choose a tag to compare
  • Added sortBy (joneshf)

v0.1.3

05 May 17:34
Compare
Choose a tag to compare
  • Removed elem as it is implemented in Data.Foldable
  • Updated elemIndex and elemLastIndex to use Eq when finding items.
  • Added findIndex and findLastIndex to find an item with a predicate.

v0.1.2

03 May 17:41
Compare
Choose a tag to compare

Added mapMaybe

v0.1.1

27 Apr 12:41
Compare
Choose a tag to compare
Allow arbitrary start and end for range

v0.1.0

25 Apr 22:47
Compare
Choose a tag to compare
Add generated docs