Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.8.0] Add Kind.of.<Type>.{as_maybe,as_optional} #22

Merged
merged 6 commits into from
May 4, 2020

Conversation

serradura
Copy link
Owner

@serradura serradura commented May 3, 2020

Closes #20


  • Implement Add Kind.of.<Type>.{as_maybe,as_optional}
    • as_maybe/as_optional must returns a lambda if it was called without an argument.
  • Improve Kind::Maybe#try to receive the expected method arguments.
  • Improve Kind.of.<Type>#instance? to returns a lambda if it was called without an argument.
  • Bump version to 1.8.0
  • Update README

@serradura serradura added the enhancement New feature or request label May 3, 2020
@serradura serradura added this to the 1.x milestone May 3, 2020
@serradura serradura self-assigned this May 3, 2020
@serradura serradura changed the title Add Kind.of.<Type>.{as_maybe,as_optional} [1.8.0] Add Kind.of.<Type>.{as_maybe,as_optional} May 3, 2020
@serradura serradura marked this pull request as ready for review May 4, 2020 02:16
@serradura serradura merged commit 7086804 into master May 4, 2020
@serradura serradura deleted the kind_of_type_as_optional branch May 4, 2020 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kind.of.<Type>.as_optional()
1 participant