Skip to content

Releases: codedread/bitjs

v1.1.2

30 Sep 18:30
Compare
Choose a tag to compare

Changed

  • codecs: Handle m4a files as audio/mp4.

v1.1.1

30 Sep 18:27
Compare
Choose a tag to compare

Changed

  • Fix missing RarVM import in unrar.js.

v1.1.0

28 May 17:42
Compare
Choose a tag to compare

Added

  • Starter thinking around a Media API.

Changed

  • Change console.warn to a console.error when importing archive.js.

Removed

  • Removed build step for bitjs.io now that all browsers (Firefox 114+) support ES Module Workers.

v1.0.11

16 Feb 07:37
Compare
Choose a tag to compare
  • Fixes for the audio/flac codec type
  • Add sniffer support for the ICO format
  • Add unit test coverage via c8

v1.0.10

09 Feb 05:23
Compare
Choose a tag to compare
  • Remove now-unnecessary event listener handling and just use EventTarget (Issue #30)
  • Add a few new codecs