Last change
on this file since b738035 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
448 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | # Changers Lorgs!
|
---|
| 2 |
|
---|
| 3 | ## 1.0
|
---|
| 4 |
|
---|
| 5 | Full rewrite. Essentially a brand new module.
|
---|
| 6 |
|
---|
| 7 | - Return a promise instead of taking a callback.
|
---|
| 8 | - Use native `fs.mkdir(path, { recursive: true })` when available.
|
---|
| 9 | - Drop support for outdated Node.js versions. (Technically still works on
|
---|
| 10 | Node.js v8, but only 10 and above are officially supported.)
|
---|
| 11 |
|
---|
| 12 | ## 0.x
|
---|
| 13 |
|
---|
| 14 | Original and most widely used recursive directory creation implementation
|
---|
| 15 | in JavaScript, dating back to 2010.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.