8fd40031985f6ce1705936be79bd312bde19731924c7f4e007614a2bb77be293d63d5acd13750d8311fb49ad874c164dde8ff96ee28f7269340699fa4ea8c4 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.