Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#17)
- Fixed the
Semigroupinstance forForeign.Object.Object(#19)
New features:
- Added roles declarations to allow safe coercions (#16)
- Added
unionWith(#21)
Bugfixes:
- Fixed test using
Arbitraryinstance forInstruction 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
SemigroupviaunionWith(#23)
v2.0.3 - 2019-06-09
- Remove unused internal
_unsafeDeleteObject(@bouzuya)
v2.0.2 - 2019-05-27
- Relax upper bound on typelevel-prelude (@hdgarrood)
v2.0.1 - 2019-03-04
- Fix stack overflow in
fromFoldable(#3)
v2.0.0 - 2019-03-02
- Bump dependency on
typelevel-prelude
v1.1.0 - 2018-11-11
- Added
fromHomogeneous, to convert a PureScriptRecordwhere all values are of typeainto anObject a(@justinwoo)
v1.0.0 - 2018-05-24
- Initial release for PureScript 0.12