Releases: purescript/purescript-const
Releases · purescript/purescript-const
Release list
v6.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#21 by @JordanMartinez)
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#15)
New features:
- This package no longer depends on the
purescript-contravariantandpurescript-foldable-traversablepackages. Relevant instances have been moved to those packages. (#19)
Bugfixes:
Other improvements:
v4.1.0
Added instances for Bifunctor, Bifoldable, Bitraversable, FunctorWithIndex, FoldableWithIndex, TraversableWithIndex (@MonoidMusician)
v4.0.0
v3.2.0
v3.1.0
v3.0.0
v2.0.0
v1.0.0
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.
v1.0.0-rc.2
- Update for changes in the prelude