Releases: ffmpegwasm/ffmpeg.wasm
Releases Β· ffmpegwasm/ffmpeg.wasm
ffmpeg.wasm v0.11.6
Use path from opts (#429)
Thanks to @milkliker
ffmpeg.wasm v0.11.5
- Add types for mainName option (#412 )
Thanks to @marcofugaro
ffmpeg.wasm v0.11.4
ffmpeg.wasm v0.11.3
ffmpeg.wasm v0.11.2
ffmpeg.wasm v0.11.1
ffmpeg.wasm v0.11.0
Thanks to following contributors to make this release happen! π π
- 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
ffmpeg.wasm v0.10.1
- Add yarn2 peerDependencies (thanks to @heecheolman)
- Fix bugs in environment detection (thanks to @AskAlice)
- Security patches
ffmpeg.wasm v0.10.0
- Add ffmpeg.exit(), now users can interrupt the execution of ffmpeg.wasm (thanks to @Sociosarbis )
- Fix minor security issues.