Releases

Cruft is currently in alpha. Today's releases are npm distribution builds of a single engine binary, so expect frequent, small increments. Install the latest tag and upgrade freely.

v0.0.10

Latest
$ npm install -g [email protected]
  • Fixes broken binary permissions that caused EACCES on install — the defect that deprecated 0.0.9.
  • The engine binary is unchanged from 0.0.9; this is a packaging hotfix, not an engine build.

v0.0.9

Deprecated

Do not install. The published archive shipped the runtime without execute permissions, so npm install fails with EACCES. Superseded by 0.0.10.

  • First public alpha of Cruft on npm.
cruft --version reports 0.0.9 on a 0.0.10 install.

Because 0.0.10 ships the same engine binary as 0.0.9, the version compiled into the runtime still reads 0.0.9. Your install is current if the npm package is 0.0.10 (npm ls -g cruftjs) — the two version numbers will realign at the next engine build.