Releases: rowtype-yoga/purescript-parsing-dataview
Releases · rowtype-yoga/purescript-parsing-dataview
v3.2.4
Full Changelog: v3.1.0...v3.2.4
- Build for PureScript v0.15.4
- New combinator:
anyTill
- New parser:
anyCodePointUTF8
- Move to rowtype-yoga org
v2.0.0
Build for PureScript v0.14.
Added the match
combinator.
Breaking changes
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: