Skip to content

Commit d46e26c

Browse files
committed
chore: release version v0.18.0
1 parent 593f650 commit d46e26c

File tree

2 files changed

+282
-1
lines changed

2 files changed

+282
-1
lines changed

CHANGELOG.md

Lines changed: 281 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,281 @@
1+
<a name="0.18.0"></a>
2+
# [0.18.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.17.0...v0.18.0) (2017-11-04)
3+
4+
5+
### Bug Fixes
6+
7+
* remove unused multiaddr dependency ([#143](https://github.com/ipfs/js-ipfs-repo/issues/143)) ([72b74ce](https://github.com/ipfs/js-ipfs-repo/commit/72b74ce))
8+
9+
10+
### Features
11+
12+
* Windows interop ([#146](https://github.com/ipfs/js-ipfs-repo/issues/146)) ([fc66c06](https://github.com/ipfs/js-ipfs-repo/commit/fc66c06))
13+
14+
15+
16+
<a name="0.17.0"></a>
17+
# [0.17.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.15.0...v0.17.0) (2017-07-23)
18+
19+
20+
### Bug Fixes
21+
22+
* the prune of webcrypto-ossl ([b5187e7](https://github.com/ipfs/js-ipfs-repo/commit/b5187e7))
23+
24+
25+
26+
<a name="0.15.0"></a>
27+
# [0.15.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.14.0...v0.15.0) (2017-07-04)
28+
29+
30+
31+
<a name="0.14.0"></a>
32+
# [0.14.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.13.2...v0.14.0) (2017-06-27)
33+
34+
35+
### Bug Fixes
36+
37+
* add backwards compatibility and more tests ([#138](https://github.com/ipfs/js-ipfs-repo/issues/138)) ([60e0da7](https://github.com/ipfs/js-ipfs-repo/commit/60e0da7))
38+
39+
40+
41+
<a name="0.13.2"></a>
42+
## [0.13.2](https://github.com/ipfs/js-ipfs-repo/compare/v0.13.1...v0.13.2) (2017-06-04)
43+
44+
45+
### Bug Fixes
46+
47+
* remove the extensions .data that got introduced by [#136](https://github.com/ipfs/js-ipfs-repo/issues/136) ([1c80df2](https://github.com/ipfs/js-ipfs-repo/commit/1c80df2))
48+
49+
50+
51+
<a name="0.13.1"></a>
52+
## [0.13.1](https://github.com/ipfs/js-ipfs-repo/compare/v0.13.0...v0.13.1) (2017-05-23)
53+
54+
55+
56+
<a name="0.13.0"></a>
57+
# [0.13.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.12.0...v0.13.0) (2017-03-23)
58+
59+
60+
### Bug Fixes
61+
62+
* use open method and fork of level-js ([#128](https://github.com/ipfs/js-ipfs-repo/issues/128)) ([a8f59c4](https://github.com/ipfs/js-ipfs-repo/commit/a8f59c4))
63+
64+
65+
66+
<a name="0.12.0"></a>
67+
# [0.12.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.11.3...v0.12.0) (2017-03-21)
68+
69+
70+
### Features
71+
72+
* migrate to datastore from pull-blob-store ([5872e31](https://github.com/ipfs/js-ipfs-repo/commit/5872e31))
73+
74+
75+
76+
<a name="0.11.3"></a>
77+
## [0.11.3](https://github.com/ipfs/js-ipfs-repo/compare/v0.11.2...v0.11.3) (2017-02-09)
78+
79+
80+
### Features
81+
82+
* change window to self for webworker support ([0f0d686](https://github.com/ipfs/js-ipfs-repo/commit/0f0d686))
83+
84+
85+
86+
<a name="0.11.2"></a>
87+
## [0.11.2](https://github.com/ipfs/js-ipfs-repo/compare/v0.11.1...v0.11.2) (2016-12-12)
88+
89+
90+
### Bug Fixes
91+
92+
* example ([c2c76d7](https://github.com/ipfs/js-ipfs-repo/commit/c2c76d7))
93+
94+
95+
96+
<a name="0.11.1"></a>
97+
## [0.11.1](https://github.com/ipfs/js-ipfs-repo/compare/v0.11.0...v0.11.1) (2016-11-07)
98+
99+
100+
101+
<a name="0.11.0"></a>
102+
# [0.11.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.10.0...v0.11.0) (2016-11-03)
103+
104+
105+
106+
<a name="0.10.0"></a>
107+
# [0.10.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.9.1...v0.10.0) (2016-10-26)
108+
109+
110+
### Features
111+
112+
* blockstore gets blockBlobs instead of blocks (the difference is that now it receives the key in which it should store it ([f7e4047](https://github.com/ipfs/js-ipfs-repo/commit/f7e4047))
113+
* no optional extension + simplify some of blockstore code ([311551a](https://github.com/ipfs/js-ipfs-repo/commit/311551a))
114+
115+
116+
117+
<a name="0.9.1"></a>
118+
## [0.9.1](https://github.com/ipfs/js-ipfs-repo/compare/v0.9.0...v0.9.1) (2016-09-12)
119+
120+
121+
### Bug Fixes
122+
123+
* **blockstore:** lock getStream to avoid race issues ([d12086e](https://github.com/ipfs/js-ipfs-repo/commit/d12086e))
124+
125+
126+
127+
<a name="0.9.0"></a>
128+
# [0.9.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.8.0...v0.9.0) (2016-09-08)
129+
130+
131+
### Features
132+
133+
* **pull + api:** migration to pull streams + rename datastore -> ([08e68b3](https://github.com/ipfs/js-ipfs-repo/commit/08e68b3))
134+
135+
136+
137+
<a name="0.8.0"></a>
138+
# [0.8.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.7.5...v0.8.0) (2016-05-05)
139+
140+
141+
### Bug Fixes
142+
143+
* follow abstract-blob-store interface for exists calls ([6abd0f5](https://github.com/ipfs/js-ipfs-repo/commit/6abd0f5))
144+
145+
146+
147+
<a name="0.7.5"></a>
148+
## [0.7.5](https://github.com/ipfs/js-ipfs-repo/compare/v0.7.4...v0.7.5) (2016-05-02)
149+
150+
151+
152+
<a name="0.7.4"></a>
153+
## [0.7.4](https://github.com/ipfs/js-ipfs-repo/compare/v0.7.3...v0.7.4) (2016-04-30)
154+
155+
156+
157+
<a name="0.7.3"></a>
158+
## [0.7.3](https://github.com/ipfs/js-ipfs-repo/compare/v0.7.2...v0.7.3) (2016-04-30)
159+
160+
161+
162+
<a name="0.7.2"></a>
163+
## [0.7.2](https://github.com/ipfs/js-ipfs-repo/compare/v0.7.1...v0.7.2) (2016-04-30)
164+
165+
166+
167+
<a name="0.7.1"></a>
168+
## [0.7.1](https://github.com/ipfs/js-ipfs-repo/compare/v0.7.0...v0.7.1) (2016-04-27)
169+
170+
171+
172+
<a name="0.7.0"></a>
173+
# [0.7.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.6.6...v0.7.0) (2016-04-26)
174+
175+
176+
177+
<a name="0.6.6"></a>
178+
## [0.6.6](https://github.com/ipfs/js-ipfs-repo/compare/v0.6.5...v0.6.6) (2016-04-24)
179+
180+
181+
182+
<a name="0.6.5"></a>
183+
## [0.6.5](https://github.com/ipfs/js-ipfs-repo/compare/v0.6.4...v0.6.5) (2016-04-24)
184+
185+
186+
### Bug Fixes
187+
188+
* **datastore:** keep locks on writes ([a9c48e4](https://github.com/ipfs/js-ipfs-repo/commit/a9c48e4))
189+
190+
191+
192+
<a name="0.6.4"></a>
193+
## [0.6.4](https://github.com/ipfs/js-ipfs-repo/compare/v0.6.3...v0.6.4) (2016-04-21)
194+
195+
196+
197+
<a name="0.6.3"></a>
198+
## [0.6.3](https://github.com/ipfs/js-ipfs-repo/compare/v0.6.2...v0.6.3) (2016-04-20)
199+
200+
201+
### Features
202+
203+
* Expose repo.path ([35c5155](https://github.com/ipfs/js-ipfs-repo/commit/35c5155))
204+
205+
206+
207+
<a name="0.6.2"></a>
208+
## [0.6.2](https://github.com/ipfs/js-ipfs-repo/compare/v0.5.3...v0.6.2) (2016-04-20)
209+
210+
211+
### Bug Fixes
212+
213+
* Ensure callbacks are only called once ([3a469d5](https://github.com/ipfs/js-ipfs-repo/commit/3a469d5))
214+
215+
216+
217+
<a name="0.5.3"></a>
218+
## [0.5.3](https://github.com/ipfs/js-ipfs-repo/compare/v0.5.2...v0.5.3) (2016-03-20)
219+
220+
221+
### Bug Fixes
222+
223+
* Upgrade dependencies, use strict and fix /blocks pathing ([390f8b4](https://github.com/ipfs/js-ipfs-repo/commit/390f8b4))
224+
225+
226+
227+
<a name="0.5.2"></a>
228+
## [0.5.2](https://github.com/ipfs/js-ipfs-repo/compare/v0.5.1...v0.5.2) (2016-03-19)
229+
230+
231+
232+
<a name="0.5.1"></a>
233+
## [0.5.1](https://github.com/ipfs/js-ipfs-repo/compare/v0.5.0...v0.5.1) (2016-01-28)
234+
235+
236+
237+
<a name="0.5.0"></a>
238+
# [0.5.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.4.1...v0.5.0) (2016-01-27)
239+
240+
241+
### Bug Fixes
242+
243+
* **stores:** Always coerce to a string before trying to parse ([1070395](https://github.com/ipfs/js-ipfs-repo/commit/1070395))
244+
245+
246+
247+
<a name="0.4.1"></a>
248+
## [0.4.1](https://github.com/ipfs/js-ipfs-repo/compare/v0.4.0...v0.4.1) (2016-01-21)
249+
250+
251+
252+
<a name="0.4.0"></a>
253+
# [0.4.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.3.2...v0.4.0) (2016-01-21)
254+
255+
256+
257+
<a name="0.3.2"></a>
258+
## [0.3.2](https://github.com/ipfs/js-ipfs-repo/compare/v0.3.0...v0.3.2) (2016-01-18)
259+
260+
261+
262+
<a name="0.3.0"></a>
263+
# [0.3.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.2.2...v0.3.0) (2016-01-15)
264+
265+
266+
267+
<a name="0.2.2"></a>
268+
## [0.2.2](https://github.com/ipfs/js-ipfs-repo/compare/v0.2.0...v0.2.2) (2016-01-06)
269+
270+
271+
272+
<a name="0.2.0"></a>
273+
# [0.2.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.1.0...v0.2.0) (2015-12-12)
274+
275+
276+
277+
<a name="0.1.0"></a>
278+
# 0.1.0 (2015-12-10)
279+
280+
281+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-repo",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "IPFS Repo implementation",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)