-
Notifications
You must be signed in to change notification settings - Fork 298
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
Remove explicit CLS dependency #75
Conversation
Hi @hildjj, a thought I had, too. However, since removing the dependency is a breaking change I would rather work on the upcoming v3 release: It will add ES6 promise support (issues #65 and #71) which most likely will allow the user to inject his preferred promise implementation. With that the CLS support can be configured outside of Request-Promise and Does this sound good to you? The release will take a few weeks but then the breaking changes come with new features. Until then I would keep this PR open so I can merge it before the release. |
Version numbers are cheap, but I understand. I can depend on my fork until you're done. |
👍. Currently,
|
Ya I'm with @hildjj. Version numbers are cheap. If we can cut a new major release without CLS that would be sweet. 😁 |
Hey guys, I am with you. Indeed, Request-Promise is in a bad state with that. Just give me a few days. I am really busy right now. |
Remove explicit CLS dependency
I just published |
Woot! Thanks @analog-nico! |
Hi buddies, I just releases |
As suggested in #70. People that want to use CLS can take the dependency themselves.