Releases: functionalland/functional
Releases · functionalland/functional
v1.3.2
This release brings more documentation and utilities to the project:
Features
- Suite of assertion functions to test a variable types;
- Convenience function to encode/decode analogous to
TextEncoder
andTextDecoder
; alt
andchainRec
combinators;chainLift
,evert
,log
,runSequentially
, andsafeExtract
utilities;- Pair algebraic data type;
Improvements
- Implement
chainRec
algebra to Task;
v1.0.0
Now with 100% more TypeScript!
This release has been thoroughly tested.
Delta
Fix the documentation on mirror servers.
Gamma
This the gamma release. More algebras and tests were added. Also, TypeScript headers were created for the Maybe and Either type.
Beta
Note
This is the beta release. It has been thoroughly tested and is feature complete.
Features
- Type factory
- Maybe type
- Either type
- IO type
- Task type