Skip to content

Releases: Vanilagy/mediabunny

v1.0.4

09 Jul 10:06
f59a79d

Choose a tag to compare

This release fixes a few issues regarding the Mediabunny build:

  • Now properly tree-shakable with Webpack
  • CommonJS builds actually work now in Node
  • Explicitly added type references to allow proper type checking with non-hoisting package managers (see #10)
  • Added proper declaration maps: "Go to definition" now brings up the actual TypeScript source code

v1.0.3

08 Jul 13:42
08cf34e

Choose a tag to compare

  • Adjusted image sizes in the README

v1.0.2

07 Jul 09:22
1b382d3

Choose a tag to compare

  • Improved unsupported encoder configuration error messages

v1.0.1

07 Jul 08:42
f78fc69

Choose a tag to compare

  • Fixed a bug where DataView would be rejected in places where the type AllowSharedBufferSource was expected
  • Fixed an internal bug in AudioSample.toAudioData

v1.0.0

02 Jul 20:09
4710408

Choose a tag to compare

This is the big one!!