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
Today, .run method is not available if io or handler is not applied.
.run
io
handler
e.g.
myIo().run() // it works myIo.run() // it doesn't works
The text was updated successfully, but these errors were encountered:
feat: make .run method available everytime
3e31b51
.run method is available in both unapplied io and handler Closes #120
feat: make .run method available everytime (#121)
a45d67e
chore(release): 0.3.0 [skip ci]
b9ab0ad
<a name="0.3.0"></a> # [0.3.0](v0.2.4...v0.3.0) (2018-03-22) ### Features * make .run method available everytime ([#121](#121)) ([a45d67e](a45d67e)), closes [#120](#120)
🎉 This issue has been resolved in version 0.3.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
guillaumearm
No branches or pull requests
Today,
.run
method is not available ifio
orhandler
is not applied.e.g.
The text was updated successfully, but these errors were encountered: