diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5f9b134 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +0.3.0 / 2014-07-20 +================== + * Rewrite so it can be used as a library: + - package.json location is now fully asynchronous + - library simply works out the commands like a -d dryrun + * Unit test coverage + +0.2.0 - 0.2.4 / 2013-10-07 +================== + * Add -g flag for global modules that can be linked in if present + * Command output now perform multiple installs and links per line (shorter output) + * Documentation improvements + +0.1.1 / 2013-10-05 +================== + * Unit tests + +0.1.0 / 2013-01-06 +================== + * Take a container directory rather than a bunch of sibling directories as input + +0.0.3 / 2012-10-20 +================== + * documentation + code cleanup + +0.0.1 / 2012-10-18 +================== + * initial release + diff --git a/README.md b/README.md index 5a8e8ae..7700d97 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![npm status](http://img.shields.io/npm/v/symlink.svg)](https://www.npmjs.org/package/symlink) [![build status](https://secure.travis-ci.org/clux/symlink.svg)](http://travis-ci.org/clux/symlink) [![dependency status](https://david-dm.org/clux/symlink.svg)](https://david-dm.org/clux/symlink) +[![coverage status](http://img.shields.io/coveralls/clux/symlink.svg)](https://coveralls.io/r/clux/symlink) [![unstable](http://img.shields.io/badge/stability-unstable-E5AE13.svg)](http://nodejs.org/api/documentation.html#documentation_stability_index) - Have lots of personal node modules?