v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#129)
- Updated
replace'
to reflect the existence of optional capturing groups (#126)
New features:
- Replaced
unsafeCoerce
withcoerce
where appropriate (#130) - Replaced monomorphic proxies with
Type.Proxy.Proxy
and polymorphic variables (#134) - Added a dotAll regexp flag (#133)
Bugfixes:
- Removed the bounds check from the foreign implementation of
lastIndexOf'
(#137)
Other improvements: