-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix #13: Upgrade glob to 5.x for nodir option #14
Conversation
at the end I change supported versions to 0.10 & 0.12. @mklabs, what do you think? In my opinion, support the latest two versions is reasonable. |
Hello @yurenju Sounds good to me. Thanks and sorry for the delay. |
Fix #13: Upgrade glob to 5.x for nodir option
FYI releasing a patch version that drops support for runtime versions is pretty lame :( |
@dougwilson What do you mean ? Is it breaking anything for you ? |
Yes, notably old versions of |
consider the situation which @dougwilson have, a possible solution is recall 0.1.6 and bump it to 2.0.0 but not sure if it's a proper solution for a minor change. I also checked node-glob's travis they only run test & build on node.js, 0.10, 0.12 & io.js, istanbul run test & build on node.js 0.8, 0.10 & 0.12 |
Thanks guys for the feedback. I'll check today if we can re-add compatibility to 0.8, considering istanbul targeting also 0.8. It seemed like a minor change so we bump a minor version @dougwilson but you're right. I'll try to fix that later today. |
Yea, the minor number is the middle number :) |
Hi guys, I can finally work on this issue, sorry for the delay. @yurenju I think I'll revert your change and bump a new 0.1.x version, then reapply your commit to bump to 0.2.x I also want to add a synchronous api, might be handy, will probably do along the 0.2.x versions @dougwilson Thanks for the version issue and your advices, much appreciated. |
I think you can bump 0.2.x for new version of istanbul now, and add new feature in the following version. |
Thank you @mklabs I just tested that old |
Great! thanks @mklabs & @dougwilson! |
Thanks to both of you. It was a bit tedious but we did it! 👍 by the way, if you ever need it, I introduced a sync API if you have any feedbacks, they're welcome. I still need to pass in options to glob / minimatch |
@mklabs Have you bumped 0.2.x to npm? |
I should have, I didn't ? https://www.npmjs.com/package/fileset apparently no :) I'll do that right away |
published |
Great! |
No description provided.