Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 448B

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.