Skip to content

Releases: functionalland/functional

v1.3.2

21 Dec 21:11
Compare
Choose a tag to compare

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 and TextDecoder;
  • alt and chainRec combinators;
  • chainLift, evert, log, runSequentially, and safeExtract utilities;
  • Pair algebraic data type;

Improvements

  • Implement chainRec algebra to Task;

v1.0.0

29 Sep 16:50
Compare
Choose a tag to compare

Now with 100% more TypeScript!
This release has been thoroughly tested.

Delta

28 Sep 16:06
Compare
Choose a tag to compare

Fix the documentation on mirror servers.

Gamma

28 Sep 15:08
Compare
Choose a tag to compare

This the gamma release. More algebras and tests were added. Also, TypeScript headers were created for the Maybe and Either type.

Beta

09 Sep 18:42
Compare
Choose a tag to compare

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