Skip to content

Latest commit

 

History

History
92 lines (52 loc) · 3.52 KB

CHANGELOG.md

File metadata and controls

92 lines (52 loc) · 3.52 KB

Changelog

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.

[Unreleased]

Breaking changes:

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:

  • Semigroupoid and Category instances for Flip (#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, and Product2 types, adapted from the purescript-bifunctors and purescript-profunctor packages (#31)
  • This package no longer depends on the purescript-foldable-traversable package. 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, and purescript-profunctor packages, 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 Eq and Eq1 instances for Compose

v3.0.0 - 2018-05-23

  • Updated for PureScript 0.12
  • Added Inject class for injecting values into/projecting values out of nested Coproducts

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 nested Coproduct

v1.1.0 - 2017-01-29

  • Added Extend and Comonad instances for Coproduct (@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