Skip to content

Releases: movableink/cropduster

v5.2.0

22 Jan 20:35
c2aa50c
Compare
Choose a tag to compare

Updates CD.get to use the fetch API instead of XMLHttpRequest.

Promises and Modules

12 Jan 17:05
3891f6b
Compare
Choose a tag to compare
  • 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

28 Sep 14:02
Compare
Choose a tag to compare
Merge pull request #17 from movableink/mn/cd-params

Add CD.params() that returns all query params