v0.11.0

ffmpegwasm/ffmpeg.wasmv0.11.0Aug 15, 2022by jeromewu

AI Summary

A significant feature release introducing Web Worker support, better exit handling, and improved file system management options.

Key Highlights

  • Web Worker Support
  • Add mainName option
  • Fix exit method
  • Add FS readdir types
  • Add wasmPath & workerPath as browser options

New Features

  • Web Worker Support
  • mainName option
  • Exit Error handling
  • FS readdir types
  • wasmPath & workerPath options
  • Refactor webpack imports

Full Release Notes

Thanks to following contributors to make this release happen! :tada: :tada: 

- Add mainName option,the main function name of custom ffmpeg-core.js script. And catch the exit Error. (#235) @seminelee
- Fix exit method (#274, #296 , #346  ) @swaylq, @pikax, @cainiaokan
- Update typings (#275 ) @fytriht
- Add FS readdir types (#283 ) @linguofeng
- refactor: Remove unused webpack import (#327 ) @duncanbeevers
- build: Remove --experimental-wasm-bulk-memory flag (#328 ) @duncanbeevers
- Fix overwriting variables when running multiple instances (#329) @rosenrose
- Web Worker Support (#341) @nxtexe
- use stringToUTF8() not writeAsciiToMemory() (#352 ) @cs8425
- expose more FS methods to ts (#369 ) @Jeffxz
- add wasmPath & workerPath as browser options (#375) @JackCA