funcprolib
Version:
Functional Programming Library
38 lines (27 loc) • 815 B
Markdown
[]
Highest priority:
Normal priority:
[]
[]
- Fix erroneous state monad detection in flow.debug
[]
- Fix documentation for "chain"
[]
- Fix internal exports definitions
- Rename "ifLeft" and "ifNothing" to the generic "chain"
[]
- [REFACTOR]: Factor out all common code between Either and Maybe
[]
- [FIX]: Fix dist export for npm packaging
[]
- [FEATURE]: Add a eitherFlow.debug method
[]
- [FIX]: Fix Either isLeft() implementation: it was not calling its callback
with its Left() value, defeating the whole purpose of the Either
implementation :3
[1.1.0]
- [FEATURE]: Add an Either implementation
[1.0.0]
- [CHORE]: Have a proper lint/test/build/publish pipeline
- [DOC]: Add a README.md
- [MAJOR FEATURE]: Project initialization