Releases: cloudinary/cloudinary_npm
Releases · cloudinary/cloudinary_npm
Version 1.23.0
New functionality and features
- Add support for pending, prefix, and sub_account_id to users method (#417)
- Add support for metadata array value (#433)
- Detect data URLs with suffix in mime type (#418)
- Add support for download backedup asset function (#415)
- Add support
max_results
andnext_cursor
inroot_folders
andsub_folders
(#411) - Add download_folder method (#404)
Other Changes
- Added linter rules (#423)
- Fix docstring for pending parameter of the users method (#436)
- Fix invalid detection failing test (#439)
- Test: Ignore URL in AuthToken generation if ACL is provided (#431)
- Add pull_request_template.md (#435)
- Fix and improve docstring for download_folder() (#434)
- Refactor
pickOnlyExistingValues()
function (#432) - Add tests for new OCR features (#385)
Version 1.22.0
New functionality and features
- Feature encode sdk version (#371)
- Add support for cinemagraph_analysis parameter in upload, explicit, and resource (#391)
- Support for creating folders using Admin API (#370)
- Add support for pow operator in expressions (#386)
- Feature/support download backup version api (#380)
- Fix normalize_expression when variable is named like a keyword (e.g., ) (#367)
- Add support for 32 char SHA-256 signatures (#368)
Other Changes
Version 1.21.0
Version 1.20.0
New functionality and features
- Add support for sources in video tag (#265)
- Add support multiple resource_types in ZIP generation (#348)
- Add API support for account/provisioning (#343)
- Add filename options (#273)
- Add use_filename option (#274)
- Support quality_override param for update and explicit api (#242)
Other Changes
- Refactor out a duplicate test (#353)
- Refactor the order of the assertions in account_spec (#352)
- Fix type defs for stream upload methods (#336)
- Remove typings spec and config from npm package
- Add automation to delete the es5-lib dir when npm run compile is run
- Move typescript to devDependencies and update version
- Refactor out utils functions
Version 1.19.0
New functionality and features
- Add structured metadata support
- Add verifyNotificationSignature()
Other Changes
- Fix isRemoteUrl to correctly detect docx files
- Fix named transformations with spaces
- Fix/fixed type def for upload stream
- Add name to errors in uploader.js
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_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