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

Releases: purescript-deprecated/purescript-monoid

v3.3.0

06 Oct 17:28
Compare
Choose a tag to compare

v3.2.0

28 Sep 10:28
Compare
Choose a tag to compare
  • Added guard for Monoid, similar to that of MonadZero (@spicydonuts)

v3.1.0

09 Jul 20:07
Compare
Choose a tag to compare

Monoid Ordering (@NasalMusician)

v3.0.0

25 Mar 23:37
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.2.0

20 Nov 00:16
Compare
Choose a tag to compare
  • Add power

v2.1.0

15 Nov 19:32
Compare
Choose a tag to compare
  • Add Alternate monoid where (<|>) = (<>), empty = mempty

v2.0.0

02 Oct 19:02
Compare
Choose a tag to compare
  • Updated dependencies
  • Newtype instances are now derived for the monoid newtypes
  • Added some Eq, Ord, and Show instances for the newtypes that were previously omitted
  • Added missing Invariant instance for Disj

v1.0.0

01 Jun 01:40
Compare
Choose a tag to compare

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.

v1.0.0-rc.2

20 Mar 15:49
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release
  • Updated for new Prelude class hierarchies

v1.0.0-rc.1

01 Mar 00:27
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • Release candidate for the psc 0.8+ core libraries