• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Change Log
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5<a name="3.0.1"></a>
6## [3.0.1](https://github.com/npm/libnpm/compare/v3.0.0...v3.0.1) (2019-07-16)
7
8
9
10<a name="3.0.0"></a>
11# [3.0.0](https://github.com/npm/libnpm/compare/v2.0.1...v3.0.0) (2019-07-10)
12
13
14* npm-lifecycle@3.0.0 ([56cc8e5](https://github.com/npm/libnpm/commit/56cc8e5))
15
16
17### BREAKING CHANGES
18
19* requires updating node-gyp in npm/cli
20
21
22
23<a name="2.0.1"></a>
24## [2.0.1](https://github.com/npm/libnpm/compare/v2.0.0...v2.0.1) (2018-12-05)
25
26
27### Bug Fixes
28
29* **read-json:** use bluebird for promisification ([8dddde6](https://github.com/npm/libnpm/commit/8dddde6))
30
31
32
33<a name="2.0.0"></a>
34# [2.0.0](https://github.com/npm/libnpm/compare/v1.5.0...v2.0.0) (2018-11-27)
35
36
37### deps
38
39* bump all libs ([83ae929](https://github.com/npm/libnpm/commit/83ae929))
40
41
42### BREAKING CHANGES
43
44* This includes a breaking libnpmaccess patch
45
46
47
48<a name="1.5.0"></a>
49# [1.5.0](https://github.com/npm/libnpm/compare/v1.4.0...v1.5.0) (2018-11-26)
50
51
52### Features
53
54* **pacote:** minimal requires for pacote-related APIs ([e19ce11](https://github.com/npm/libnpm/commit/e19ce11))
55
56
57
58<a name="1.4.0"></a>
59# [1.4.0](https://github.com/npm/libnpm/compare/v1.3.0...v1.4.0) (2018-11-13)
60
61
62### Features
63
64* **libnpm:** add support for partial requires ([7ba10a7](https://github.com/npm/libnpm/commit/7ba10a7))
65
66
67
68<a name="1.3.0"></a>
69# [1.3.0](https://github.com/npm/libnpm/compare/v1.2.0...v1.3.0) (2018-11-07)
70
71
72### Features
73
74* **bin:** add binLinks lib ([2f4d551](https://github.com/npm/libnpm/commit/2f4d551))
75
76
77
78<a name="1.2.0"></a>
79# [1.2.0](https://github.com/npm/libnpm/compare/v1.1.0...v1.2.0) (2018-11-07)
80
81
82### Features
83
84* **log:** add npmlog to the bundle ([c20abd1](https://github.com/npm/libnpm/commit/c20abd1))
85
86
87
88<a name="1.1.0"></a>
89# [1.1.0](https://github.com/npm/libnpm/compare/v1.0.0...v1.1.0) (2018-11-07)
90
91
92### Features
93
94* **config:** add libnpmconfig ([6a44725](https://github.com/npm/libnpm/commit/6a44725))
95* **json+tree:** add read-package-json and npm-logical-tree ([0198a91](https://github.com/npm/libnpm/commit/0198a91))
96* **lock+prefix:** add lock-verify and find-npm-prefix ([00750c9](https://github.com/npm/libnpm/commit/00750c9))
97* **parseArg:** add npm-package-arg ([5712614](https://github.com/npm/libnpm/commit/5712614))
98* **stringify:** add stringify-package ([0ec5bba](https://github.com/npm/libnpm/commit/0ec5bba))
99
100
101
102<a name="1.0.0"></a>
103# [1.0.0](https://github.com/npm/libnpm/compare/v0.0.1...v1.0.0) (2018-08-31)
104
105
106### Features
107
108* **api:** document and export libnpm api ([f85f8f8](https://github.com/npm/libnpm/commit/f85f8f8))
109
110
111
112<a name="0.0.1"></a>
113## 0.0.1 (2018-04-04)
114