basic_functional_dart 1.3.0
basic_functional_dart: ^1.3.0 copied to clipboard
A minimal functional library written entirely in dart.
1.1.0 #
- Changed repository and added some functionality
1.1.1 #
- Added extension toNullable to Option
- Added errorMessage and internalErrorCode optional parameters to trayCatch
1.2.1 #
- Deprecated Validation. Use ValidatedResult instead
- Added parallelism to Iterable and ValidatedResult
- Added try_ to validate a function that can throws Errors or Exceptions
1.3.0 #
- Removed Validation and Fail. Use ValidatedResult and Failure instead
- Added extensions to Either and T