Releases: JonasKruckenberg/imagetools
Releases · JonasKruckenberg/imagetools
v3.0.0-next.3
v3.0.0-next.2
3.0.0-next.2 (2021-03-08)
v3.0.0-next.1
3.0.0-next.1 (2021-03-08)
Features
- improve docs for version 3 (c2d4c4e)
BREAKING CHANGES
- This will bump to version 3 because since this is a complete rewrite of the plugin
v2.4.0-next.1
2.4.0-next.1 (2021-03-08)
Bug Fixes
- actually move the function to util.ts (d880f7e)
- export builtin directives (98525a4)
- export image format union type (edf1c2e)
- import sharp (8708151)
- use meta directives (8dc9f0b)
Features
- add generic types (e3ffc2f)
- add option to force image transformation in dev mode (7ce4468)
- add ouput processing function (3af3fb3)
- add the background meta-directive (cff28db)
- add the fit meta-directive (1c81807)
- add the kernel meta-directive (5a12393)
- add the position meta-directive (2ee5362)
- add the quality meta-directive (975104a)
- add utility function (29ec3e5)
- make caching optional (c26be86)
- make directives and output formats extensible (c4198f4)
- make the filter extensible (07ebd12)
- respect the vite config when generating the output (b9e1734)
- rewrite the main plugin file (4b82f5f)
- update format directive to function style (85ea636)
- update resize directive to function style (f96a221)
- update rotate directive to function style (a165ef3)
- use cacache for better caching (1eac066)