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

Feature/refactor #1

Merged
merged 7 commits into from May 25, 2016
Merged

Feature/refactor #1

merged 7 commits into from May 25, 2016

Conversation

ra1028
Copy link
Owner

@ra1028 ra1028 commented May 25, 2016

Breaking

  • Change function names
    • .catchUp(() -> Value) -> .catchError(ErrorType -> Value)
    • .catchUp(Value) -> .catchReturn(Value)
    • .remapEmpty(Value) -> .replaceEmpty(Value)
    • .remapNil(Value.Wrapped) -> .replaceNil(Value.Wrapped)
    • .optional(JSONPath) -> .option(JSONPath)
  • Change struct names
    • Monad -> Distillate
    • SecureMonad -> SecureMonad
  • Remove functions
    • Remove .ensure(Value)

@ra1028 ra1028 merged commit 60de8d8 into master May 25, 2016
@ra1028 ra1028 deleted the feature/refactor branch May 25, 2016 14:54
@ra1028 ra1028 mentioned this pull request May 25, 2016
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.

None yet

1 participant