|
| 1 | +## [1.0.1](https://github.com/ipfs/js-ipfs-http-response/compare/v1.0.0...v1.0.1) (2021-09-08) |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +# [1.0.0](https://github.com/ipfs/js-ipfs-http-response/compare/v0.7.0...v1.0.0) (2021-09-07) |
| 6 | + |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | + |
| 10 | +* update module ([#104](https://github.com/ipfs/js-ipfs-http-response/issues/104)) ([319e2b4](https://github.com/ipfs/js-ipfs-http-response/commit/319e2b416bb6283e0f0e67c7dc9f609851e16909)) |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +# [0.7.0](https://github.com/ipfs/js-ipfs-http-response/compare/v0.6.4...v0.7.0) (2021-07-12) |
| 15 | + |
| 16 | + |
| 17 | +### chore |
| 18 | + |
| 19 | +* update to new multiformats ([#98](https://github.com/ipfs/js-ipfs-http-response/issues/98)) ([1641cef](https://github.com/ipfs/js-ipfs-http-response/commit/1641cefaa2cc965ddd7fdaa2d9be8dd7b0150665)) |
| 20 | + |
| 21 | + |
| 22 | +### BREAKING CHANGES |
| 23 | + |
| 24 | +* pulls in new multiformats modules |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +## [0.6.4](https://github.com/ipfs/js-ipfs-http-response/compare/v0.6.3...v0.6.4) (2021-04-16) |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +## [0.6.3](https://github.com/ipfs/js-ipfs-http-response/compare/v0.6.2...v0.6.3) (2021-04-12) |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +## [0.6.2](https://github.com/ipfs/js-ipfs-http-response/compare/v0.6.1...v0.6.2) (2021-03-17) |
| 37 | + |
| 38 | + |
| 39 | +### Bug Fixes |
| 40 | + |
| 41 | +* add node dev deps ([#81](https://github.com/ipfs/js-ipfs-http-response/issues/81)) ([9fcc821](https://github.com/ipfs/js-ipfs-http-response/commit/9fcc8215d511e6e9071f0fb9fd927d9005a72670)) |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | +## [0.6.1](https://github.com/ipfs/js-ipfs-http-response/compare/v0.6.0...v0.6.1) (2020-12-22) |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +<a name="0.6.0"></a> |
| 50 | +# [0.6.0](https://github.com/ipfs/js-ipfs-http-response/compare/v0.5.1...v0.6.0) (2020-08-14) |
| 51 | + |
| 52 | + |
| 53 | +### Bug Fixes |
| 54 | + |
| 55 | +* replace node buffers with uint8arrays ([#55](https://github.com/ipfs/js-ipfs-http-response/issues/55)) ([710a96d](https://github.com/ipfs/js-ipfs-http-response/commit/710a96d)) |
| 56 | +* webpack build ([#56](https://github.com/ipfs/js-ipfs-http-response/issues/56)) ([0c61a36](https://github.com/ipfs/js-ipfs-http-response/commit/0c61a36)) |
| 57 | + |
| 58 | + |
| 59 | +### BREAKING CHANGES |
| 60 | + |
| 61 | +* - All deps of this module use Uint8Arrays instead of node Buffers |
| 62 | + |
| 63 | +* chore: remove browser build steps |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +<a name="0.5.1"></a> |
| 68 | +## [0.5.1](https://github.com/ipfs/js-ipfs-http-response/compare/v0.5.0...v0.5.1) (2020-06-30) |
| 69 | + |
| 70 | + |
| 71 | +### Bug Fixes |
| 72 | + |
| 73 | +* **ci:** add empty commit to fix lint checks on master ([1db03b0](https://github.com/ipfs/js-ipfs-http-response/commit/1db03b0)) |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | +<a name="0.5.0"></a> |
| 78 | +# [0.5.0](https://github.com/ipfs/js-ipfs-http-response/compare/v0.4.0...v0.5.0) (2020-01-07) |
| 79 | + |
| 80 | + |
| 81 | +### Code Refactoring |
| 82 | + |
| 83 | +* use new IPFS async/await APIs ([#30](https://github.com/ipfs/js-ipfs-http-response/issues/30)) ([68f1204](https://github.com/ipfs/js-ipfs-http-response/commit/68f1204)) |
| 84 | + |
| 85 | + |
| 86 | +### BREAKING CHANGES |
| 87 | + |
| 88 | +* Switch to using async/await and async iterators. |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | +<a name="0.4.0"></a> |
| 93 | +# [0.4.0](https://github.com/ipfs/js-ipfs-http-response/compare/v0.3.1...v0.4.0) (2019-10-14) |
| 94 | + |
| 95 | + |
| 96 | +### Chores |
| 97 | + |
| 98 | +* convert to async await syntax ([#28](https://github.com/ipfs/js-ipfs-http-response/issues/28)) ([a22900a](https://github.com/ipfs/js-ipfs-http-response/commit/a22900a)) |
| 99 | + |
| 100 | + |
| 101 | +### BREAKING CHANGES |
| 102 | + |
| 103 | +* All places in the API that used callbacks are now replaced with async/await |
| 104 | + |
| 105 | +Co-authored-by: PedroMiguelSS <pedro.santos@moxy.studio> |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | +<a name="0.3.1"></a> |
| 110 | +## [0.3.1](https://github.com/ipfs/js-ipfs-http-response/compare/v0.2.2...v0.3.1) (2019-06-06) |
| 111 | + |
| 112 | + |
| 113 | +### Bug Fixes |
| 114 | + |
| 115 | +* create .npmignore to include dist on npm ([#16](https://github.com/ipfs/js-ipfs-http-response/issues/16)) ([7746dab](https://github.com/ipfs/js-ipfs-http-response/commit/7746dab)) |
| 116 | + |
| 117 | + |
| 118 | +### Chores |
| 119 | + |
| 120 | +* update ipld formats ([#25](https://github.com/ipfs/js-ipfs-http-response/issues/25)) ([529613a](https://github.com/ipfs/js-ipfs-http-response/commit/529613a)) |
| 121 | + |
| 122 | + |
| 123 | +### Features |
| 124 | + |
| 125 | +* load files/dirs from hamt shards ([#19](https://github.com/ipfs/js-ipfs-http-response/issues/19)) ([25edfbc](https://github.com/ipfs/js-ipfs-http-response/commit/25edfbc)) |
| 126 | + |
| 127 | + |
| 128 | +### BREAKING CHANGES |
| 129 | + |
| 130 | +* v1 CIDs created by this module now default to base32 encoding when stringified |
| 131 | + |
| 132 | +Not a direct dependency of this module but ipld-dag-pb changed the |
| 133 | +case of some property names that are used by this module. |
| 134 | + |
| 135 | +License: MIT |
| 136 | +Signed-off-by: Alan Shaw <alan.shaw@protocol.ai> |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | +<a name="0.3.0"></a> |
| 141 | +## [0.3.0](https://github.com/ipfs/js-ipfs-http-response/compare/v0.2.2...v0.3.0) (2019-05-21) |
| 142 | + |
| 143 | +BREAKING CHANGE: v1 CIDs created by this module now default to base32 encoding when stringified |
| 144 | + |
| 145 | +Not a direct dependency of this module but ipld-dag-pb changed the |
| 146 | +case of some property names that are used by this module. |
| 147 | + |
| 148 | +<a name="0.2.2"></a> |
| 149 | +## [0.2.2](https://github.com/ipfs/js-ipfs-http-response/compare/v0.2.1...v0.2.2) (2019-01-19) |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | +<a name="0.2.1"></a> |
| 154 | +## [0.2.1](https://github.com/ipfs/js-ipfs-http-response/compare/v0.1.4...v0.2.1) (2018-11-09) |
| 155 | + |
| 156 | + |
| 157 | +### Bug Fixes |
| 158 | + |
| 159 | +* use .cid property before falling back to .multihash ([#12](https://github.com/ipfs/js-ipfs-http-response/issues/12)) ([1c1a478](https://github.com/ipfs/js-ipfs-http-response/commit/1c1a478)) |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | +<a name="0.2.0"></a> |
| 164 | +## [0.2.0](https://github.com/ipfs/js-ipfs-http-response/compare/v0.1.4...v0.2.0) (2018-09-28) |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | +<a name="0.1.4"></a> |
| 169 | +## [0.1.4](https://github.com/ipfs/js-ipfs-http-response/compare/v0.1.3...v0.1.4) (2018-08-02) |
| 170 | + |
| 171 | + |
| 172 | +### Bug Fixes |
| 173 | + |
| 174 | +* fix content-type by doing a fall-back using extensions ([#5](https://github.com/ipfs/js-ipfs-http-response/issues/5)) ([19acbae](https://github.com/ipfs/js-ipfs-http-response/commit/19acbae)) |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | +<a name="0.1.3"></a> |
| 179 | +## [0.1.3](https://github.com/ipfs/js-ipfs-http-response/compare/v0.1.2...v0.1.3) (2018-07-28) |
| 180 | + |
| 181 | + |
| 182 | +### Bug Fixes |
| 183 | + |
| 184 | +* firefox using readable stream ([#3](https://github.com/ipfs/js-ipfs-http-response/issues/3)) ([0bff82d](https://github.com/ipfs/js-ipfs-http-response/commit/0bff82d)) |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | +<a name="0.1.2"></a> |
| 189 | +## 0.1.2 (2018-06-01) |
| 190 | + |
| 191 | + |
| 192 | +### Bug Fixes |
| 193 | + |
| 194 | +* update package name ([91b99b3](https://github.com/ipfs/js-ipfs-http-response/commit/91b99b3)) |
| 195 | + |
| 196 | + |
| 197 | +### Features |
| 198 | + |
| 199 | +* export resolver ([d9e56b8](https://github.com/ipfs/js-ipfs-http-response/commit/d9e56b8)) |
| 200 | +* initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08)) |
| 201 | + |
| 202 | + |
| 203 | + |
0 commit comments