版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

CHANGELOG.md 448 B

123456789101112131415
  1. # Changers Lorgs!
  2. ## 1.0
  3. Full rewrite. Essentially a brand new module.
  4. - Return a promise instead of taking a callback.
  5. - Use native `fs.mkdir(path, { recursive: true })` when available.
  6. - Drop support for outdated Node.js versions. (Technically still works on
  7. Node.js v8, but only 10 and above are officially supported.)
  8. ## 0.x
  9. Original and most widely used recursive directory creation implementation
  10. in JavaScript, dating back to 2010.