1 | # Changelog
|
---|
2 |
|
---|
3 | All notable changes to this project will be documented in this file.
|
---|
4 |
|
---|
5 | ## [6.1.1](https://github.com/npm/npm-pick-manifest/compare/v6.0.0...v6.1.0) (2020-04-07)
|
---|
6 |
|
---|
7 | * normalize package bins in returned manifest
|
---|
8 |
|
---|
9 | ## [6.1.0](https://github.com/npm/npm-pick-manifest/compare/v6.0.0...v6.1.0) (2020-04-07)
|
---|
10 |
|
---|
11 |
|
---|
12 | ### Features
|
---|
13 |
|
---|
14 | * add 'avoid' semver range option ([c64973d](https://github.com/npm/npm-pick-manifest/commit/c64973d63ddf6797edf41c20df641f816d30ff03))
|
---|
15 | * add avoidStrict option to strictly avoid ([c268796](https://github.com/npm/npm-pick-manifest/commit/c2687967b6294f5ce01aa6b59071e79272dc57de)), closes [#30](https://github.com/npm/npm-pick-manifest/issues/30)
|
---|
16 |
|
---|
17 | ## [6.0.0](https://github.com/npm/npm-pick-manifest/compare/v5.0.0...v6.0.0) (2020-02-18)
|
---|
18 |
|
---|
19 |
|
---|
20 | ### ⚠ BREAKING CHANGES
|
---|
21 |
|
---|
22 | * 'enjoyBy' is no longer an acceptable alias.
|
---|
23 |
|
---|
24 | ### Features
|
---|
25 |
|
---|
26 | * add GitHub Actions file for ci ([8985247](https://github.com/npm/npm-pick-manifest/commit/898524727fa157f46fdf4eb0c11148ae4808226b))
|
---|
27 |
|
---|
28 |
|
---|
29 | ### Bug Fixes
|
---|
30 |
|
---|
31 | * Handle edge cases around before:Date and filtering staged publishes ([ed2f92e](https://github.com/npm/npm-pick-manifest/commit/ed2f92e7fdc9cc7836b13ebc73e17d8fd296a07e))
|
---|
32 | * remove figgy pudding ([c24fed2](https://github.com/npm/npm-pick-manifest/commit/c24fed25b8f77fbbcc3107030f2dfed55fa54222))
|
---|
33 | * remove outdated cruft from docs ([aae7ef7](https://github.com/npm/npm-pick-manifest/commit/aae7ef7625ddddbac0548287e5d57b8f76593322))
|
---|
34 | * update some missing {loose:true} semver configs ([4015424](https://github.com/npm/npm-pick-manifest/commit/40154244a3fe1af86462bc1d6165199fc3315c10))
|
---|
35 | * Use canonical 'before' config name ([029de59](https://github.com/npm/npm-pick-manifest/commit/029de59bda6d3376f03760a00efe4ac9d997c623))
|
---|
36 |
|
---|
37 | ## [5.0.0](https://github.com/npm/npm-pick-manifest/compare/v4.0.0...v5.0.0) (2019-12-15)
|
---|
38 |
|
---|
39 |
|
---|
40 | ### ⚠ BREAKING CHANGES
|
---|
41 |
|
---|
42 | * This drops support for node < 10.
|
---|
43 |
|
---|
44 | * normalize settings, drop old nodes, update deps ([dc2e61c](https://github.com/npm/npm-pick-manifest/commit/dc2e61cc06bd19e079128e77397df7593741da50))
|
---|
45 |
|
---|
46 | <a name="4.0.0"></a>
|
---|
47 | # [4.0.0](https://github.com/npm/npm-pick-manifest/compare/v3.0.2...v4.0.0) (2019-11-11)
|
---|
48 |
|
---|
49 |
|
---|
50 | ### deps
|
---|
51 |
|
---|
52 | * bump npm-package-arg to v7 ([42c76d8](https://github.com/npm/npm-pick-manifest/commit/42c76d8)), closes [/github.com/npm/hosted-git-info/pull/38#issuecomment-520243803](https://github.com//github.com/npm/hosted-git-info/pull/38/issues/issuecomment-520243803)
|
---|
53 |
|
---|
54 |
|
---|
55 | ### BREAKING CHANGES
|
---|
56 |
|
---|
57 | * this drops support for ancient node versions.
|
---|
58 |
|
---|
59 |
|
---|
60 |
|
---|
61 | <a name="3.0.2"></a>
|
---|
62 | ## [3.0.2](https://github.com/npm/npm-pick-manifest/compare/v3.0.1...v3.0.2) (2019-08-30)
|
---|
63 |
|
---|
64 |
|
---|
65 |
|
---|
66 | <a name="3.0.1"></a>
|
---|
67 | ## [3.0.1](https://github.com/npm/npm-pick-manifest/compare/v3.0.0...v3.0.1) (2019-08-28)
|
---|
68 |
|
---|
69 |
|
---|
70 | ### Bug Fixes
|
---|
71 |
|
---|
72 | * throw 403 for forbidden major/minor versions ([003286e](https://github.com/npm/npm-pick-manifest/commit/003286e)), closes [#2](https://github.com/npm/npm-pick-manifest/issues/2)
|
---|
73 |
|
---|
74 |
|
---|
75 |
|
---|
76 | <a name="3.0.0"></a>
|
---|
77 | # [3.0.0](https://github.com/npm/npm-pick-manifest/compare/v2.2.3...v3.0.0) (2019-08-20)
|
---|
78 |
|
---|
79 |
|
---|
80 | ### Features
|
---|
81 |
|
---|
82 | * throw forbidden error when package is blocked by policy ([ad2a962](https://github.com/npm/npm-pick-manifest/commit/ad2a962)), closes [#1](https://github.com/npm/npm-pick-manifest/issues/1)
|
---|
83 |
|
---|
84 |
|
---|
85 | ### BREAKING CHANGES
|
---|
86 |
|
---|
87 | * This adds a new error code when package versions are
|
---|
88 | blocked.
|
---|
89 |
|
---|
90 | PR-URL: https://github.com/npm/npm-pick-manifest/pull/1
|
---|
91 | Credit: @claudiahdz
|
---|
92 |
|
---|
93 |
|
---|
94 |
|
---|
95 | <a name="2.2.3"></a>
|
---|
96 | ## [2.2.3](https://github.com/npm/npm-pick-manifest/compare/v2.2.2...v2.2.3) (2018-10-31)
|
---|
97 |
|
---|
98 |
|
---|
99 | ### Bug Fixes
|
---|
100 |
|
---|
101 | * **enjoyBy:** rework semantics for enjoyBy again ([5e89b62](https://github.com/npm/npm-pick-manifest/commit/5e89b62))
|
---|
102 |
|
---|
103 |
|
---|
104 |
|
---|
105 | <a name="2.2.2"></a>
|
---|
106 | ## [2.2.2](https://github.com/npm/npm-pick-manifest/compare/v2.2.1...v2.2.2) (2018-10-31)
|
---|
107 |
|
---|
108 |
|
---|
109 | ### Bug Fixes
|
---|
110 |
|
---|
111 | * **enjoyBy:** rework semantics for enjoyBy ([5684f45](https://github.com/npm/npm-pick-manifest/commit/5684f45))
|
---|
112 |
|
---|
113 |
|
---|
114 |
|
---|
115 | <a name="2.2.1"></a>
|
---|
116 | ## [2.2.1](https://github.com/npm/npm-pick-manifest/compare/v2.2.0...v2.2.1) (2018-10-30)
|
---|
117 |
|
---|
118 |
|
---|
119 |
|
---|
120 | <a name="2.2.0"></a>
|
---|
121 | # [2.2.0](https://github.com/npm/npm-pick-manifest/compare/v2.1.0...v2.2.0) (2018-10-30)
|
---|
122 |
|
---|
123 |
|
---|
124 | ### Bug Fixes
|
---|
125 |
|
---|
126 | * **audit:** npm audit fix --force ([d5ae6c4](https://github.com/npm/npm-pick-manifest/commit/d5ae6c4))
|
---|
127 |
|
---|
128 |
|
---|
129 | ### Features
|
---|
130 |
|
---|
131 | * **enjoyBy:** add opts.enjoyBy option to filter versions by date ([0b8a790](https://github.com/npm/npm-pick-manifest/commit/0b8a790))
|
---|
132 |
|
---|
133 |
|
---|
134 |
|
---|
135 | <a name="2.1.0"></a>
|
---|
136 | # [2.1.0](https://github.com/npm/npm-pick-manifest/compare/v2.0.1...v2.1.0) (2017-10-18)
|
---|
137 |
|
---|
138 |
|
---|
139 | ### Features
|
---|
140 |
|
---|
141 | * **selection:** allow manually disabling deprecation skipping ([0d239d3](https://github.com/npm/npm-pick-manifest/commit/0d239d3))
|
---|
142 |
|
---|
143 |
|
---|
144 |
|
---|
145 | <a name="2.0.1"></a>
|
---|
146 | ## [2.0.1](https://github.com/npm/npm-pick-manifest/compare/v2.0.0...v2.0.1) (2017-10-18)
|
---|
147 |
|
---|
148 |
|
---|
149 |
|
---|
150 | <a name="2.0.0"></a>
|
---|
151 | # [2.0.0](https://github.com/npm/npm-pick-manifest/compare/v1.0.4...v2.0.0) (2017-10-03)
|
---|
152 |
|
---|
153 |
|
---|
154 | ### Bug Fixes
|
---|
155 |
|
---|
156 | * **license:** relicense project according to npm policy (#3) ([ed743a0](https://github.com/npm/npm-pick-manifest/commit/ed743a0))
|
---|
157 |
|
---|
158 |
|
---|
159 | ### Features
|
---|
160 |
|
---|
161 | * **selection:** Avoid matching deprecated packages if possible ([3fc6c3a](https://github.com/npm/npm-pick-manifest/commit/3fc6c3a))
|
---|
162 |
|
---|
163 |
|
---|
164 | ### BREAKING CHANGES
|
---|
165 |
|
---|
166 | * **selection:** deprecated versions may be skipped now
|
---|
167 | * **license:** This moves the license from CC0 to ISC and properly documents the copyright as belonging to npm, Inc.
|
---|
168 |
|
---|
169 |
|
---|
170 |
|
---|
171 | <a name="1.0.4"></a>
|
---|
172 | ## [1.0.4](https://github.com/npm/npm-pick-manifest/compare/v1.0.3...v1.0.4) (2017-06-29)
|
---|
173 |
|
---|
174 |
|
---|
175 | ### Bug Fixes
|
---|
176 |
|
---|
177 | * **npa:** bump npa version for bugfixes ([7cdaca7](https://github.com/npm/npm-pick-manifest/commit/7cdaca7))
|
---|
178 | * **semver:** use loose semver parsing for *all* ops ([bbc0daa](https://github.com/npm/npm-pick-manifest/commit/bbc0daa))
|
---|
179 |
|
---|
180 |
|
---|
181 |
|
---|
182 | <a name="1.0.3"></a>
|
---|
183 | ## [1.0.3](https://github.com/npm/npm-pick-manifest/compare/v1.0.2...v1.0.3) (2017-05-04)
|
---|
184 |
|
---|
185 |
|
---|
186 | ### Bug Fixes
|
---|
187 |
|
---|
188 | * **semver:** use semver.clean() instead ([f4133b5](https://github.com/npm/npm-pick-manifest/commit/f4133b5))
|
---|
189 |
|
---|
190 |
|
---|
191 |
|
---|
192 | <a name="1.0.2"></a>
|
---|
193 | ## [1.0.2](https://github.com/npm/npm-pick-manifest/compare/v1.0.1...v1.0.2) (2017-05-04)
|
---|
194 |
|
---|
195 |
|
---|
196 | ### Bug Fixes
|
---|
197 |
|
---|
198 | * **picker:** spaces in `wanted` prevented match ([97a7d0a](https://github.com/npm/npm-pick-manifest/commit/97a7d0a))
|
---|
199 |
|
---|
200 |
|
---|
201 |
|
---|
202 | <a name="1.0.1"></a>
|
---|
203 | ## [1.0.1](https://github.com/npm/npm-pick-manifest/compare/v1.0.0...v1.0.1) (2017-04-24)
|
---|
204 |
|
---|
205 |
|
---|
206 | ### Bug Fixes
|
---|
207 |
|
---|
208 | * **deps:** forgot to add semver ([1876f4f](https://github.com/npm/npm-pick-manifest/commit/1876f4f))
|
---|
209 |
|
---|
210 |
|
---|
211 |
|
---|
212 | <a name="1.0.0"></a>
|
---|
213 | # 1.0.0 (2017-04-24)
|
---|
214 |
|
---|
215 |
|
---|
216 | ### Features
|
---|
217 |
|
---|
218 | * **api:** initial implementation. ([b086912](https://github.com/npm/npm-pick-manifest/commit/b086912))
|
---|
219 |
|
---|
220 |
|
---|
221 | ### BREAKING CHANGES
|
---|
222 |
|
---|
223 | * **api:** ex nihilo
|
---|