CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
HISTORY.md67 linesDownload Raw Back to mz
1 22.7.0 / 2017-09-133==================4 5  * feat: support fs.copyFile (#58)6 72.6.0 / 2016-11-228==================9 10  * Added fdatasync to fs api (#46)11 122.5.0 / 2016-11-0413==================14 15  * feat: support fs.mkdtemp16 172.4.0 / 2016-03-2318==================19 20  * add `fs.truncate()` [#34](https://github.com/normalize/mz/pull/34)21 222.3.1 / 2016-02-0123==================24 25  * update `any-promise@v1`26 272.3.0 / 2016-01-3028==================29 30  * feat(package): switch to `any-promise` to support more promise engines31 322.2.0 / 2016-01-2433==================34 35  * feat(package): add index.js to files36 372.1.0 / 2015-10-1538==================39 40 * support for readline library41 422.0.0 / 2015-05-2443==================44 45 * support callbacks as well46 471.2.0 / 2014-12-1648==================49 50 * refactor promisification to `thenify` and `thenify-all`51 521.1.0 / 2014-11-1453==================54 55 * use `graceful-fs` if available56 571.0.1 / 2014-08-1858==================59 60 * don't use `bluebird.promisify()` - unnecessarily wraps runtime errors, causing issues61 621.0.0 / 2014-06-1863==================64 65 * use `bluebird` by default if found66 * support node 0.867