summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/libnpm/CHANGELOG.md
blob: e9712f7d445539c0484bec2ae15c3b07a2dd837c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Change Log

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.

<a name="2.0.1"></a>
## [2.0.1](https://github.com/npm/libnpm/compare/v2.0.0...v2.0.1) (2018-12-05)


### Bug Fixes

* **read-json:** use bluebird for promisification ([8dddde6](https://github.com/npm/libnpm/commit/8dddde6))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/npm/libnpm/compare/v1.5.0...v2.0.0) (2018-11-27)


### deps

* bump all libs ([83ae929](https://github.com/npm/libnpm/commit/83ae929))


### BREAKING CHANGES

* This includes a breaking libnpmaccess patch



<a name="1.5.0"></a>
# [1.5.0](https://github.com/npm/libnpm/compare/v1.4.0...v1.5.0) (2018-11-26)


### Features

* **pacote:** minimal requires for pacote-related APIs ([e19ce11](https://github.com/npm/libnpm/commit/e19ce11))



<a name="1.4.0"></a>
# [1.4.0](https://github.com/npm/libnpm/compare/v1.3.0...v1.4.0) (2018-11-13)


### Features

* **libnpm:** add support for partial requires ([7ba10a7](https://github.com/npm/libnpm/commit/7ba10a7))



<a name="1.3.0"></a>
# [1.3.0](https://github.com/npm/libnpm/compare/v1.2.0...v1.3.0) (2018-11-07)


### Features

* **bin:** add binLinks lib ([2f4d551](https://github.com/npm/libnpm/commit/2f4d551))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/npm/libnpm/compare/v1.1.0...v1.2.0) (2018-11-07)


### Features

* **log:** add npmlog to the bundle ([c20abd1](https://github.com/npm/libnpm/commit/c20abd1))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/npm/libnpm/compare/v1.0.0...v1.1.0) (2018-11-07)


### Features

* **config:** add libnpmconfig ([6a44725](https://github.com/npm/libnpm/commit/6a44725))
* **json+tree:** add read-package-json and npm-logical-tree ([0198a91](https://github.com/npm/libnpm/commit/0198a91))
* **lock+prefix:** add lock-verify and find-npm-prefix ([00750c9](https://github.com/npm/libnpm/commit/00750c9))
* **parseArg:** add npm-package-arg ([5712614](https://github.com/npm/libnpm/commit/5712614))
* **stringify:** add stringify-package ([0ec5bba](https://github.com/npm/libnpm/commit/0ec5bba))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/npm/libnpm/compare/v0.0.1...v1.0.0) (2018-08-31)


### Features

* **api:** document and export libnpm api ([f85f8f8](https://github.com/npm/libnpm/commit/f85f8f8))



<a name="0.0.1"></a>
## 0.0.1 (2018-04-04)