Skip to content

v3.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 19:06
· 4 commits to master since this release
c9a7b7b

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#17)
  • Fixed the Semigroup instance for Foreign.Object.Object (#19)

New features:

  • Added roles declarations to allow safe coercions (#16)
  • Added unionWith (#21)

Bugfixes:

  • Fixed test using Arbitrary instance for Instruction String v (#22)

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#20)
  • Added a CHANGELOG.md file and pull request template (#24, #25)
  • Improved docs for runST (#12)
  • Implemented Semigroup via unionWith (#23)