Skip to content

0.6.0

Compare
Choose a tag to compare
@arseneyr arseneyr released this 05 Nov 07:05
· 79 commits to master since this release

0.6.0

Added

  • Can now supply a callback to createEncoder() to get the compiled WebAssembly.Module
  • Support for ESM modules in Node

Changed

  • Reduced JS size by about 40%
  • Reduced LAME WASM size by about 4%
  • Reduced OGG WASM size by about 3%

Fixed

  • Fixed an issue where encoding large buffers would return a detached ArrayBuffer.
  • Bundling with webpack v4 no longer pulls in a Buffer polyfill.