Releases: cloudinary/cloudinary_npm
Releases · cloudinary/cloudinary_npm
Version 1.3.0
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 oftags
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
- Fix API timeout from 60ms to 60000ms
Version 1.2.5
- 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
Fix npmignore entries
Version 1.2.3
- Adding samples and test to .npmignore so that they don't get published to NPM (thanks @JedWatson for PR #60 !)