Releases: McCzarny/upload-image
Releases · McCzarny/upload-image
Release list
v2.0.5 - dependencies update
v2.0.4 - dependencies update
v2.0.3 - dependencies update
What's Changed
- Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #37
Full Changelog: v2.0.2...v2.0.3
v2.0.2 - dependencies update
Update cloudinary package to 2.8.0
v2.0.1 dependencies update
What's Changed
- Warn when one of test secret is not defined. by @McCzarny in #31
- Bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #32
- Bump form-data from 4.0.1 to 4.0.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #33
- Prepare 2.0.1 with dependency update by @McCzarny in #34
Full Changelog: v2.0.0...v2.0.1
Cloudinary support and property names migration
Initial support to upload images using Cloudinary.
There was some inconsistency in the properties names - now everything is in kebab-case, but old names are still supported for backward compatibility.
v1.5.0
What's Changed
Full Changelog: v1.4.0...v1.5.0
v1.4.0 - delete_url / delete_urls outputs
Introducing delete_url / delete_urls outputs with URL returned by imgbb API to delete an image. Check README and the example workflow to find out how to use it.
What's Changed
- Fix security complains in tests and rename eslint config by @McCzarny in #17
- Setup codespace by @McCzarny in #20
- Refactor rests so they can be run without API key and provide mocked tests by @McCzarny in #21
- Return delete_url(s) of uploaded images by @McCzarny in #22
Full Changelog: v1.3.0...v1.4.0
Support for expiration and urls output as array
What's Changed
- Adapt tests to new actions/core implementation by @McCzarny in #8
- Support expiration option by @McCzarny in #9
- Move node22 to node20 and minor logging and readme fixes by @McCzarny in #11
- Move from node_modules to dist/index.js generated by ncc by @McCzarny in #15
- New: option
urls, .env file; fixes: ESLint 9, expiration test by @rvalitov in #14 - Update documentation and action settings by @McCzarny in #16
New Contributors
Full Changelog: v1.2.5...v1.3.0