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

Make .run available everytime (io and handler) #120

Closed
3 tasks
guillaumearm opened this issue Mar 22, 2018 · 1 comment
Closed
3 tasks

Make .run available everytime (io and handler) #120

guillaumearm opened this issue Mar 22, 2018 · 1 comment
Assignees
Labels
enhancement This is about refactor, and so on feat This is about feature

Comments

@guillaumearm
Copy link
Owner

Today, .run method is not available if io or handler is not applied.

e.g.

myIo().run() // it works
myIo.run() // it doesn't works
  • impact implementation
  • impact tests
  • impact readme
@guillaumearm guillaumearm added the enhancement This is about refactor, and so on label Mar 22, 2018
@guillaumearm guillaumearm self-assigned this Mar 22, 2018
@guillaumearm guillaumearm added the feat This is about feature label Mar 22, 2018
guillaumearm added a commit that referenced this issue Mar 22, 2018
.run method is available in both unapplied io and handler

Closes #120
guillaumearm added a commit that referenced this issue Mar 22, 2018
.run method is available in both unapplied io and handler

Closes #120
guillaumearm pushed a commit that referenced this issue Mar 22, 2018
<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)
@guillaumearm
Copy link
Owner Author

🎉 This issue has been resolved in version 0.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is about refactor, and so on feat This is about feature
Projects
None yet
Development

No branches or pull requests

1 participant