Skip to content

Commit d7c08ba

Browse files
committed
chore(release): 3.0.0
1 parent 3abed15 commit d7c08ba

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
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+
<a name="3.0.0"></a>
6+
# [3.0.0](https://github.com/medikoo/npm-cross-link/compare/v2.0.0...v3.0.0) (2018-11-14)
7+
8+
9+
### Bug Fixes
10+
11+
* confirm on satisfiable version range in any case ([886bf3b](https://github.com/medikoo/npm-cross-link/commit/886bf3b))
12+
* do not apply hooks to not maintaned packages ([aad10e7](https://github.com/medikoo/npm-cross-link/commit/aad10e7))
13+
14+
15+
### Features
16+
17+
* do not expose pending jobs on pacakgeContext ([18648cb](https://github.com/medikoo/npm-cross-link/commit/18648cb))
18+
* expose list of installation jobs per package ([f2663c4](https://github.com/medikoo/npm-cross-link/commit/f2663c4))
19+
* expose progressData on result instead of just events ([ebcc284](https://github.com/medikoo/npm-cross-link/commit/ebcc284))
20+
* Improve install in context of maintained ([a2ea872](https://github.com/medikoo/npm-cross-link/commit/a2ea872))
21+
* minimize after hooks registration ([9095239](https://github.com/medikoo/npm-cross-link/commit/9095239))
22+
* pass progressData with event, expose type on it ([3c2f8c3](https://github.com/medikoo/npm-cross-link/commit/3c2f8c3))
23+
* reconfigure into two binaries ([3abed15](https://github.com/medikoo/npm-cross-link/commit/3abed15))
24+
* reconfigure pendingJobs as after hooks ([cdd1a01](https://github.com/medikoo/npm-cross-link/commit/cdd1a01))
25+
* rename hooks into installationHooks ([66a8f14](https://github.com/medikoo/npm-cross-link/commit/66a8f14))
26+
* rename progressData.externalsMap to progressData.externals ([45db94a](https://github.com/medikoo/npm-cross-link/commit/45db94a))
27+
* rename progressData.ongoingMap into progressData.ongoing ([a795dfd](https://github.com/medikoo/npm-cross-link/commit/a795dfd))
28+
* rename type into installationType ([3e8ea0d](https://github.com/medikoo/npm-cross-link/commit/3e8ea0d))
29+
* report eventual "update" as "processing" ([5b491eb](https://github.com/medikoo/npm-cross-link/commit/5b491eb))
30+
* reuse packageContext as packageProgressData ([49a1839](https://github.com/medikoo/npm-cross-link/commit/49a1839))
31+
* send report from setupRepository ([7a3fde4](https://github.com/medikoo/npm-cross-link/commit/7a3fde4))
32+
* turn progressData.done to map ([9dc1847](https://github.com/medikoo/npm-cross-link/commit/9dc1847))
33+
34+
35+
### BREAKING CHANGES
36+
37+
* `$ npm-cross-link install` now is represented by `$ npm-cross-link`
38+
`$ npm-cross-link update-all` now is represented by
39+
`$ npm-cross-link-update-all`
40+
* Events are no longer exposed on result promise(instead they're accessible on promise.progressData)
41+
* progressDataEvent.type was moved to progressDataEvent.progressData.type
42+
* progressData.done is now a map not a set
43+
* Pending jobs are now exposed on hooks.after result of ongoing item
44+
* pacakgeContext.pendingJobs was removed
45+
* progressData.externalsMap was renamed to progressData.externals
46+
* progressData.ongoingMap was renamed to progressData.ongoing
47+
* setupRepository instead of boolean now returns set
48+
that states which operations were pursued
49+
50+
51+
552
<a name="2.0.0"></a>
653
# [2.0.0](https://github.com/medikoo/npm-cross-link/compare/v1.1.1...v2.0.0) (2018-11-12)
754

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": "2.0.0",
3+
"version": "3.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)