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:
v5.0.0 - 2021-02-26
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#35)
- Removed
Costrong
andCochoice
fromCostar
(#38) Clown
,Costar
,Cowrap
, andJoker
have been moved to theData.Functors
module in thepurescript-functors
package, so that the same types can also be used as bifunctors;Cowrap
was renamed toFlip
(#41)Wrap
was deleted; it is expected that any instances ofProfunctor
will be accompanied by a corresponding instance ofFunctor
(#41)
New features:
- This package no longer depends on the
purescript-contravariant
package (#41)
Bugfixes:
Other improvements:
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#36)
- Added a changelog and pull request template (#39, #40)
v4.1.0 - 2019-08-21
Added more instances for Joker
(@masaeedu)
v4.0.0 - 2018-05-23
- Updated for PureScript 0.12
lmap
has been renamed tolcmap
so as to avoid collisions withBifunctor
'slmap
, and for consistency withcmap
forContravariant
functors
v3.2.0 - 2017-06-18
- Added
hoist
functions for the various newtypes, where appropriate
v3.1.0 - 2017-06-09
- Added
Clown
,Joker
,Join
,Split
,Wrap
andCowrap
newtypes
v3.0.0 - 2017-03-26
- Updated for PureScript 0.11
v2.0.0 - 2016-10-08
- Updated dependencies
- Added
wrapIso
andunwrapIso
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.
- Fixed unused import warnings
v0.3.2 - 2016-01-03
Add Closed
, Costrong
and Cochoice
(@zrho)
v0.3.1 - 2015-09-06
Add Star
.
v0.3.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.2.1 - 2015-03-19
Update docs
v0.2.0 - 2015-03-06
- Moved arrow combinators over (@paf31)
v0.1.0 - 2015-02-21
This release requires PureScript v0.6.8 or later
- Updated dependencies
v0.0.2 - 2015-01-08
- Initial release.
- Added
Choice
andStrong
(@joneshf)