Skip to content

Releases: cloudinary/cloudinary_npm

Version 1.14.0

26 Mar 16:49
Compare
Choose a tag to compare

New functionality

  • Support format in transformation API
  • Add support for start_offset value auto
  • Add support for gs:// urls in uploader
  • Add support for the quality_analysis upload parameter. Fixes #171
  • Add fps transformation parameter (#230)

Other changes

  • Update code samples in the README file. Fixes #135
  • Reject deferred on request error. Fixes #136
  • Refactor test code after conversion from CoffeeScript
  • Convert test code from CoffeeScript to JavaScript
  • Merge pull request #208 from cloudinary/fix_update_samples_readme
  • Fix the "upload large" test for node 4
  • Remove bower from the sample code
  • Add timeout to search integration tests
  • Fix detection test
  • Fix broken links in node sample project readme

Version 1.13.2

14 Nov 14:10
Compare
Choose a tag to compare
  • Use a new timestamp for each chunk in upload_large API

Version 1.13.1

13 Nov 10:27
Compare
Choose a tag to compare
  • Filter files in the npm package
  • Add polyfill for Object.entries
  • Add update_version script

Version 1.13.0

12 Nov 22:32
Compare
Choose a tag to compare
  • Support listing of named transformations using the named parameter
  • Fix Node version check. Fixes #217

Version 1.12.0

12 Nov 22:31
Compare
Choose a tag to compare

New functionality

  • Add Responsive Breakpoints cache
  • Add picture and source tags
  • Add fetch support to overlay/underlay (#189)
  • Add async param to uploader (#193)

Other changes

  • Convert CoffeeScript source to JavaScript
  • Refactor compiled coffee to proper JS
  • Remove old lib files
  • Move all sources from src to lib
  • Move cloudinary.js inside the src folder
  • Setup library and tests to run with either es6 or es5
  • Apply babel to support older Node versions
  • Refactor tests to use promises
  • Fix Tests
  • Refactor utils
  • Move utils.js to utils folder
  • Add ensurePresenceOf and rimraf utility functions
  • Add nyc for coverage and update sinon
  • Add "Join the Community" (#201)
  • Use upload params in explicit API
  • Fix raw convert test

Version 1.11.0

19 Mar 13:37
Compare
Choose a tag to compare

New functionality

  • Add access_control parameter to upload and update

Other changes

  • Mock delete_all_resources test
  • Add compileTests script to package.json
  • Add http/https handling to spec helper
  • Mock moderation tests
  • Fix categorization test
  • Remove similarity_search test
  • Add test helper functions
  • Add utility functions to utils
  • Replace lodash's _ with explicitly requiring methods

Version 1.10.0

13 Feb 16:23
Compare
Choose a tag to compare

New functionality

  • Support url suffix for shared CDN
  • Add Node 8 to Travis CI tests and remove secure variables
  • Fix breakpoints format parameter
  • Extend support of url_suffix for different resource types
  • Add support for URLs in upload_large
  • Add support for transformations parameter in delete_resources api
  • Add support for delete_derived_by_transformation
  • Add format parameter support to responsive-breakpoints encoder
  • Add expires_at parameter to archive_params
  • Add faces parameter to the explicit API

Other changes

  • Fix typos
  • Test transformations api with next_cursor
  • add test cases of ocr for upload and url generation
  • add test case of conditional tags
  • Update dependencies
  • Fix tests
  • Remove tests for auto_tagging

Version 1.9.1

13 Feb 16:23
Compare
Choose a tag to compare
  • Decode string to sign before creating the signature (#167)
  • Update Readme to point to HTTPS URLs of cloudinary.com
  • Update lib files
  • Ignore error when .env file is missing.
  • Remove CoffeeScript header
  • Add lib\v2\search.js to git.

Version 1.9.0

30 Apr 23:54
Compare
Choose a tag to compare

New functionality

  • Add Search API
  • Add support for type parameter in publish-resources api
  • Add support for keyframe-interval (ki) video manipulation parameter
  • Added parameters allow_missing and skip_transformation_name to generate-archive api
  • Add support for notification-url parameter to update API
  • Support = and | characters within context values using escaping + test (#143)

Other changes

  • Test/upgrade mocha (#142)
  • fix bad escaping of special characters in certain scenarios + tests (#140) Fixes #138
  • Don't normalize negative numbers.
  • Fix typo: rename min to sub

Version 1.8.0

14 Mar 10:58
Compare
Choose a tag to compare

Add User defined variables