Skip to content

v2.0.0 - NodeJS Rewrite

Compare
Choose a tag to compare
@mdeboer mdeboer released this 15 Dec 15:41
· 64 commits to master since this release

A complete rewrite in NodeJS by @mrodalgaard (thanks!).

Changes in v2.0.0

  • Replace PHP requirement with NodeJS
  • Massive performance improvements
  • Support for project icons

Note
If you have any trouble running the Alfred workflow. Please right click on the workflow in Alfred and click "open in terminal" and run the following commands:

$ rm -Rf node_modules
$ npm install

To make sure installation was successful, run the following command to run the test suite. All tests should pass. If not, open up an issue and attach the results.

$ npm run test