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 - 2022-04-27
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#36 by @JordanMartinez)
- Drop deprecated
MonadZeroinstance (#35 by @JordanMartinez)
New features:
Bugfixes:
Other improvements:
v4.1.1 - 2021-04-20
Other improvements:
- Fix warnings revealed by v0.14.1 PureScript release (#34 by @JordanMartinez)
v4.1.0 - 2021-03-13
New features:
SemigroupoidandCategoryinstances forFlip(#33)
v4.0.0 - 2021-02-26
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#24)
New features:
- Added
Clown,Costar,Flip,Joker, andProduct2types, adapted from thepurescript-bifunctorsandpurescript-profunctorpackages (#31) - This package no longer depends on the
purescript-foldable-traversablepackage. Relevant instances have been moved to that package. (#31)
Bugfixes:
Other improvements:
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#25)
- Added a CHANGELOG.md file and pull request template (#28, #29)
- This package now depends on the
purescript-contravariant,purescript-distributive,purescript-invariant, andpurescript-profunctorpackages, and contains instances previously in some of those packages (#31)
v3.1.1 - 2018-11-30
Reordered instance chain for Inject so that inj :: f ~> f succeeds
v3.1.0 - 2018-10-13
Added FunctorWithIndex, FoldableWithIndex, TraversableWithIndex instances (@MonoidMusician)
v3.0.1 - 2018-06-28
- Fixed broken
EqandEq1instances forCompose
v3.0.0 - 2018-05-23
- Updated for PureScript 0.12
- Added
Injectclass for injecting values into/projecting values out of nestedCoproducts
v2.2.0 - 2017-07-07
Add Monoid App instance.
v2.1.0 - 2017-05-27
Add MonadZero App instance.
v2.0.0 - 2017-03-26
- Updated for PureScript 0.11
- Renamed the
/\nexted product operator to</\>, since/\is also the nested tuple operator - Added corresponding type operator for nested
Product - Added
<\/>operators for nestedCoproduct
v1.1.0 - 2017-01-29
- Added
ExtendandComonadinstances forCoproduct(@syaiful6)
v1.0.0 - 2016-10-11
New edition for the PureScript 0.10 compiler.
v0.1.2 - 2016-05-02
Fixes for pursuit.
v0.1.1 - 2016-04-30
- More instances (@zrho)
v0.1.0 - 2015-08-19
Initial versioned release