Skip to content

v5.0.0

Compare
Choose a tag to compare
@garyb garyb released this 23 May 20:34
· 73 commits to master since this release
7bdd04c
  • Updated for PureScript 0.12
  • Added sort functions for STArray (@matthewleon)
  • group functions now return NonEmptyArray rather than NonEmpty Arrays
  • The STArray name prefixes have been dropped to reduce repetition when importing qualified
  • Function argument order has been changed so that STArray is always the last argument
  • nub (and related functions) now use Ord by default for a faster implementation, Eq-based variants are still available under new names