Releases: nickfla1/resful
Releases · nickfla1/resful
v0.4.0
New Features
- Added
Option
type and utilities - Added
run
,safe
,box
andsafeBox
utilities unwrap
will throw aUnwrapError
instead of aTypeError
Breaking Changes
OkResult
's internal data property renamed fromok
todata
map
won't throw in case of aErrResult
being passed, now returns aResult
mapErr
won't throw in case of aOkResult
being passes, now returns aResult
Full Changelog: v0.2.0...v0.4.0
Metadata
This release does not add any additional functionality.
Full Changelog: v0.1.0...v0.2.0
Initial Release
Initial release of resful
.