Skip to content

Releases: cloudinary/cloudinary_npm

Version 1.7.1

23 Feb 00:41
Compare
Choose a tag to compare
  • 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

23 Feb 00:41
Compare
Choose a tag to compare

New functionality

  • Add access mode API

Other changes

  • Rework tests cleanup
  • Use TRAVIS_JOB_ID to make test tags unique

Version 1.6.0

30 Jan 10:20
Compare
Choose a tag to compare

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

29 Dec 16:25
Compare
Choose a tag to compare

New functionality

  • add_context & remove_all_context API
  • Add data-max-chunk-size to input created by image_upload_tag
  • Add moderation and phash 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 to null. Call config() with parameter name.

Version 1.4.6

25 Nov 10:43
Compare
Choose a tag to compare
  • Merge pull request #118 from cloudinary/explicit-eager-transformations
    • Support multiple eager transformations with explicit api

Version 1.4.5

25 Nov 10:42
Compare
Choose a tag to compare

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

27 Oct 12:58
Compare
Choose a tag to compare

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

15 Sep 17:53
Compare
Choose a tag to compare

New functionality

  • Add publish API: publish_by_prefix, publish_by_public_ids, publish_by_tag.
  • Add to_type to rename.

Other changes

  • Get version in utils from package.json
  • Fix tests.
  • Travis configuration

Version 1.4.1

23 Jun 12:12
Compare
Choose a tag to compare
  • Fix #105 #106 - url generation broken width numeric width parameter

Version 1.4.0

22 Jun 15:46
Compare
Choose a tag to compare

New functionality

  • New configuration parameter :client_hints
  • Enhanced auto width values
  • Enhanced quality values
  • Add next_cursor to transformation

Other changes

  • Remove redundant max_results from upload_preset
  • Add tests for max_results and next_cursor
  • Refactor explicit with invalidate test
  • Fix double slash replacement
  • Fix "should allow listing resources by start date" test