v6.0.0
Breaking changes:
- Improved performance of
stringand updateStringLiketo havestripPrefixas a class member instead ofindexOf(#93) - Non-empty combinators now return
NonEmptyList(#102) - Added support for PureScript 0.14 and dropped support for all previous versions (#101)
New features:
- Derived
Genericinstance of Position (#87)
Bugfixes:
Other improvements:
- Updated code to use
Data.Char.Unicode.hexDigitToIntandData.Char.Unicode.isDecDigitinstead ofData.Char.Unicode.digitToIntandData.Char.Unicode.isDigit, as those two functions have been deprecated in theunicodelibrary (#103) - Changed default branch to
mainfrommaster - Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#98)