Skip to content

Releases: jack-weilage/vite-image

v1.0.2

20 Jan 21:14
adaaf63
Compare
Choose a tag to compare

Patch Changes

v1.0.0

26 Dec 22:43
Compare
Choose a tag to compare

Major Changes

v0.7.4

21 Dec 08:25
ce74897
Compare
Choose a tag to compare

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

15 Dec 21:57
Compare
Choose a tag to compare

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.2

05 Dec 00:48
300db23
Compare
Choose a tag to compare

Patch Changes

v0.7.1

04 Dec 00:51
84b9ac6
Compare
Choose a tag to compare

Patch Changes

  • 6a95524: Code is now linted with ESLint.
  • 11aeadd: Transformers can now supply an async matcher and/or transformer.

v0.7.0

24 Nov 22:45
bed7587
Compare
Choose a tag to compare

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

21 Nov 04:33
7acc6fa
Compare
Choose a tag to compare

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

17 Nov 19:06
Compare
Choose a tag to compare

Patch Changes

  • Move validate to dependencies (solves issues with startup).

v0.5.4

17 Nov 18:12
Compare
Choose a tag to compare

Patch Changes

  • Sigh. Trying to track problems without a second computer is hard (Try to finally fix types).