Skip to content

v2.6.47

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 16 Oct 22:42
· 1478 commits to master since this release
  • ZipWriter#add now accepts an Array of Reader (or ReadableStream) instances. A SplitDataReader instance will be automatically created under the hood.
  • Entry#getData now accepts generator functions generating Writer (or WritableStream) instances. A SplitDataWriter instance will be automatically created under the hood and data will be be split into chunks of 4GB.