Skip to content

Commit

Permalink
Release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Sep 13, 2016
1 parent f6d2d87 commit 578e5d8
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 34 deletions.
98 changes: 65 additions & 33 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,101 +1,133 @@

2.6.1 / 2016-09-14
==================

* Update and tweak --help text.
* Use standard style.
* Add code coverage report.
* Update dependencies.

2.6.0 / 2016-02-23
==================

* Merge pull request #25 from bencripps/master
* Added linklocal.name, .nameRecursive, name.unlink, and name.unLinkRecursive. Updated readme. Added tests for new functionality.
* See if intermittent build failure still occurs on dist: trusty.
* Clear npm cache before running travis tests.
* Merge pull request #21 from mikaelbr/ignoreLocalPacks
* Fix issue with having local npm packed modules
* Update dependencies.
* Merge pull request #19 from timoxley/docs-shell
* Make example portable
* Attempt to fix build on travis. npm bug prevails.
* Update travis node targets.

2.5.2 / 2015-05-14
==================

* Update dependencies.
* Merge pull request #17 from crcn/patch-1
* fix typo
* Add node.ico badges.

2.5.1 / 2015-03-10
==================

* deps: pin commander to 2.6.x - Yoshua Wuyts.
* deps: pin commander to 2.6.x - Yoshua Wuyts.
* Update Readme.md
* Add references to local deps docs in npm.

2.5.0 / 2015-01-28
==================

* Add --no-summary option.
* Sort options alphabetically.
* Update tape to 3.4.0, make tests pretty with tap-spec.
* Add --no-summary option.
* Sort options alphabetically.
* Update tape to 3.4.0, make tests pretty with tap-spec.

2.4.3 – 2.4.4 / 2015-01-02
==========================

* Update commander from 2.5.0 to 2.6.0.
* Indicate source file for JSON parse errors.
* Update commander from 2.5.0 to 2.6.0.
* Indicate source file for JSON parse errors.

2.4.2 / 2014-12-11
==================

* Update dependencies.
* Absolute junctions for winxp - Vincent Weevers.
* Add travis CI badge.
* Update dependencies.
* Absolute junctions for winxp - Vincent Weevers.
* Add travis CI badge.

2.4.1 / 2014-11-24
==================

* Fix issue with duplicated deep links.
* Fix issue with duplicated deep links.

2.4.0 / 2014-11-20
==================

* Massive refactoring.
* Add list command
* Add new formatting aliases.
* Fix bulk example - Yoshua Wuyts.
* Massive refactoring.
* Add list command
* Add new formatting aliases.
* Fix bulk example - Yoshua Wuyts.

2.3.0 - 2.3.1 / 2014-11-12
==========================

* Update docs.
* Add relative/absolute format tokens.
* Fix linklocal unlink destination paths.
* Update docs.
* Add relative/absolute format tokens.
* Fix linklocal unlink destination paths.

2.2.0 - 2.2.1 / 2014-11-12
==========================

* Improve recursive linking.
* Add --format.
* Improve recursive linking.
* Add --format.

2.1.0 - 2.1.3 / 2014-11-10
==========================

* Deal with long paths from circular dependencies during unlink.
* Ensure we've found a symbolic link before attempting removal.
* Resolve minimal linkage before unlinking.
* Handle circular dependencies.
* Normalize link output to minimum linkage.
* Deal with long paths from circular dependencies during unlink.
* Ensure we've found a symbolic link before attempting removal.
* Resolve minimal linkage before unlinking.
* Handle circular dependencies.
* Normalize link output to minimum linkage.

2.0.1 / 2014-09-22
==================

* bin: update console message
* bin: update console message

2.0.0 / 2014-09-22
==================

* Link production and development dependencies.
* Link production and development dependencies.

1.1.2 / 2014-09-22
==================

* Bugfix.
* Bugfix.

1.1.1 / 2014-09-22
==================

* Update documentation to include recursion.
* Update documentation to include recursion.

1.1.0 / 2014-09-22
==================

* Add recursive linking/unlinking.
* Add recursive linking/unlinking.

1.0.2 / 2014-09-21
==================

Add total links/unlinks to output.
* Add total links/unlinks to output.

1.0.1 / 2014-09-21
==================

* Fix broken executable. (#1)
* Fix broken executable. #1

1.0.0 / 2014-09-20
==================

* Initial Release.

* Initial Release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linklocal",
"version": "2.6.0",
"version": "2.6.1",
"description": "Install local dependencies as symlinks.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 578e5d8

Please sign in to comment.