- Support Fable
- Add more helper functions
- Fix
use
/use!
in conjunction with non-nullableIDisposable
types
- Breaking: Added assembly-level AutoOpen attribute. Importing the library will automatically import the helper methods as well as the builder instances
- Breaking: Rename
orElse
andorElseWith
todefaultValue
anddefaultWith
so the names match the functions with similar signatures in theOption
module - Add
Result.ignoreError
andAsyncResult.ignoreError
- Add
Result.requireNone
,AsyncResult.requireTrue
,AsyncResult.requireFalse
,AsyncResult.requireSome
,AsyncResult.requireNone
- Fix package tags
- Add
setError
- Fix package tags
- Add package metadata
- Initial release