Releases: MikeyBurkman/cecil
Releases · MikeyBurkman/cecil
v3.1.0
v3.0.0
Now supports semver and latest versions for dependencies:
include('lodash', '~4.5.0');include('lodash', 'latest');include('lodash'); // Same as latest
v2.2.0
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
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
Call cecil like normal using cecil
Start the cecil REPL by doing cecil-repl
First real release
v2.0.0 Update README.md