Release Highlights
More attempts at file handles and promise rejection safety
Continuing to fight file handle hiccups, a few small changes:
- OS-native file copying is now used again where possible
- Unused Logiqx DAT fields were removed, hopefully reducing the memory footprint
- Better try/catch around zip archive inspection and extraction
All changes
10 December 2022 - 5f479f4
- v0.6.6 (#218)
10 December 2022 - 42e448d
- Feature: use OS file copying when possible (#195)
10 December 2022 - 748f7f2
- Fix: allow multiple pending progress bar waiting messages (#214)
10 December 2022 - 8605a71
- Fix: reduce Logiqx DAT memory usage (#217)
9 December 2022 - 8b220c9
- Fix: GitHub Actions npm publishing (#215)
9 December 2022 - e5fa07d
- Fix: wrap yauzl.open() with try/catch (#216)