Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Releases: purescript-deprecated/purescript-monoid

v0.3.2

01 Nov 17:34

Choose a tag to compare

  • Removed unused imports

v0.3.1

21 Sep 20:57

Choose a tag to compare

Add Semiring instances (@jonsterling)

v0.3.0

30 Jun 00:19

Choose a tag to compare

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.3.0-rc.2

06 Jun 20:46

Choose a tag to compare

v0.3.0-rc.2 Pre-release
Pre-release
  • Fixed Conj and Disj's values for mempty

v0.3.0-rc.1

06 Jun 14:11

Choose a tag to compare

v0.3.0-rc.1 Pre-release
Pre-release

Initial release candidate of the library intended for the 0.7 compiler.

v0.2.0

21 Feb 11:49

Choose a tag to compare

This release requires PureScript v0.6.8 or later

  • Replaced the monomorphic Sum and Product monoids with Additive and Multiplicative that have a Semiring constraint, taking advantage of the new numeric hierarchy (@garyb, @jdegoes, @paf31)
  • Added Ord instances for All and Any (@garyb)
  • Added Functor, Apply, Applicative, Bind, Monad, Extend and Comonad instances for Dual (@garyb)
  • Added Functor, Apply, Applicative, Bind, Monad, and Extend instances for First and Last (@garyb)

v0.1.5

11 Dec 20:52

Choose a tag to compare

Merge pull request #7 from purescript/deps

Specify dependencies

v0.1.4

03 Sep 18:47

Choose a tag to compare

v0.1.3

02 Sep 18:34

Choose a tag to compare

Monoid instance for -> (@joneshf)

v0.1.2

12 Aug 13:14

Choose a tag to compare

  • All, Any, Dual, Endo, First, Last, Product, Sum are now all newtypes (@garyb)