Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

v0.14.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 11:55
· 265 commits to master since this release
6784a98

Remarks

Icon 💥 stands for breaking change.

🚀 Features

  • 💥[fs] Dir & Dirent is now Dir[T] & Dirent[T] (parameterized for path name) @exoego (#354)
  • [fs] Overhaul fsPromise: new methods and correction @exoego (#355)
  • [fs] Overhaul fs: new methods and correction @exoego (#356)
  • [fs] Allow null in readsync @exoego (#395)
  • Node.js 16 part1 @exoego (#396)
  • Add more Node.js 16 additions (Node.js v16.3.0-v16.9.0) @exoego (#434)

🐛 Bug Fixes

🧰 Maintenance