Skip to content

Releases: harvard-lil/js-wacz

0.0.6

01 Mar 02:17
743fc56
Compare
Choose a tag to compare

Changelog

Misc

  • This version contains a temporary revision of the indexWARC worker, adjusted to circumvent an ongoing issue with the indexing of small WARCs (#9)
  • WACZ.writeIndexesToZip() bugfix: off-by-one error (last CDX entry was missing in some cases)
  • Version bump

0.0.5

27 Feb 20:49
714896b
Compare
Choose a tag to compare

Changelog

Features

  • addPage() now returns a WACZPage
  • addFileToZip() now returns a WACZDatapackageResource

Misc

  • Version bump

0.0.4

27 Feb 15:34
c61f0f7
Compare
Choose a tag to compare

Changelog

Features

  • Added support for adding extra files to WACZ via this.addFileToZip().
  • input option can now be either a string (path, glob) or an array of strings.

Misc

  • Version bump.
  • Misc refactoring of WACZ class.

See #7

0.0.3

23 Feb 22:36
fd8b25e
Compare
Choose a tag to compare

Initial release.