UNPKG

813 BMarkdownView Raw
1# 1.0.1 / 2023-05-03
2
3 - add missing type files
4
5# 1.0.0 / 2019-05-27
6
7 - modernize
8
9# 0.4.0 / 2015-02-16
10
11 - supported Promise
12 - changed to use power-assert from expect.js
13
14# 0.3.5 / 2014-06-25
15
16 - changed to use setImmediate in async functions
17 - refactored
18
19# 0.3.4 / 2013-11-23
20
21 - changed to throw error if error code is not EEXIST
22
23# 0.3.3 / 2013-11-14
24
25 - changed from fs.exists to fs.open/fs.close/fs.mkdir
26
27# 0.3.2 / 2013-09-08
28
29 - changed from chai to expect.js
30
31# 0.3.1 / 2013-06-19
32
33 - changed to fast mkrand
34
35# 0.3.0 / 2013-04-06
36
37 - changed to create random name again if file exists
38 - deleted mode parameter
39
40# 0.2.1 / 2013-02-29
41
42 - added support for node.js 0.10
43
44# 0.2.0 / 2013-02-05
45
46 - changed to replace placeholder near end of line
47
48# 0.1.0 / 2013-01-16
49
50 - initial release