tgriesser / checkit

simple, flexible validations for node and the browser
MIT License
223 stars 53 forks source link

Use bluebird in the browser #64

Closed Whoaa512 closed 8 years ago

rhys-vdw commented 8 years ago

I think I agree with @NinjaBanjo here. Let's just assume there's a global Promise object and not rely on any particular library.

Whoaa512 commented 8 years ago

This effectively means we're dropping support for Node < 0.12. Not a bad thing just will need to update the .travis file as well, and note the breaking change with a major release.

Whoaa512 commented 8 years ago

Closed in favor of #69