Releases: mayashavin/cloudinary-api
Releases · mayashavin/cloudinary-api
v0.2.4
v0.2.3
See https://github.com/mayashavin/cloudinary-api/releases/tag/v0.2.4 for latest release and details
Packages version
cloudinary-build-url
- @0.2.3
cld-apis/utils
- @0.1.5
cld-apis/types
-@0.1.5
v0.2.1
v0.1.1
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
🚀 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
intoposition
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
cloudinary-build-url
package is out 🚀
- TypeScript support
- Full treeshakable
- Allow user to build Cloudinary url from set of configurations and transformations (image and video).
- Docs ✍️