Releases: cloudinary/cloudinary_npm
Releases · cloudinary/cloudinary_npm
Version 1.7.1
- Refactor
generate_auth_token
- Update utils documentation.
- Add URL authorization token.
- Rename token function.
- Support nested keys in CLOUDINARY_URL
- Allow tests to run concurrently
Version 1.7.0
New functionality
- Add access mode API
Other changes
- Rework tests cleanup
- Use TRAVIS_JOB_ID to make test tags unique
Version 1.6.0
New functionality
- Add Akamai token generator
- Add Search resource by context
Other changes
- Use http library when api protocol is set to http patch
- Added timeouts to spec in order to force consistency
- Fix publish API test cleanup
- Use random suffix in api tests
- Use binary encoding for signature
- Add coffee watch
- Fixed async issues with before queue
- Add missing options to explicit api call
Version 1.5.0
New functionality
add_context
&remove_all_context
API- Add
data-max-chunk-size
to input created byimage_upload_tag
- Add
moderation
andphash
parameters to explicit API
Other changes
- Modify Travis configuration to test NodeJS v4 and v6 only.
- Modify
TEST_TAG
- Use Sinon spy in
start_at
test - Support context as hash argument in context API
- Delete streaming profiles after tests
- Fix signing URL tests, Fixes #89
- Add timeout to delete streaming profile test
- add tests for add_context & remove_all_context
- add add_context & remove_all_context methods
- fix test description
- add test to phash in an explicit call
- add test to moderation parameter in an explicit call
- Add test to accepts {effect: art:incognito}
- support phash in explicit call
- Fix missing moderation parameter in an explicit call
- Fix
nil
tonull
. Callconfig()
with parameter name.
Version 1.4.6
- Merge pull request #118 from cloudinary/explicit-eager-transformations
- Support multiple eager transformations with explicit api
Version 1.4.5
New functionality
- Add
remove_all_tags
API - Add
streaming_profile
transformation parameter.
Other changes
- Fix face coordinates test
- Sort parameters
- Support
http
mode 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_type
torename
.
Other changes
- Get version in
utils
frompackage.json
- Fix tests.
- Travis configuration
Version 1.4.1
Version 1.4.0
New functionality
- New configuration parameter
:client_hints
- Enhanced auto
width
values - Enhanced
quality
values - Add
next_cursor
totransformation
Other changes
- Remove redundant
max_results
fromupload_preset
- Add tests for
max_results
andnext_cursor
- Refactor explicit with invalidate test
- Fix double slash replacement
- Fix "should allow listing resources by start date" test