Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@meech-ward meech-ward released this 16 Mar 16:29
· 3 commits to main since this release
3649473

Added

  • Support for synchronous error handling with mightFailSync and makeMightFailSync functions.
  • A new publish script in package.json to streamline the build and publish process.

Changed

  • The library now officially supports both async and sync error handling. This change is reflected in the README to emphasize the library's versatility in handling errors in different contexts.
  • Updated Either.ts to streamline the type definition for a more straightforward implementation.