-
Notifications
You must be signed in to change notification settings - Fork 58
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
Added 'ignore' option, tests for it and it's description in the README. #31
Conversation
can this merge? need an ignore or glob option |
when can merge it; i also need a ignore option, |
any plans to merge this? |
The auth Latest commit 824b9f1 on 24 Mar 2015; so I search another |
14 pending pull requests, I think it's time to try the |
Hey folks, I'm sorry for my delay in responding to these issues and PRs. I've found it hard to find the time and motivation to maintain an active role in growing this project. The module has worked perfectly fine for my company in production for years now, and I've been hesitant to add features to it and risk making it bloated when it currently is nice and simple. But I now realize that the module can still grow for other people's needs, and it shouldn't hurt us. I just can't commit to taking on the maintainer role anymore. Is there anyone that's passionate and interested in maintaining this project? If so, I'll be happy to add you as a collaborator to this repo as well as to the package on npm. Let me know! Thank you again for all your contributions. Cheers, |
@aseemk I'll take it - I've been using this for years across a number of applications, but a few basic features (like this one) + maintenance would be nice. |
@contra: Invited. Thank you! |
Hi (new maintainer) - I've merged #27 which does the same thing, and was the first PR submitted to solve this problem. You should be able to achieve the same functionality with that. I'll be publishing it to npm shortly. |
Tried to follow the current code style and use ES5 for compatibility reasons.