- Build for PureScript v0.15.4
- New combinator:
anyTill
- New parser:
anyCodePointUTF8
- Move to rowtype-yoga org
Bugfix takeN
.
- Build for PureScript v0.15.0 with parsing v9.0.0.
Licensing cleanup.
Build for PureScript v0.14.0.
Added the match
combinator.
Some typeclass constraints on the public API have changed due to changes
in the arraybuffer package v11. For the most part we don’t expect
this will require any changes to code which depends on this package. If
you are using the anyPrim
function you might have to change AProxy
to
Prelude.Proxy
. See for more details: