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.1 - 2024-03-07
Bugfixes:
splitStrongandsplitChoicefunctions constraint relaxed fromCategorytoSemigroupoid(#48 by @erykciepiela)
v6.0.0 - 2022-04-27
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#44 by @JordanMartinez)
- Drop deprecated
MonadZeroinstance (#43 by @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 (#35)
- Removed
CostrongandCochoicefromCostar(#38) Clown,Costar,Cowrap, andJokerhave been moved to theData.Functorsmodule in thepurescript-functorspackage, so that the same types can also be used as bifunctors;Cowrapwas renamed toFlip(#41)Wrapwas deleted; it is expected that any instances ofProfunctorwill be accompanied by a corresponding instance ofFunctor(#41)
New features:
- This package no longer depends on the
purescript-contravariantpackage (#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
lmaphas been renamed tolcmapso as to avoid collisions withBifunctor'slmap, and for consistency withcmapforContravariantfunctors
v3.2.0 - 2017-06-18
- Added
hoistfunctions for the various newtypes, where appropriate
v3.1.0 - 2017-06-09
- Added
Clown,Joker,Join,Split,WrapandCowrapnewtypes
v3.0.0 - 2017-03-26
- Updated for PureScript 0.11
v2.0.0 - 2016-10-08
- Updated dependencies
- Added
wrapIsoandunwrapIso
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
ChoiceandStrong(@joneshf)