Skip to content

Releases: MikeyBurkman/cecil

v3.1.0

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 18 Sep 22:00
  • 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

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 09 Apr 18:27

Now supports semver and latest versions for dependencies:

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

v2.2.0

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 05 Apr 14:59

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

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 20 Mar 20:59

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

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 04 Mar 14:01

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

First real release

Choose a tag to compare

@MikeyBurkman MikeyBurkman released this 04 Mar 13:53
v2.0.0

Update README.md