Releases

v0.2.1 2/3/2021

🚀 Improvements

  • Reduce bundle size for cloudinary-build-url and cld-apis/utils

🐛 Bugs

  • Fix #18 - Broken cld-apis/types

Packages version

cloudinary-build-url - @0.2.1 cld-apis/utils - @0.1.3 cld-apis/types -@0.1.3 vue-cli-plugin-cloudinary-api - @0.1.4

v0.1.1 12/15/2020

Improvements

  • Move all common constants to @cld-apis/utils package.
  • Extract all common types to @cld-apis/types package.

vue-cli-plugin-cloudinary-api

  • Cloudinary plugin for Vue cli (3.0+)

v0.1.0 12/1/2020

🚀 Improvements

  • #1 - Types for Video Transformation and logic.
  • #2 - Conditional transformation logic implementation
  • #3 - User-defined variables logic implementation.
  • #4 - Arithmetic expressions implementation
  • Refactor and rename types for transformation.
  • Group x, y into position transformation.
  • Add default and acceptable values for effect, gravity, rotation, flags, colorSpace, condition.
  • Make sure test coverage is >=95%

🐛 Bug fixes:

  • Mismatch in type for quality.
  • Bug for getSubdomain.

v0.0.5 11/22/2020

cloudinary-build-url package is out 🚀

  1. TypeScript support
  2. Full treeshakable
  3. Allow user to build Cloudinary url from set of configurations and transformations (image and video).
  4. Docs ✍️