Promises and Modules
- BREAKING: Replaces CD.suspend and CD.capture with CD.pause and CD.resume
- Returns Promises from asynchronous actions (
get
,getImage
,getCORS
,getImages
) - Deprecates the callback pattern used in asynchronous functions
- Begins building cropduster as two separate bundles- one to be used in the browser, and one to be imported as a dependency to other scripts