- Update to generic-filehandle2
- Remove zlib import. It was only used for unzipping entire files on node.js specifically, and was unused in all contexts for e.g. block based decoding of BAM, so it is largely unused
- Add explicit 'buffer' import
- Bump generic-filehandle 2->3
- Publish src directory for better source maps
- Add optimization to avoid data copying during unzip operations
- Make nodeUnzip return
Promise<Buffer>
- Add typescript and ESM build to module
- Use "browser" field in package.json to choose node vs pako unzip
- Improve gzip error message
- Bugfix for unzipChunkSize
- Bugfix for unzipChunkSize
- Create unzipChunkSize
- Improved build system
- Create unzipChunk
- Fix babel runtime
- Change util.promisify->es6-promisify
- Fix pako unzip in browser
- Add tests for unzip
- Initial nodejs package
- Work with bgzip indexed fasta files