Releases: onildoaguiar/image-thumbnail
Releases · onildoaguiar/image-thumbnail
Add Background Color Support and Linter Integration
Add Background Color Support and Linter Integration
Description:
- Added Background Color Support: This release introduces the ability to specify a background color when resizing images using the sharp library. This enhancement allows for greater flexibility in generating image thumbnails with custom backgrounds.
- Linter Integration: Integrated ESLint into the project for improved code quality and consistency. This includes a new linter configuration to enforce code style rules.
Changes:
- Implemented background color support in image resizing.
- Added ESLint configuration and fixed code issues according to the new linting rules.
Notes:
- Ensure to review the new linting rules and adjust your code accordingly.
- For details on how to use the background color feature, refer to the updated documentation.
Update dependencies
1.0.16 chore: bump version to 1.0.16
1.0.15
feat: fix unit tests (#82)
1.0.14
build(deps): bump node-notifier from 6.0.0 to 8.0.2 (#58) Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 6.0.0 to 8.0.2. - [Release notes](https://github.com/mikaelbr/node-notifier/releases) - [Changelog](https://github.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/mikaelbr/node-notifier/compare/v6.0.0...v8.0.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1.0.13
Adding conditional withMetaData on sharp
1.0.10
- Add option to change fit
1.0.9
- Fix forced dimensions
1.0.8
feat: update npmpublish.yml
1.0.7
fix: update package version (#30)
1.0.6
feat: update github actions (#26)