- API change: export {riffChunks, findChunk}.
- Using only dot notation to allow better compilation on hosts.
- Smaller dist files.
- New API: Only the function riffChunks exported as default
- Allow better use of this lib as a dependency:
- package.json refactored with bundlers and ES6 envs in mind
- Fix inconsistent JSDoc declarations
- Fix module imports and paths.
- Fix ES6 dist to not rely on Node module path resolution.
- Update dependencies to use byte-data last compatible version.
- ES6 module
- New API with riffIndex(): return only the offset of the values in the buffer.
- Dist file renamed to riff-chunks.min.js.
- Add dist file to npm package.
- update: byte-data to version 9
- fix: remove dist from npm in v4 to avoid breaking dependents.
- Add dist file to npm package.
- fix: chunkSize for odd number of bytes.
- Better packaging.
- Fix index for files with broken size fields.
- Fix: read LIST chunks.