We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These methods are quite fundamental, so this will be a trivial, but breaking change. I would like to make this change before v1.0, though.
There is a possibility of having a transition period where we allow the methods to be called either join or combine and split or dispatch.
join
combine
split
dispatch
The text was updated successfully, but these errors were encountered:
Update to magnolia v1.0.0-M7
ae51899
Need to update our Magnolia calls to `combine`/`dispatch` to `join`/`split`, see: https://github.com/softwaremill/magnolia/releases/tag/scala2-v1.0.0-M6 softwaremill/magnolia#247
846983b
Update to magnolia v1.0.0-M7 (#1232)
58b8df0
propensive
No branches or pull requests
These methods are quite fundamental, so this will be a trivial, but breaking change. I would like to make this change before v1.0, though.
There is a possibility of having a transition period where we allow the methods to be called either
join
orcombine
andsplit
ordispatch
.The text was updated successfully, but these errors were encountered: