-
Notifications
You must be signed in to change notification settings - Fork 20
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
isDone logic is backwards #22
Comments
#23 Fixed it :) |
Correct me if I'm wrong, but this would be a semver major change? |
It's hard to say. It was a bug (how did I implement that wrong?) but it will break anyone who uses Hock. Thoughts? |
It looked like internals, but since it gets exported https://github.com/mmalecki/hock/blob/master/lib/request.js#L287 I think you could justify a version update. |
Would you rather change the function name to |
isDone returns isNotDone.
https://github.com/mmalecki/hock/blob/master/lib/request.js#L258
The text was updated successfully, but these errors were encountered: