Skip to content

Releases: arx-tools/node-pkware

v5.9.1

25 Mar 19:52

Choose a tag to compare

  • fix SharedArrayBuffer not being available in the browser

v5.9.0

22 Feb 10:51

Choose a tag to compare

  • improve speed of simple/Explode

v5.8.0

21 Feb 20:54

Choose a tag to compare

  • create node-pkware/stream namespace for the original code
  • update readme: replace require statement with import statements, as require hasn't been supported for a long time
  • update readme: add more examples for the simple api
  • update readme: make the usage of the stream api explicit
  • make simple/Explode and simple/Implode have the same signature internally (input passed into constructor, output can be read with .getResult())

v5.7.0

10 Feb 22:02

Choose a tag to compare

  • replaced loop based lookup with lookup table for simple/Implode for a huge performance improvement

Thanks Róka for the help and thank you Mr AI for the tip for using a lookup table!

v5.6.0

07 Feb 22:01

Choose a tag to compare

  • further improve performance of simple/Implode

v5.5.0

07 Feb 21:41

Choose a tag to compare

  • further improved the speed of simple/Implode

v5.4.0

03 Feb 20:10

Choose a tag to compare

  • improve performance of simple/Implode by around 84%

v5.3.0

15 Jan 22:35

Choose a tag to compare

  • improve performance of simple/Explode by around 38%

v5.2.1

13 Jul 19:03

Choose a tag to compare

  • fix the calculation in simple Explode

Full Changelog: v5.2.0...v5.2.1

v5.2.0

13 Jul 18:02

Choose a tag to compare

  • improved performance of simple/Explode

Full Changelog: v5.1.0...v5.2.0