Skip to content

Conversation

@seangwright
Copy link
Owner

Resolves #4

  • Adds pipe() method for all monads to enable custom operators
  • Fixes some incorrect method signatures (eg Maybe.tapNoneAsync)
  • Re-orders method overload signatures for better type inference (eg MaybeAsync.from)
  • Internal package updates
  • Convert Jest config to TypeScript
  • Update tsconfig.json to enable correct typing for tests

@seangwright
Copy link
Owner Author

@seangwright
Copy link
Owner Author

@seangwright seangwright merged commit bf9e148 into main Jan 11, 2022
@seangwright seangwright deleted the feat/pipeable-operators branch January 11, 2022 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Pipeable functions

2 participants