Fambda 2.1.0
This version contains more functional extensions. Also, provided additional documentation and improved usage examples through tests to make things easier to embrace how provided functional extensions may be used. New functionality related to option some construction, extended apply and bind capabilities.
Release available on NuGet!
This release also completes the transition toward previously adopted naming convention on tests:
- the name of the method being tested.
- the scenario under which it’s being tested.
- the expected behavior.
As more and more Fambda is getting closer in outlining its shape, package versioning will follow Semantic Versioning Specification to reveal when there are backward compatible bug fixes (PATCH increase), when new functionality is added in a backwards compatible manner (MINOR increase) and when there are incompatible API changes (MAJOR increase).
Key points
- Allow not null OptionSome construction with nullable values
- Graspable function composition
- Option with two arguments Apply overload
- Bind Option into a task
- and minor improvements…