github danburzo/percollate v2.0.0

latest releases: v4.2.3, v4.2.2, v4.2.1...
3 years ago

⚠️ Breaking change: Percollate 2.x is ESM only. As such:

  • It requires Node.js 12.20.0, Node.js 14.10.0, or Node 16.0 or later to run.
  • It can no longer be require()d into your project. You must either import it statically, or import() it dynamically.

You can continue to use Percollate 1.x on Node.js 10, and as a CommonJS dependency:

npm install -g percollate@1

(Please note that while 1.x version is perfectly usable, it will no longer receive updates going forward.)

Additionally, the default Git branch has been renamed to main.

Don't miss a new percollate release

NewReleases is sending notifications on new releases.