Releases: jack-weilage/vite-image
Releases · jack-weilage/vite-image
v0.7.4
Patch Changes
- f20c416: Base images are now cached while processing.
- 260a7ab: The plugin can now be imported via named or default imports.
- dce6c4e: Use
simple-git-hooks
instead of husky
.
- ffcf96e: Remove
esbuild
, eslint-formatter-friendly
, happy-dom
, and rollup
as dependencies.
v0.7.3
Patch Changes
- 922c0a9: Transition from
rollup
to tsup
for builds. There shouldn't be any difference in build output, but development will be quicker.
- 42ce070:
vite
is now correctly displayed in peerDependencies
.
- 28fe7c6: Update to
vite@4
.
- ff47d83: Remove
@rollup/pluginutils
as a dependency.
v0.7.1
Patch Changes
- 6a95524: Code is now linted with ESLint.
- 11aeadd: Transformers can now supply an async matcher and/or transformer.
v0.7.0
Minor Changes
- 20793e6: [breaking] Image metadata is no longer provided to transformers.
Patch Changes
- 0b36fb2:
Transformer
type can now be extended for more flexible and better typed development.`
- bbe0d7d: Added a new transformer:
metadata
. When metadata=true
, all image metadata will be kept.
- 22b5027: Transformers with multiple possible inputs are now properly typed.
v0.6.0
Minor Changes
Patch Changes
- c0a278f: [breaking]:
TypedImage
is now only a single image object, not a full array.
- b8b7281: Properly comment types and functions.
v0.5.5
Patch Changes
- Move
validate
to dependencies
(solves issues with startup).
v0.5.4
Patch Changes
- Sigh. Trying to track problems without a second computer is hard (Try to finally fix types).