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 on work with any Promises/A+ object with a then function #1

Merged
merged 0 commits into from
Aug 5, 2019

Conversation

monkbroc
Copy link
Contributor

@monkbroc monkbroc commented May 10, 2019

Thanks for the neat little library! I made a change to make it work with any Promises/A+ compliant promise. You never know what kind of promise you'll get from an external dependency. It can be from Bluebird, Babel polyfill or some other library.

Link to Promises/A+ spec

@json2d json2d merged commit b022298 into json2d:master Aug 5, 2019
@json2d
Copy link
Owner

json2d commented Aug 5, 2019

Yep this looks good - support for more kinds of promises is definitely a plus! Thanks for the contribution and glad you found the library useful.

@json2d
Copy link
Owner

json2d commented Aug 5, 2019

Promises/A+ support now available in v0.1.4 release

@monkbroc
Copy link
Contributor Author

monkbroc commented Aug 6, 2019

Nice! Thanks for merging my contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants