UNPKG

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