Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 72f4167

Browse files
committed
chore: release version v0.23.0
1 parent b5147de commit 72f4167

File tree

2 files changed

+392
-1
lines changed

2 files changed

+392
-1
lines changed

CHANGELOG.md

+391
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,391 @@
1+
<a name="0.23.0"></a>
2+
# [0.23.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.22.5...v0.23.0) (2017-11-07)
3+
4+
5+
### Features
6+
7+
* Include hash field for exported files ([#191](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/191)) ([8b13957](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/8b13957))
8+
9+
10+
11+
<a name="0.22.5"></a>
12+
## [0.22.5](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.22.4...v0.22.5) (2017-09-08)
13+
14+
15+
### Features
16+
17+
* Use passed cidVersion option when writing to storage ([#185](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/185)) ([0cd2d60](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/0cd2d60))
18+
19+
20+
21+
<a name="0.22.4"></a>
22+
## [0.22.4](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.22.3...v0.22.4) (2017-09-08)
23+
24+
25+
### Features
26+
27+
* allow specify hash algorithm for large files ([#184](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/184)) ([69915da](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/69915da))
28+
29+
30+
31+
<a name="0.22.3"></a>
32+
## [0.22.3](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.22.2...v0.22.3) (2017-09-07)
33+
34+
35+
36+
<a name="0.22.2"></a>
37+
## [0.22.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.22.1...v0.22.2) (2017-09-07)
38+
39+
40+
### Features
41+
42+
* Add `onlyHash` option ([#183](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/183)) ([7450a65](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/7450a65))
43+
* adds call to progress bar function ([#179](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/179)) ([ac6f722](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/ac6f722))
44+
45+
46+
47+
<a name="0.22.1"></a>
48+
## [0.22.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.22.0...v0.22.1) (2017-09-04)
49+
50+
51+
52+
<a name="0.22.0"></a>
53+
# [0.22.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.21.0...v0.22.0) (2017-07-23)
54+
55+
56+
57+
<a name="0.21.0"></a>
58+
# [0.21.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.20.0...v0.21.0) (2017-07-04)
59+
60+
61+
62+
<a name="0.20.0"></a>
63+
# [0.20.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.19.2...v0.20.0) (2017-06-16)
64+
65+
66+
### Features
67+
68+
* subtree support ([#175](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/175)) ([16b788c](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/16b788c))
69+
70+
71+
72+
<a name="0.19.2"></a>
73+
## [0.19.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.19.1...v0.19.2) (2017-05-25)
74+
75+
76+
### Bug Fixes
77+
78+
* **package:** update cids to version 0.5.0 ([59d6d0a](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/59d6d0a))
79+
80+
81+
### Features
82+
83+
* dag-api direct support ([adaeb37](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/adaeb37))
84+
85+
86+
87+
<a name="0.19.1"></a>
88+
## [0.19.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.19.0...v0.19.1) (2017-03-29)
89+
90+
91+
### Bug Fixes
92+
93+
* adding a dir: leaf node gets replaced with dir if necessary ([1d682ec](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/1d682ec))
94+
95+
96+
97+
<a name="0.19.0"></a>
98+
# [0.19.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.18.0...v0.19.0) (2017-03-24)
99+
100+
101+
### Bug Fixes
102+
103+
* breaking the stack when importing ([993f746](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/993f746))
104+
* passing browser tests ([29b2740](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/29b2740))
105+
* using correct murmur3 codec name ([295d86e](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/295d86e))
106+
* using the new IPLD API ([a80f4d8](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/a80f4d8))
107+
108+
109+
110+
<a name="0.18.0"></a>
111+
# [0.18.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.17.0...v0.18.0) (2017-03-22)
112+
113+
114+
### Bug Fixes
115+
116+
* **package:** update ipld-dag-pb to version 0.10.0 ([#154](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/154)) ([304ff25](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/304ff25))
117+
* **package:** update pull-pause to version 0.0.1 ([#153](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/153)) ([4dd2143](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/4dd2143))
118+
119+
120+
### Features
121+
122+
* upgrade to the next version of ipfs-block and blockservice ([0ca25b2](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/0ca25b2))
123+
124+
125+
126+
<a name="0.17.0"></a>
127+
# [0.17.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.16.1...v0.17.0) (2017-02-08)
128+
129+
130+
### Features
131+
132+
* update to latest ipld-resolver ([#137](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/137)) ([211dfb6](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/211dfb6))
133+
134+
135+
136+
<a name="0.16.1"></a>
137+
## [0.16.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.16.0...v0.16.1) (2017-02-02)
138+
139+
140+
### Bug Fixes
141+
142+
* exporter: recurse correctly into subdirs ([#136](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/136)) ([69c0d04](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/69c0d04))
143+
144+
145+
146+
<a name="0.16.0"></a>
147+
# [0.16.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.15.4...v0.16.0) (2017-02-02)
148+
149+
150+
### Bug Fixes
151+
152+
* **package:** update is-ipfs to version 0.3.0 ([#134](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/134)) ([0063f9d](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/0063f9d))
153+
154+
155+
156+
<a name="0.15.4"></a>
157+
## [0.15.4](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.15.3...v0.15.4) (2017-01-31)
158+
159+
160+
### Bug Fixes
161+
162+
* case for empty file ([#132](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/132)) ([fee55d1](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/fee55d1))
163+
164+
165+
166+
<a name="0.15.3"></a>
167+
## [0.15.3](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.15.2...v0.15.3) (2017-01-30)
168+
169+
170+
### Bug Fixes
171+
172+
* expect empty stream to not generate any nodes ([#131](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/131)) ([7b054b6](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/7b054b6))
173+
174+
175+
176+
<a name="0.15.2"></a>
177+
## [0.15.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.15.1...v0.15.2) (2017-01-30)
178+
179+
180+
### Bug Fixes
181+
182+
* stop export visitor from trying to resolve leaf object ([#130](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/130)) ([651f113](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/651f113))
183+
184+
185+
186+
<a name="0.15.1"></a>
187+
## [0.15.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.15.0...v0.15.1) (2017-01-29)
188+
189+
190+
### Bug Fixes
191+
192+
* **package:** update cids to version 0.4.0 ([#122](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/122)) ([65a6759](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/65a6759))
193+
194+
195+
196+
<a name="0.15.0"></a>
197+
# [0.15.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.14.2...v0.15.0) (2017-01-11)
198+
199+
200+
201+
<a name="0.14.2"></a>
202+
## [0.14.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.14.1...v0.14.2) (2016-12-13)
203+
204+
205+
206+
<a name="0.14.1"></a>
207+
## [0.14.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.14.0...v0.14.1) (2016-12-08)
208+
209+
210+
211+
<a name="0.14.0"></a>
212+
# [0.14.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.13.0...v0.14.0) (2016-11-24)
213+
214+
215+
### Features
216+
217+
* upgrade to latest dag-pb API ([#88](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/88)) ([51d1245](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/51d1245))
218+
219+
220+
221+
<a name="0.13.0"></a>
222+
# [0.13.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.12.0...v0.13.0) (2016-11-03)
223+
224+
225+
226+
<a name="0.12.0"></a>
227+
# [0.12.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.11.4...v0.12.0) (2016-10-28)
228+
229+
230+
### Bug Fixes
231+
232+
* **exporter:** add some parallel fetching of blocks where possible ([43503d4](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/43503d4))
233+
234+
235+
### Features
236+
237+
* migrate importer to use IPLD Resolver and the new IPLD format ([89c3602](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/89c3602))
238+
239+
240+
241+
<a name="0.11.4"></a>
242+
## [0.11.4](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.11.3...v0.11.4) (2016-09-11)
243+
244+
245+
### Features
246+
247+
* **exporter:** implement recursive file export ([68e09a7](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/68e09a7))
248+
249+
250+
251+
<a name="0.11.3"></a>
252+
## [0.11.3](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.11.2...v0.11.3) (2016-09-09)
253+
254+
255+
### Features
256+
257+
* **exporter:** return file sizes ([73cf78a](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/73cf78a))
258+
259+
260+
261+
<a name="0.11.2"></a>
262+
## [0.11.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.11.1...v0.11.2) (2016-09-09)
263+
264+
265+
266+
<a name="0.11.1"></a>
267+
## [0.11.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.11.0...v0.11.1) (2016-09-09)
268+
269+
270+
271+
<a name="0.11.0"></a>
272+
# [0.11.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.10.2...v0.11.0) (2016-09-08)
273+
274+
275+
### Bug Fixes
276+
277+
* **tests:** ignore ordering ([f8d1b2a](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/f8d1b2a))
278+
279+
280+
281+
<a name="0.10.2"></a>
282+
## [0.10.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.10.1...v0.10.2) (2016-08-09)
283+
284+
285+
286+
<a name="0.10.1"></a>
287+
## [0.10.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.10.0...v0.10.1) (2016-08-09)
288+
289+
290+
291+
<a name="0.10.0"></a>
292+
# [0.10.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.9.0...v0.10.0) (2016-06-28)
293+
294+
295+
296+
<a name="0.9.0"></a>
297+
# [0.9.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.8.0...v0.9.0) (2016-05-27)
298+
299+
300+
301+
<a name="0.8.0"></a>
302+
# [0.8.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.7.0...v0.8.0) (2016-05-21)
303+
304+
305+
306+
<a name="0.7.0"></a>
307+
# [0.7.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.6.1...v0.7.0) (2016-05-21)
308+
309+
310+
311+
<a name="0.6.1"></a>
312+
## [0.6.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.6.0...v0.6.1) (2016-05-05)
313+
314+
315+
316+
<a name="0.6.0"></a>
317+
# [0.6.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.5.0...v0.6.0) (2016-05-03)
318+
319+
320+
321+
<a name="0.5.0"></a>
322+
# [0.5.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.4.5...v0.5.0) (2016-04-26)
323+
324+
325+
326+
<a name="0.4.5"></a>
327+
## [0.4.5](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.4.4...v0.4.5) (2016-04-24)
328+
329+
330+
331+
<a name="0.4.4"></a>
332+
## [0.4.4](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.4.3...v0.4.4) (2016-04-24)
333+
334+
335+
336+
<a name="0.4.3"></a>
337+
## [0.4.3](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.4.2...v0.4.3) (2016-04-24)
338+
339+
340+
### Bug Fixes
341+
342+
* clean up dependencies ([a3bee40](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/a3bee40))
343+
* **importer:** cleanup smaller issues ([eab17fe](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/eab17fe))
344+
345+
346+
347+
<a name="0.4.2"></a>
348+
## [0.4.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.4.1...v0.4.2) (2016-04-19)
349+
350+
351+
352+
<a name="0.4.1"></a>
353+
## [0.4.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.4.0...v0.4.1) (2016-04-19)
354+
355+
356+
357+
<a name="0.4.0"></a>
358+
# [0.4.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.3.3...v0.4.0) (2016-04-19)
359+
360+
361+
362+
<a name="0.3.3"></a>
363+
## [0.3.3](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.3.2...v0.3.3) (2016-03-22)
364+
365+
366+
367+
<a name="0.3.2"></a>
368+
## [0.3.2](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.3.1...v0.3.2) (2016-03-22)
369+
370+
371+
372+
<a name="0.3.1"></a>
373+
## [0.3.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.3.0...v0.3.1) (2016-03-22)
374+
375+
376+
377+
<a name="0.3.0"></a>
378+
# [0.3.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.2.0...v0.3.0) (2016-03-21)
379+
380+
381+
382+
<a name="0.2.0"></a>
383+
# [0.2.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.1.0...v0.2.0) (2016-02-17)
384+
385+
386+
387+
<a name="0.1.0"></a>
388+
# 0.1.0 (2016-02-12)
389+
390+
391+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-engine",
3-
"version": "0.22.5",
3+
"version": "0.23.0",
44
"description": "JavaScript implementation of the unixfs Engine used by IPFS",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)