Skip to content

Releases: cloudinary/cloudinary_npm

Version 1.3.0

08 Jan 06:24
Compare
Choose a tag to compare

New functionality

  • Add Archive functionality
  • Add responsive breakpoints.
  • Add structured text layers
  • Add upload mapping API
  • Add Restore API
  • Add new USER_AGENT format - CloudinaryNodeJS/ver
  • Add Support for aspect_ratio transformation parameter
  • Add invalidate to explicit. Encode public_ids array with [] in URL. Replace cleanup code with TEST_TAG.
  • Add "invalidate" flag to rename
  • Add support invalidate=>true in explicit for social resources
  • Support uploading large files using the new Content-Range based upload API.

Other changes

  • Use target_tags instead of tags in tests.
  • Utilize spechelper
  • Add license to package, add Sinon.JS, update mocha
  • Increase timeout in tests.
  • Merge pull request #77 from joneslee85/consolidate-test-runner
  • get rid of Cakefile

Version 1.2.6

19 Nov 12:47
Compare
Choose a tag to compare
  • Fix API timeout from 60ms to 60000ms

Version 1.2.5

19 Nov 12:46
Compare
Choose a tag to compare
  • Add timeout to test. Compiled CoffeeScript and whitespace changes
  • Add dev dependency on coffee-script
  • Updated upload_large_stream to return a stream and let the caller control the piping to it, similar to upload_stream.
  • fixes #65 - upload_large using chunk_size is corrupting data - also adds the very useful upload_large_stream function. upload_large tests now verify data integrity.
  • Add bower to the photo_album sample project.
  • Add CHANGELOG.md

Version 1.2.4

19 Nov 12:45
Compare
Choose a tag to compare

Fix npmignore entries

Version 1.2.3

09 Aug 10:31
Compare
Choose a tag to compare
  • Adding samples and test to .npmignore so that they don't get published to NPM (thanks @JedWatson for PR #60 !)