UNPKG

10.9 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [8.4.2](https://github.com/verdaccio/monorepo/compare/v8.4.1...v8.4.2) (2019-11-23)
7
8**Note:** Version bump only for package @verdaccio/local-storage
9
10
11
12
13
14## [8.4.1](https://github.com/verdaccio/monorepo/compare/v8.4.0...v8.4.1) (2019-11-22)
15
16**Note:** Version bump only for package @verdaccio/local-storage
17
18
19
20
21
22# [8.4.0](https://github.com/verdaccio/monorepo/compare/v8.3.0...v8.4.0) (2019-11-22)
23
24**Note:** Version bump only for package @verdaccio/local-storage
25
26
27
28
29
30# [8.3.0](https://github.com/verdaccio/monorepo/compare/v8.2.0...v8.3.0) (2019-10-27)
31
32**Note:** Version bump only for package @verdaccio/local-storage
33
34
35
36
37
38# [8.2.0](https://github.com/verdaccio/monorepo/compare/v8.2.0-next.0...v8.2.0) (2019-10-23)
39
40**Note:** Version bump only for package @verdaccio/local-storage
41
42
43
44
45
46# [8.2.0-next.0](https://github.com/verdaccio/monorepo/compare/v8.1.4...v8.2.0-next.0) (2019-10-08)
47
48
49### Bug Fixes
50
51* fixed lint errors ([5e677f7](https://github.com/verdaccio/monorepo/commit/5e677f7))
52
53
54
55
56
57## [8.1.2](https://github.com/verdaccio/monorepo/compare/v8.1.1...v8.1.2) (2019-09-29)
58
59**Note:** Version bump only for package @verdaccio/local-storage
60
61
62
63
64
65## [8.1.1](https://github.com/verdaccio/monorepo/compare/v8.1.0...v8.1.1) (2019-09-26)
66
67**Note:** Version bump only for package @verdaccio/local-storage
68
69
70
71
72
73# [8.1.0](https://github.com/verdaccio/monorepo/compare/v8.0.1-next.1...v8.1.0) (2019-09-07)
74
75**Note:** Version bump only for package @verdaccio/local-storage
76
77
78
79
80
81## [8.0.1-next.1](https://github.com/verdaccio/monorepo/compare/v8.0.1-next.0...v8.0.1-next.1) (2019-08-29)
82
83**Note:** Version bump only for package @verdaccio/local-storage
84
85
86
87
88
89## [8.0.1-next.0](https://github.com/verdaccio/monorepo/compare/v8.0.0...v8.0.1-next.0) (2019-08-29)
90
91**Note:** Version bump only for package @verdaccio/local-storage
92
93
94
95
96
97# [8.0.0](https://github.com/verdaccio/monorepo/compare/v8.0.0-next.4...v8.0.0) (2019-08-22)
98
99**Note:** Version bump only for package @verdaccio/local-storage
100
101
102
103
104
105# [8.0.0-next.4](https://github.com/verdaccio/monorepo/compare/v8.0.0-next.3...v8.0.0-next.4) (2019-08-18)
106
107**Note:** Version bump only for package @verdaccio/local-storage
108
109
110
111
112
113# [8.0.0-next.3](https://github.com/verdaccio/monorepo/compare/v8.0.0-next.2...v8.0.0-next.3) (2019-08-16)
114
115
116### Bug Fixes
117
118* restore closure ([32b9d7e](https://github.com/verdaccio/monorepo/commit/32b9d7e))
119* **build:** error on types for fs callback ([cc35acb](https://github.com/verdaccio/monorepo/commit/cc35acb))
120* Add DATE and VERSION in search result ([e352b75](https://github.com/verdaccio/monorepo/commit/e352b75))
121* avoid open write stream if resource exist [#1191](https://github.com/verdaccio/monorepo/issues/1191) ([f041d3f](https://github.com/verdaccio/monorepo/commit/f041d3f))
122* bug fixing integration ([6c75ac8](https://github.com/verdaccio/monorepo/commit/6c75ac8))
123* build before publish ([cd6c7ff](https://github.com/verdaccio/monorepo/commit/cd6c7ff))
124* check whether path exist before return result ([a4d2af1](https://github.com/verdaccio/monorepo/commit/a4d2af1))
125* flow issues ([f42a284](https://github.com/verdaccio/monorepo/commit/f42a284))
126* ignore flow on this one, we need it ([c8e0b2b](https://github.com/verdaccio/monorepo/commit/c8e0b2b))
127* local storage requires package.json file for read, save and create all the time ([33c847b](https://github.com/verdaccio/monorepo/commit/33c847b))
128* migration from main repository merge [#306](https://github.com/verdaccio/monorepo/issues/306) ([8fbe86e](https://github.com/verdaccio/monorepo/commit/8fbe86e))
129* missing callback ([abfc422](https://github.com/verdaccio/monorepo/commit/abfc422))
130* missing error code ([7121939](https://github.com/verdaccio/monorepo/commit/7121939))
131* move to local storage the fs location handler ([3b12083](https://github.com/verdaccio/monorepo/commit/3b12083))
132* mtimeMs is not backward compatible ([c6f74eb](https://github.com/verdaccio/monorepo/commit/c6f74eb))
133* remove temp file whether is emtpy and fails ([655102f](https://github.com/verdaccio/monorepo/commit/655102f))
134* remove uncessary async ([3e3e3a6](https://github.com/verdaccio/monorepo/commit/3e3e3a6))
135* remove unused parameters ([554e301](https://github.com/verdaccio/monorepo/commit/554e301))
136* restore build path ([4902042](https://github.com/verdaccio/monorepo/commit/4902042))
137* return time as milliseconds ([15467ba](https://github.com/verdaccio/monorepo/commit/15467ba))
138* sync after set secret ([2abae4f](https://github.com/verdaccio/monorepo/commit/2abae4f))
139* temp files are written into the storage ([89a1dc8](https://github.com/verdaccio/monorepo/commit/89a1dc8))
140* unit test ([995a27c](https://github.com/verdaccio/monorepo/commit/995a27c))
141* update @verdaccio/file-locking@1.0.0 ([9bd36f0](https://github.com/verdaccio/monorepo/commit/9bd36f0))
142* update lodash types ([184466c](https://github.com/verdaccio/monorepo/commit/184466c))
143
144
145### Features
146
147* token support with level.js ([#168](https://github.com/verdaccio/monorepo/issues/168)) ([ca877ff](https://github.com/verdaccio/monorepo/commit/ca877ff))
148* **build:** standardize build ([33fe090](https://github.com/verdaccio/monorepo/commit/33fe090))
149* change new db name to verdaccio ([#83](https://github.com/verdaccio/monorepo/issues/83)) ([edfca9f](https://github.com/verdaccio/monorepo/commit/edfca9f))
150* drop node v6 support ([664f288](https://github.com/verdaccio/monorepo/commit/664f288))
151* implement search ([2e2bb32](https://github.com/verdaccio/monorepo/commit/2e2bb32))
152* migrate to typescript ([c439d25](https://github.com/verdaccio/monorepo/commit/c439d25))
153* update database method with callbacks ([ef202a9](https://github.com/verdaccio/monorepo/commit/ef202a9))
154* update minor dependencies ([007b026](https://github.com/verdaccio/monorepo/commit/007b026))
155
156
157
158
159
160# Changelog
161
162All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
163
164## [2.3.0](https://github.com/verdaccio/local-storage/compare/v2.2.1...v2.3.0) (2019-08-13)
165
166
167### Bug Fixes
168
169* restore closure ([8ec27f2](https://github.com/verdaccio/local-storage/commit/8ec27f2))
170
171
172### Features
173
174* add logging for each method ([3c915c7](https://github.com/verdaccio/local-storage/commit/3c915c7))
175* token support with level.js ([#168](https://github.com/verdaccio/local-storage/issues/168)) ([16727bd](https://github.com/verdaccio/local-storage/commit/16727bd))
176
177### [2.2.1](https://github.com/verdaccio/local-storage/compare/v2.2.0...v2.2.1) (2019-06-30)
178
179
180### Bug Fixes
181
182* **build:** error on types for fs callback ([774d808](https://github.com/verdaccio/local-storage/commit/774d808))
183
184
185
186## [2.2.0](https://github.com/verdaccio/local-storage/compare/v2.1.0...v2.2.0) (2019-06-30)
187
188
189### Features
190
191* **build:** standardize build ([eba832e](https://github.com/verdaccio/local-storage/commit/eba832e))
192
193
194
195# [2.1.0](https://github.com/verdaccio/local-storage/compare/v2.0.0...v2.1.0) (2019-03-29)
196
197
198### Bug Fixes
199
200* remove uncessary async ([23a09f3](https://github.com/verdaccio/local-storage/commit/23a09f3))
201
202
203### Features
204
205* drop node v6 support ([ef548e0](https://github.com/verdaccio/local-storage/commit/ef548e0))
206
207
208
209# [2.0.0](https://github.com/verdaccio/local-storage/compare/v2.0.0-beta.3...v2.0.0) (2019-03-29)
210
211
212
213<a name="2.0.0-beta.3"></a>
214# [2.0.0-beta.3](https://github.com/verdaccio/local-storage/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2019-02-24)
215
216
217### Bug Fixes
218
219* update [@verdaccio](https://github.com/verdaccio)/file-locking@1.0.0 ([587245d](https://github.com/verdaccio/local-storage/commit/587245d))
220
221
222
223<a name="2.0.0-beta.2"></a>
224# [2.0.0-beta.2](https://github.com/verdaccio/local-storage/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2019-02-24)
225
226
227### Bug Fixes
228
229* avoid open write stream if resource exist [#1191](https://github.com/verdaccio/local-storage/issues/1191) ([b13904a](https://github.com/verdaccio/local-storage/commit/b13904a))
230* package.json to reduce vulnerabilities ([97e9dc3](https://github.com/verdaccio/local-storage/commit/97e9dc3))
231
232
233
234<a name="2.0.0-beta.1"></a>
235# [2.0.0-beta.1](https://github.com/verdaccio/local-storage/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2019-02-03)
236
237
238
239<a name="2.0.0-beta.0"></a>
240# [2.0.0-beta.0](https://github.com/verdaccio/local-storage/compare/v1.2.0...v2.0.0-beta.0) (2019-02-01)
241
242
243### Bug Fixes
244
245* **deps:** update dependency lodash to v4.17.11 ([682616a](https://github.com/verdaccio/local-storage/commit/682616a))
246
247
248### Features
249
250* custom storage location ([b1423cd](https://github.com/verdaccio/local-storage/commit/b1423cd))
251* migrate to typescript ([fe8344b](https://github.com/verdaccio/local-storage/commit/fe8344b))
252
253
254### BREAKING CHANGES
255
256* we change from boolean value to string within the config file
257
258
259
260<a name="1.2.0"></a>
261# [1.2.0](https://github.com/verdaccio/local-storage/compare/v1.1.3...v1.2.0) (2018-08-25)
262
263
264### Features
265
266* change new db name to verdaccio ([#83](https://github.com/verdaccio/local-storage/issues/83)) ([143977d](https://github.com/verdaccio/local-storage/commit/143977d))
267
268
269
270<a name="1.1.3"></a>
271## [1.1.3](https://github.com/verdaccio/local-storage/compare/v1.1.2...v1.1.3) (2018-07-15)
272
273
274### Bug Fixes
275
276* remove unused parameters ([3ce374a](https://github.com/verdaccio/local-storage/commit/3ce374a))
277
278
279
280<a name="1.1.2"></a>
281## [1.1.2](https://github.com/verdaccio/local-storage/compare/v1.1.1...v1.1.2) (2018-06-09)
282
283
284### Bug Fixes
285
286* return time as milliseconds ([c98be85](https://github.com/verdaccio/local-storage/commit/c98be85))
287
288
289
290<a name="1.1.1"></a>
291## [1.1.1](https://github.com/verdaccio/local-storage/compare/v1.1.0...v1.1.1) (2018-06-08)
292
293
294### Bug Fixes
295
296* check whether path exist before return result ([cb5d4ef](https://github.com/verdaccio/local-storage/commit/cb5d4ef))
297
298
299
300<a name="1.1.0"></a>
301# [1.1.0](https://github.com/verdaccio/local-storage/compare/v1.0.3...v1.1.0) (2018-06-08)
302
303
304### Bug Fixes
305
306* **deps:** update dependency async to v2.6.1 ([487b095](https://github.com/verdaccio/local-storage/commit/487b095))
307
308
309### Features
310
311* implement search ([f884a24](https://github.com/verdaccio/local-storage/commit/f884a24))
312
313
314
315<a name="0.2.0"></a>
316# [0.2.0](https://github.com/verdaccio/local-storage/compare/v0.1.4...v0.2.0) (2018-01-17)
317
318
319### Features
320
321* update minor dependencies ([92daa81](https://github.com/verdaccio/local-storage/commit/92daa81))
322
323
324
325<a name="0.1.4"></a>
326## [0.1.4](https://github.com/verdaccio/local-storage/compare/v0.1.3...v0.1.4) (2018-01-17)
327
328
329### Bug Fixes
330
331* remove temp file whether is emtpy and fails ([593e162](https://github.com/verdaccio/local-storage/commit/593e162))
332* unit test ([2573f30](https://github.com/verdaccio/local-storage/commit/2573f30))