0.5.0
Version 0.5.0
-
General:
- Extend library compatibility until .NET Framework 2.0.
-
Maybe:
- Add implicit conversion to boolean to handle test like a simple boolean.
- Remove true/false operators (replaced by the implicit conversion to boolean).
- Add extension on string: NoneIfNullOrSpace.
- Add extensions on Maybe<string>: NoneIfEmpty and NoneIfNullOrSpace.
-
Results:
- Add implicit conversion to boolean to handle test like a simple boolean.
- Add "Ensure" extensions that allow to check a predicate on each Result type.
- Add cast methods on each Result type to create a Result of another type or with a different value type.