Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 18:56
· 12 commits to master since this release
157e372

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 with coerce 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:

  • Fix line endings to match overall project style (#132)
  • Removed references to codePointToInt, which no longer exists (#135)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#136)
  • Added a changelog and pull request template (#140, #141)