Tags:
- [New Feature]
- [Bug Fix]
- [Breaking Change]
- [Documentation]
- [Internal]
- [Polish]
- [Experimental]
- [Deprecation]
Note: Gaps between patch versions are faulty/broken releases. Note: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.
- New Feature
- add
boolean
module, closes #930 (@giogonzo) - add
ChainRec
instance toIO
(@gcanti) NonEmptyArray
- add
init
(@steida) - add
Alt
instance (@gcanti)
- add
- add
- Internal
- add new 3C variants and related overloads (@sledorze)
- Bug Fix
fromNullable
now usesNonNullable
in its return type, fixes #1004 (@gcanti)
- Bug Fix
- add
sequenceT
andsequenceS
overload signatures forKind4
, fixes #969 (@pfgray)
- add
- New Feature
- add constrained
Filterable
instance toIOEither
,TaskEither
, #959 (@giogonzo)
- add constrained
- Bug Fix
- fix
PipeableApply2C
definition (@gcanti)
- fix
- Polish
ReaderTaskEither
- add missing
bracket
function (@mlegenhausen)
- add missing
- Bug Fix
- fix
sequenceT
,sequenceS
implementations, closes #914 (@gcanti)
- fix
- Bug Fix
- add
reduce
toFoldableComposition2C1
(@anilanar)
- add
- Bug Fix
- fix
PipeableBifunctor
definition (@gcanti) - fix
chunksOf
implementation, #897 (@gcanti)
- fix
- Breaking Change
- remove deprecated APIs (@gcanti)
- remove classes (@gcanti)
- remove all phantom fields (@gcanti)