Release Highlights
Asynchronous filesystem improvements
Continuing to chase Windows filesystem errors reported by /u/MarketSqHero, this version is primarily another attempt at fixing them. This builds on top of the graceful-fs
change from v0.6.3, replacing almost every fs.*sync()
call with a util.promisify(fs.*)()
call.
Note: there is an issue with the published npm version that incorrectly reports the version as v0.6.1, it is wrong and you can ignore it.
All changes
9 December 2022 - 9fc8128
- v0.6.5 (#213)
9 December 2022 - a594fe9
- Feature: {pocket} support for Commodore Amiga (#210)
9 December 2022 - eb3c179
- Fix: clear progress bar waiting message on increment/update (#211)
9 December 2022 - 7e1aa49
- Fix: eliminate fs.*sync() functions (#209)