riff-chunks
Version:
Parse the chunks of RIFF and RIFX files.
56 lines (39 loc) • 1.38 kB
Markdown
# CHANGELOG
## 9.0.0 (2018-07-13)
- API change: export {riffChunks, findChunk}.
## 8.0.2 (2018-06-27)
- Using only dot notation to allow better compilation on hosts.
## 8.0.1 (2018-06-27)
- Smaller dist files.
## 8.0.0 (2018-06-26)
- New API: Only the function riffChunks exported as default
## 7.1.1 (2018-06-25)
- Allow better use of this lib as a dependency:
- package.json refactored with bundlers and ES6 envs in mind
- Fix inconsistent JSDoc declarations
## 7.0.3 (2018-06-24)
- Fix module imports and paths.
## 7.0.2 (2018-06-24)
- Fix ES6 dist to not rely on Node module path resolution.
## 7.0.1 (2018-06-23)
- Update dependencies to use byte-data last compatible version.
## 7.0.0 (2018-06-22)
- ES6 module
- New API with riffIndex(): return only the offset of the values in the buffer.
## 6.0.0 (2018-06-16)
- Dist file renamed to riff-chunks.min.js.
## 5.0.0 (2018-06-12)
- Add dist file to npm package.
- update: byte-data to version 9
## 4.0.8 (2018-06-11)
- fix: remove dist from npm in v4 to avoid breaking dependents.
## 4.0.7 (2018-06-11)
- Add dist file to npm package.
## 4.0.6 (2018-06-10)
- fix: chunkSize for odd number of bytes.
## 4.0.5 (2018-05-13)
- Better packaging.
## 4.0.4 (2018-05-10)
- Fix index for files with broken size fields.
## 4.0.3 (2018-05-08)
- Fix: read LIST chunks.