Skip to content

Commit

Permalink
badgify + add history
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Jul 20, 2014
1 parent a507da5 commit 0b6bca8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 0b6bca8

Please sign in to comment.