Releases: codedread/bitjs
Releases · codedread/bitjs
v1.1.2
Changed
- codecs: Handle m4a files as audio/mp4.
v1.1.1
Changed
- Fix missing RarVM import in unrar.js.
v1.1.0
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
- Fixes for the audio/flac codec type
- Add sniffer support for the ICO format
- Add unit test coverage via c8
v1.0.10
- Remove now-unnecessary event listener handling and just use EventTarget (Issue #30)
- Add a few new codecs