Releases: movableink/cropduster
Releases · movableink/cropduster
v5.2.0
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
release v3.4.0
Merge pull request #17 from movableink/mn/cd-params Add CD.params() that returns all query params