Skip to content

Releases: MikeyBurkman/cecil

v3.1.0

18 Sep 22:00

Choose a tag to compare

  • Greatly improved the parsing algorithm. Now you can do things like var expect = include('chai').expect;
  • Added some much-needed unit tests to the parser

v3.0.0

09 Apr 18:27

Choose a tag to compare

Now supports semver and latest versions for dependencies:

  • include('lodash', '~4.5.0');
  • include('lodash', 'latest');
  • include('lodash'); // Same as latest

v2.2.0

05 Apr 14:59

Choose a tag to compare

Changes install directory from being in the OS temp directory to being in ~/.cecil. The temp directory, as least on OSX, is cleaned out regularly and in unpredictable ways, leading to package corruption.

v2.1.1

20 Mar 20:59

Choose a tag to compare

Fixes issue (hopefully) where the OS would delete the files in the cache but not the directory, causing Cecil to think the dependency was still there.

Adds REPL to cecil

04 Mar 14:01

Choose a tag to compare

Call cecil like normal using cecil
Start the cecil REPL by doing cecil-repl

First real release

04 Mar 13:53

Choose a tag to compare

v2.0.0

Update README.md