WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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