Releases: cloudinary/cloudinary_npm
Releases · cloudinary/cloudinary_npm
Version 1.4.5
New functionality
- Add
remove_all_tagsAPI - Add
streaming_profiletransformation parameter.
Other changes
- Fix face coordinates test
- Sort parameters
- Support
httpmode for tests. - Add tests for gravity modes
Version 1.4.4
New functionality
- Add streaming profiles API
Other changes
- Change email address in sample project's bower.json
- Add files to
.npmignore
Version 1.4.2
New functionality
- Add publish API:
publish_by_prefix,publish_by_public_ids,publish_by_tag. - Add
to_typetorename.
Other changes
- Get version in
utilsfrompackage.json - Fix tests.
- Travis configuration
Version 1.4.1
Version 1.4.0
New functionality
- New configuration parameter
:client_hints - Enhanced auto
widthvalues - Enhanced
qualityvalues - Add
next_cursortotransformation
Other changes
- Remove redundant
max_resultsfromupload_preset - Add tests for
max_resultsandnext_cursor - Refactor explicit with invalidate test
- Fix double slash replacement
- Fix "should allow listing resources by start date" test
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_ratiotransformation 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_tagsinstead oftagsin 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 !)