Skip to content

Releases: nickfla1/resful

v0.4.0

04 Jul 18:33
Compare
Choose a tag to compare

New Features

  • Added Option type and utilities
  • Added run, safe, box and safeBox utilities
  • unwrap will throw a UnwrapError instead of a TypeError

Breaking Changes

  • OkResult's internal data property renamed from ok to data
  • map won't throw in case of a ErrResult being passed, now returns a Result
  • mapErr won't throw in case of a OkResult being passes, now returns a Result

Full Changelog: v0.2.0...v0.4.0

Metadata

03 Nov 23:52
Compare
Choose a tag to compare

This release does not add any additional functionality.

Full Changelog: v0.1.0...v0.2.0

Initial Release

03 Nov 23:45
Compare
Choose a tag to compare

Initial release of resful.