Skip to content

Commit eb09a77

Browse files
committed
chore(release): 6.0.0
1 parent 2de008f commit eb09a77

File tree

2 files changed

+47
-12
lines changed

2 files changed

+47
-12
lines changed

CHANGELOG.md

Lines changed: 46 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,58 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
# [5.1.0](https://github.com/medikoo/npm-cross-link/compare/v5.0.2...v5.1.0) (2019-02-19)
5+
# [6.0.0](https://github.com/medikoo/npm-cross-link/compare/v5.1.0...v6.0.0) (2019-02-28)
66

77
### Bug Fixes
88

9-
- install of not published dependencies ([c8a379e](https://github.com/medikoo/npm-cross-link/commit/c8a379e))
10-
- resolve correct registry url ([e8df91c](https://github.com/medikoo/npm-cross-link/commit/e8df91c))
9+
- do not proceed if `package.json` not found ([4b6db15](https://github.com/medikoo/npm-cross-link/commit/4b6db15))
10+
- do not rewrite package.json on global install ([b29fca5](https://github.com/medikoo/npm-cross-link/commit/b29fca5))
11+
- error propagation ([2faa83c](https://github.com/medikoo/npm-cross-link/commit/2faa83c))
12+
- typo ([8484bd1](https://github.com/medikoo/npm-cross-link/commit/8484bd1))
1113

1214
### Features
1315

14-
- expose topPackageName on progressData ([ab2c468](https://github.com/medikoo/npm-cross-link/commit/ab2c468))
15-
- improve error logging ([e6e1a21](https://github.com/medikoo/npm-cross-link/commit/e6e1a21))
16-
- improve log levels choice ([7407bf4](https://github.com/medikoo/npm-cross-link/commit/7407bf4))
17-
- improve log message ([8b2d935](https://github.com/medikoo/npm-cross-link/commit/8b2d935))
18-
- improve log message ([f4c61da](https://github.com/medikoo/npm-cross-link/commit/f4c61da))
19-
- improve log message ([a62b877](https://github.com/medikoo/npm-cross-link/commit/a62b877))
20-
- log npm view output ([806ea63](https://github.com/medikoo/npm-cross-link/commit/806ea63))
21-
- support npm registry authentication ([cbc9560](https://github.com/medikoo/npm-cross-link/commit/cbc9560))
16+
- basic cache mechanism ([95cfc53](https://github.com/medikoo/npm-cross-link/commit/95cfc53))
17+
- cache on spot installations ([0e74531](https://github.com/medikoo/npm-cross-link/commit/0e74531))
18+
- cache only npm publications ([9317d63](https://github.com/medikoo/npm-cross-link/commit/9317d63))
19+
- do not crash if package.json doesn't exist ([f7aa5dc](https://github.com/medikoo/npm-cross-link/commit/f7aa5dc))
20+
- ensure to resolve correct versions from maintained deps ([733a3fe](https://github.com/medikoo/npm-cross-link/commit/733a3fe))
21+
- handle git repo references efficiently ([29c7894](https://github.com/medikoo/npm-cross-link/commit/29c7894))
22+
- handle non overridable externals properly ([f234351](https://github.com/medikoo/npm-cross-link/commit/f234351))
23+
- if non semver range, always install in place ([1f6422e](https://github.com/medikoo/npm-cross-link/commit/1f6422e))
24+
- improve CLI message ([24a6028](https://github.com/medikoo/npm-cross-link/commit/24a6028))
25+
- improve error message ([f2f6608](https://github.com/medikoo/npm-cross-link/commit/f2f6608))
26+
- improve external setup ([7b29664](https://github.com/medikoo/npm-cross-link/commit/7b29664))
27+
- improve jobs logging ([1fe3566](https://github.com/medikoo/npm-cross-link/commit/1fe3566))
28+
- improve log location ([5ea150a](https://github.com/medikoo/npm-cross-link/commit/5ea150a))
29+
- improve logging ([3d986f0](https://github.com/medikoo/npm-cross-link/commit/3d986f0))
30+
- improve logging ([528aa54](https://github.com/medikoo/npm-cross-link/commit/528aa54))
31+
- improve package name validation ([ef7cb78](https://github.com/medikoo/npm-cross-link/commit/ef7cb78))
32+
- install on spot for misversioned local ([2f4a827](https://github.com/medikoo/npm-cross-link/commit/2f4a827))
33+
- on npm-cross-link <pkgName> install pkgNam as dep ([c720ec0](https://github.com/medikoo/npm-cross-link/commit/c720ec0))
34+
- optimize further installation ([9fad7d7](https://github.com/medikoo/npm-cross-link/commit/9fad7d7))
35+
- output log only when it makes sense ([289830c](https://github.com/medikoo/npm-cross-link/commit/289830c))
36+
- proper location for new package.json section ([eea4e92](https://github.com/medikoo/npm-cross-link/commit/eea4e92))
37+
- rely on etag caching ([82193f9](https://github.com/medikoo/npm-cross-link/commit/82193f9))
38+
- speedup npm registry meta resolution ([f37b4e7](https://github.com/medikoo/npm-cross-link/commit/f37b4e7))
39+
- support 'global' option ([d2368ae](https://github.com/medikoo/npm-cross-link/commit/d2368ae))
40+
- support global installs of externals ([3be98f4](https://github.com/medikoo/npm-cross-link/commit/3be98f4))
41+
- support saveMode option ([44a57ff](https://github.com/medikoo/npm-cross-link/commit/44a57ff))
42+
- support specifying version in install-dependency ([f04aac2](https://github.com/medikoo/npm-cross-link/commit/f04aac2))
43+
- update package.json dependencies sections ([6d90b83](https://github.com/medikoo/npm-cross-link/commit/6d90b83))
44+
- write updated version in case of updateDependency ([3a67921](https://github.com/medikoo/npm-cross-link/commit/3a67921))
45+
46+
### BREAKING CHANGES
47+
48+
- Changed behavior of:
49+
\$ npm-cross-link <package-name>
50+
It now installs mentioned package as a dependency and does not ensure
51+
it's installed gobally
52+
- If local installation exposes no version, while there's
53+
published version that matches version range
54+
install on spot
55+
- Non semver referenced local installs are now installed
56+
on spot instead of being linked
2257

2358
<a name="5.0.2"></a>
2459

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-cross-link",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
55
"bin": {
66
"npm-cross-link": "./bin/npm-cross-link.js",

0 commit comments

Comments
 (0)