source: frontend/node_modules/write-file-atomic/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 893 bytes
RevLine 
[9af201e]1# 3.0.0
2
3* Implement options.tmpfileCreated callback.
4* Drop Node.js 6, modernize code, return Promise from async function.
5* Support write TypedArray's like in node fs.writeFile.
6* Remove graceful-fs dependency.
7
8# 2.4.3
9
10* Ignore errors raised by `fs.closeSync` when cleaning up after a write
11 error.
12
13# 2.4.2
14
15* A pair of patches to fix some fd leaks. We would leak fds with sync use
16 when errors occured and with async use any time fsync was not in use. (#34)
17
18# 2.4.1
19
20* Fix a bug where `signal-exit` instances would be leaked. This was fixed when addressing #35.
21
22# 2.4.0
23
24## Features
25
26* Allow chown and mode options to be set to false to disable the defaulting behavior. (#20)
27* Support passing encoding strings in options slot for compat with Node.js API. (#31)
28* Add support for running inside of worker threads (#37)
29
30## Fixes
31
32* Remove unneeded call when returning success (#36)
Note: See TracBrowser for help on using the repository browser.