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.0 - 2022-04-27
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#60 by @JordanMartinez)
- Drop deprecated
MonadZeroinstance (#61 by @JordanMartinez)
New features:
- Added
Semiringinstance (#59)
Bugfixes:
Other improvements:
v5.0.0 - 2021-02-26
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#50)
- Ported the
generics-reppackage'sMaybeinstance to this package (#55)
New features:
Bugfixes:
- Relaxed constraints on
optional, which doesn't need thePluspart ofAlternative(#47)
Other improvements:
- Fixed documentation comment for the
Lastnewtype, which omitted the constructor (#42) - Documented the relationship of
optionalto the left catch law (#52) - Demonstrated how
donotation forMaybeis similar to nested if-then-else statements (#48) - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#54)
- Added a changelog and pull request template (#56)
v4.0.1 - 2018-12-01
- Removed an old reference to
returnfrom theApplicativeinstance's documentation (@gasi)
v4.0.0 - 2018-05-23
- Updated for PureScript 0.12
v3.1.0 - 2018-04-07
- Added instances up to
MonadZeroforFirstandLast(@MonoidMusician) - Added
optionalcombinator (@eric-corumdigital)
v3.0.0 - 2017-03-25
- Updated for PureScript 0.11
v2.1.1 - 2017-03-04
- Fixed lower bound of
preludedependency (@aij)
v2.1.0 - 2017-03-02
- Added
Eq1andOrd1instances
v2.0.1 - 2016-10-23
- Fixed ordering of
JustandNothingso thatforall a. Nothing < Just a
v2.0.0 - 2016-10-02
- Updated dependencies
- Added
Newtypeinstances forFirstandLast
v1.0.0 - 2016-06-01
-
Updated for PureScript 0.9.1
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.
-
Updated for new
Preludeclass hierarchies
v0.3.5 - 2015-11-15
- Fixed shadowed type variable warning (@zudov)
v0.3.4 - 2015-08-05
- Fixed partial pattern match warning for
fromJust
v0.3.3 - 2015-07-31
- Added "lazy" versions of
maybeandfromMaybe
v0.3.2 - 2015-07-07
- Fixed the
Semigroupbehaviour forMaybe. This is technically a breaking change, but only becausev0.3.0andv0.3.1had the improper behaviour. All previous versions behaved this way.
v0.3.1 - 2015-07-02
- Corrected
Invariant Maybeinstance name (@hdgarrood)
v0.3.0 - 2015-06-30
-
Updated for PureScript 0.7
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.2 - 2015-03-17
- Updated docs
v0.2.1 - 2014-09-03
- Added
ExtendandSemigroupinstances (@joneshf)
v0.2.0 - 2014-08-11
- Added
Alt,Plus, andMonadPlus, and updatedAlternative(@garyb)
v0.1.3 - 2014-05-22
- Added
fromJustinData.Maybe.Unsafe(garyb)
v0.1.2 - 2014-04-25
- Removed some test-related code and moved it to core-tests
v0.1.1 - 2014-04-10
- Tweaked the
bower.jsonfile
v0.1.0 - 2014-04-10
- Initial versioned release