Skip to content

Releases: cloudinary/cloudinary_npm

Version 1.18.1

11 Dec 15:00

Choose a tag to compare

  • Fix acl and url escaping in auth_token generation

Version 1.18.0

09 Dec 09:59

Choose a tag to compare

New functionality

  • Add live parameter to create_upload_preset and update_upload_preset

Other changes

  • Fixed tests on Utils and Cloudinary_spec and removed a duplicate one

Version 1.17.0

11 Nov 13:40

Choose a tag to compare

  • Update ejs dependency in photo album
  • Add Type Script declaration file

Version 1.16.0

15 Oct 11:57

Choose a tag to compare

  • Support different radius for each corner (containing images and overlays) (#260)
  • Add feature to allow override on timestamp and signature (#295)
  • remove package-lock (#303)
  • Fixed open linting issues (#279)
  • Feature/publish script (#289)
  • Fix parameters sent when creating a text image (#298)
  • Add custom pre function support (#302)
  • Escape quotes in HTML attributes (#259)

Version 1.15.0

08 Sep 09:19

Choose a tag to compare

New functionality

  • Add 'derived_next_resource' to api.resource method
  • Add support for 'delete folder' API
  • Add support for remote/local function invocation (fn:remote and fn:wasm) (#261)
  • Add antialiasing and hinting
  • Add force_version transformation parameterAdd automatic JavaScript linting and fix existing code conflicts (#262)
  • Add automatic JavaScript linting and fix existing code conflicts (#262)

Other changes

  • Mock upload preset listing test
  • Feature/duration to condition video
  • Update test for change moderation status
  • Simplified error assertions in a few test specs
  • Fix base64 URL validation
  • Rearrange util tests
  • Test support of async option in explicit api
  • Remove unnecessary return statements and options from tests
  • Remove unnecessary use of options and API in access_control_spec.js
  • Merge pull request #239 from tornqvist/remove-coffeescript-transform
  • Remove coffee script deps and transform

Version 1.14.0

26 Mar 16:49

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

Choose a tag to compare

  • Use a new timestamp for each chunk in upload_large API

Version 1.13.1

13 Nov 10:27

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

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

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