Skip to content

v4.0.0

Choose a tag to compare

@garyb garyb released this 23 May 23:01
· 42 commits to master since this release
80dcf7e
  • Updated for PureScript 0.12
  • splitAt now always returns a value (#78, @MonoidMusician)
  • Added slice (@themattchan)
  • Added more String Gens to correspond with Char Gens (@matthewleon)
  • Regex match now returns NonEmptyArray
  • All string functions now operate on code points now rather than code units. The old functions are available via the .CodeUnits modules
  • fromCharCode can return Nothing now if given a value out of range