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:
New features:
Bugfixes:
Other improvements:
v6.0.0 - 2022-04-27
Breaking changes:
- Migrate FFI to ES modules (#39 by @kl0tl and @JordanMartinez)
New features:
Bugfixes:
Other improvements:
v5.0.0 - 2021-02-26
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#29)
New features:
- Added roles declarations to allow safe coercions (#28)
Bugfixes:
Other improvements:
- Removed
fold1member fromFoldable1and addedfoldr1andfoldl1(#30, #32) - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#31)
- Added a changelog and pull request template (#33)
v4.0.0 - 2018-05-23
- Updated for PureScript 0.12
- Added various
Foldable-related instances (@matthewleon)
v3.0.0 - 2017-03-26
- Updated for PureScript 0.11
v2.0.0 - 2016-10-02
- Updated dependencies
v1.0.1 - 2016-09-18
- Removed use of
deletein JS implementation (#16 by @rightfold)
v1.0.0 - 2016-06-01
This release is intended for the PureScript 0.9.1 compiler and newer.
Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.
v0.4.1 - 2016-04-20
- Functionally equivalent to v0.4.0, update allows publishing on Pursuit.
v1.0.0-rc.1 - 2016-03-25
- Release candidate for the psc 0.8+ core libraries
v0.4.0 - 2015-06-30
This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
v0.3.1 - 2015-03-19
- Updated docs, improved running time of
fromArray.
v0.3.0 - 2015-02-21
This release requires PureScript v0.6.8 or later
- Updated dependencies
v0.2.0 - 2015-01-10
- Updated
purescript-foldable-traversabledependency (@garyb)
v0.1.2 - 2014-12-11
- Bumped
arraydependency
v0.1.1 - 2014-10-19
- Added
ExtendandComonadinstances (@natefaubion) - Removed quickcheck dependency and update dependency versions (@jdegoes)
v0.1.0 - 2014-08-15
- Initial versioned release