Skip to content

Releases: onildoaguiar/image-thumbnail

Add Background Color Support and Linter Integration

14 Aug 14:13
16749cf
Compare
Choose a tag to compare

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

02 Aug 21:18
Compare
Choose a tag to compare
1.0.16

chore: bump version to 1.0.16

1.0.15

10 May 17:55
2fc8c6a
Compare
Choose a tag to compare
feat: fix unit tests (#82)

1.0.14

29 Sep 00:17
bada18e
Compare
Choose a tag to compare
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.0.13

20 Dec 05:50
a95592f
Compare
Choose a tag to compare

Adding conditional withMetaData on sharp

1.0.10

16 Jul 00:51
ccf595f
Compare
Choose a tag to compare
  • Add option to change fit

1.0.9

07 Jun 01:56
f5d2ec0
Compare
Choose a tag to compare
  • Fix forced dimensions

1.0.8

04 Apr 22:15
e1b31aa
Compare
Choose a tag to compare
feat: update npmpublish.yml

1.0.7

13 Feb 18:24
ce860ea
Compare
Choose a tag to compare
fix: update package version (#30)

1.0.6

15 Dec 06:13
f31c879
Compare
Choose a tag to compare
feat: update github actions (#26)