Skip to content

Releases: lxsmnsyc/blurhash-as

v0.7.0

29 Aug 08:48
Compare
Choose a tag to compare
  • Changes the WASM runtime from stub to minimal
  • Add explicit GC calls
  • Fix blurhash/browser to use instantiateStreaming

v0.6.0

29 Aug 08:48
Compare
Choose a tag to compare

This release adds support for webp input and output formats for the rollup and esbuild plugins

v0.4.0

08 Jul 06:22
Compare
Choose a tag to compare

This release adds 4 new packages to this repo:

Bindings for Vue 3 and Vanilla, as well as plugins for Parcel and Webpack are under research, and probably released in the next unstable minor version.

v0.3.0

01 Jul 06:18
Compare
Choose a tag to compare
  • All encode and decode methods no longer return null, instead, throws an error:
    • For decode, toCSSSheet, toCSSObject and toSVG, invalid hash causes an error.
    • For encode, the component constraint and resolution-pixel mismatch causes an error.
  • Encode validation is now done in JS rather than in AssemblyScript. This is to throw an error as early as possible.