Releases: cloudinary/cloudinary_npm
Releases · cloudinary/cloudinary_npm
Version 1.18.1
- Fix acl and url escaping in auth_token generation
Version 1.18.0
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
- Update ejs dependency in photo album
- Add Type Script declaration file
Version 1.16.0
- 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
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_versiontransformation 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
asyncoption 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
New functionality
- Support format in transformation API
- Add support for
start_offsetvalueauto - Add support for gs:// urls in uploader
- Add support for the
quality_analysisupload parameter. Fixes #171 - Add
fpstransformation 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
- Use a new timestamp for each chunk in
upload_largeAPI
Version 1.13.1
- Filter files in the npm package
- Add polyfill for
Object.entries - Add
update_versionscript
Version 1.13.0
- Support listing of named transformations using the
namedparameter - Fix Node version check. Fixes #217
Version 1.12.0
New functionality
- Add Responsive Breakpoints cache
- Add
pictureandsourcetags - 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
srctolib - Move
cloudinary.jsinside 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
ensurePresenceOfandrimrafutility functions - Add
nycfor coverage and update sinon - Add "Join the Community" (#201)
- Use upload params in explicit API
- Fix raw convert test