v6.0.0
Breaking changes:
- Improved performance of
string
and updateStringLike
to havestripPrefix
as 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
Generic
instance of Position (#87)
Bugfixes:
Other improvements:
- Updated code to use
Data.Char.Unicode.hexDigitToInt
andData.Char.Unicode.isDecDigit
instead ofData.Char.Unicode.digitToInt
andData.Char.Unicode.isDigit
, as those two functions have been deprecated in theunicode
library (#103) - Changed default branch to
main
frommaster
- 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)