|
1 | 1 | # Changelog
|
2 |
| - |
3 |
| -_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._ |
4 |
| - |
5 |
| -## [10.0.0] - 2021-04-09 |
6 |
| - |
7 |
| -### Changed |
8 |
| - |
9 |
| -- **Breaking:** remove legacy range options ([Level/community#86](https://github.com/Level/community/issues/86)) ([`73b19b4`](https://github.com/Level/codec/commit/73b19b4)) (Vincent Weevers) |
10 |
| -- **Breaking:** drop node 6 and 8 ([`38dc04c`](https://github.com/Level/codec/commit/38dc04c)) ([Level/community#98](https://github.com/Level/community/issues/98)) (Vincent Weevers) |
11 |
| -- **Breaking:** modernize syntax & bump `standard` to 16.x ([`874956f`](https://github.com/Level/codec/commit/874956f), [`e3ed6e4`](https://github.com/Level/codec/commit/e3ed6e4)) ([Level/community#98](https://github.com/Level/community/issues/98)) (Vincent Weevers). |
12 |
| -- **Breaking:** bump `buffer` from 15.x to 16.x ([#62](https://github.com/Level/codec/issues/62)) ([Level/community#98](https://github.com/Level/community/issues/98)) ([`78d2ea0`](https://github.com/Level/codec/commit/78d2ea0)) (Alex Potsides). |
13 |
| - |
14 |
| -## [9.0.2] - 2020-06-26 |
15 |
| - |
16 |
| -### Changed |
17 |
| - |
18 |
| -- Upgrade `hallmark` devDependency from `^0.1.0` to `^2.0.0` ([#53](https://github.com/Level/codec/issues/53), [#56](https://github.com/Level/codec/issues/56)) ([**@vweevers**](https://github.com/vweevers)) |
19 |
| -- Upgrade `standard` devDependency from `^12.0.0` to `^14.0.0` ([#52](https://github.com/Level/codec/issues/52), [#55](https://github.com/Level/codec/issues/55)) ([**@vweevers**](https://github.com/vweevers)) |
20 |
| -- Upgrade `nyc` devDependency from `^13.2.0` to `^14.0.0` ([#50](https://github.com/Level/codec/issues/50)) ([**@vweevers**](https://github.com/vweevers)) |
21 |
| - |
22 |
| -### Fixed |
23 |
| - |
24 |
| -- Add `buffer` dependency for browsers ([#58](https://github.com/Level/codec/issues/58)) ([**@hugomrdias**](https://github.com/hugomrdias)) |
25 |
| - |
26 |
| -## [9.0.1] - 2019-04-01 |
27 |
| - |
28 |
| -### Changed |
29 |
| - |
30 |
| -- Upgrade `standard` devDependency from `^11.0.1` to `^12.0.0` ([#38](https://github.com/Level/codec/issues/38)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
31 |
| -- Update description in README and `package.json` ([#47](https://github.com/Level/codec/issues/47)) ([**@vweevers**](https://github.com/vweevers)) |
32 |
| -- Apply common project tweaks ([#39](https://github.com/Level/codec/issues/39), [#40](https://github.com/Level/codec/issues/40), [#41](https://github.com/Level/codec/issues/41)) ([**@vweevers**](https://github.com/vweevers)) |
33 |
| -- Tweak copyright year for less maintenance ([`79d2d02`](https://github.com/Level/codec/commit/79d2d02)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
34 |
| - |
35 |
| -### Added |
36 |
| - |
37 |
| -- Add `nyc` and `coveralls` ([#36](https://github.com/Level/codec/issues/36), [#44](https://github.com/Level/codec/issues/44)) ([**@ralphtheninja**](https://github.com/ralphtheninja), [**@vweevers**](https://github.com/vweevers)) |
38 |
| -- Add `CHANGELOG.md` and `UPGRADING.md` ([#47](https://github.com/Level/codec/issues/47)) ([**@vweevers**](https://github.com/vweevers)) |
39 |
| - |
40 |
| -### Removed |
41 |
| - |
42 |
| -- Remove node 9 from travis ([`ffe3f92`](https://github.com/Level/codec/commit/ffe3f92)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
43 |
| -- Remove experimental typings ([`1cfd23f`](https://github.com/Level/codec/commit/1cfd23f)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
44 |
| - |
45 |
| -### Fixed |
46 |
| - |
47 |
| -- Fix subtests by adding `t.plan()` ([#46](https://github.com/Level/codec/issues/46)) ([**@vweevers**](https://github.com/vweevers)) |
48 |
| - |
49 |
| -## [9.0.0] - 2018-05-12 |
50 |
| - |
51 |
| -### Changed |
52 |
| - |
53 |
| -- Update README ([#31](https://github.com/Level/codec/issues/31)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
54 |
| - |
55 |
| -### Added |
56 |
| - |
57 |
| -- Add `standard` ([#29](https://github.com/Level/codec/issues/29)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
58 |
| -- Add node 9 and 10 ([`9476e58`](https://github.com/Level/codec/commit/9476e58)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
59 |
| - |
60 |
| -### Removed |
61 |
| - |
62 |
| -- Drop node 0.12, 4, 5 and 7 ([`9476e58`](https://github.com/Level/codec/commit/9476e58), [#32](https://github.com/Level/codec/issues/32)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
63 |
| - |
64 |
| -### Fixed |
65 |
| - |
66 |
| -- Fix constructor to work without `new` ([#30](https://github.com/Level/codec/issues/30)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
67 |
| - |
68 |
| -## [8.0.0] - 2017-10-21 |
69 |
| - |
70 |
| -### Changed |
71 |
| - |
72 |
| -- Revert "fix utf-8 encoding returning buffers" ([#23](https://github.com/Level/codec/issues/23)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
73 |
| - |
74 |
| -### Added |
75 |
| - |
76 |
| -- Add badges to `README` and stylize "levelup" ([#22](https://github.com/Level/codec/issues/22)) ([**@vweevers**](https://github.com/vweevers)) |
77 |
| -- Document encodings and their format in greater detail ([#22](https://github.com/Level/codec/issues/22)) ([**@vweevers**](https://github.com/vweevers)) |
78 |
| - |
79 |
| -## [7.1.0] - 2017-09-12 |
80 |
| - |
81 |
| -### Changed |
82 |
| - |
83 |
| -- Update copyright year from 2015 to 2017 ([`aceb6ff`](https://github.com/Level/codec/commit/aceb6ff)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
84 |
| - |
85 |
| -### Added |
86 |
| - |
87 |
| -- Add basic typings ([#18](https://github.com/Level/codec/issues/18)) ([**@MeirionHughes**](https://github.com/MeirionHughes)) |
88 |
| -- Add node 4, 5, 6, 7 and 8 ([`5c00a1c`](https://github.com/Level/codec/commit/5c00a1c)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
89 |
| - |
90 |
| -### Removed |
91 |
| - |
92 |
| -- Drop node 0.10 and iojs ([`5c00a1c`](https://github.com/Level/codec/commit/5c00a1c)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
93 |
| - |
94 |
| -## [7.0.1] - 2017-08-14 |
95 |
| - |
96 |
| -### Added |
97 |
| - |
98 |
| -- Add Greenkeeper ([#17](https://github.com/Level/codec/issues/17)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
99 |
| - |
100 |
| -### Fixed |
101 |
| - |
102 |
| -- Use `identity` function consistently ([#14](https://github.com/Level/codec/issues/14)) ([**@dcousens**](https://github.com/dcousens)) |
103 |
| - |
104 |
| -## [7.0.0] - 2017-01-26 |
105 |
| - |
106 |
| -### Fixed |
107 |
| - |
108 |
| -- Fix utf-8 encoding returning buffers ([#12](https://github.com/Level/codec/issues/12)) ([**@juliangruber**](https://github.com/juliangruber)) |
109 |
| - |
110 |
| -## [6.2.0] - 2016-02-24 |
111 |
| - |
112 |
| -### Changed |
113 |
| - |
114 |
| -- Rename "id" encoding to "none", add "id" alias ([#10](https://github.com/Level/codec/issues/10)) ([**@juliangruber**](https://github.com/juliangruber)) |
115 |
| -- Upgrade `tape` devDependency ([#9](https://github.com/Level/codec/issues/9)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
116 |
| - |
117 |
| -### Added |
118 |
| - |
119 |
| -- Document available encodings ([#10](https://github.com/Level/codec/issues/10)) ([**@juliangruber**](https://github.com/juliangruber)) |
120 |
| - |
121 |
| -## [6.1.0] - 2015-10-21 |
122 |
| - |
123 |
| -### Added |
124 |
| - |
125 |
| -- Fallback to legacy `encoding` option if `valueEncoding` is not provided ([#8](https://github.com/Level/codec/issues/8)) ([**@dominictarr**](https://github.com/dominictarr)) |
126 |
| - |
127 |
| -## [6.0.0] - 2015-05-04 |
128 |
| - |
129 |
| -### Changed |
130 |
| - |
131 |
| -- Replace `createDecodeStream()` with `createStreamDecoder()` ([#6](https://github.com/Level/codec/issues/6)) ([**@juliangruber**](https://github.com/juliangruber)) |
132 |
| - |
133 |
| -## [5.5.0] - 2015-04-17 |
134 |
| - |
135 |
| -### Added |
136 |
| - |
137 |
| -- Add `createDecodeStream()` ([#5](https://github.com/Level/codec/issues/5)) ([**@juliangruber**](https://github.com/juliangruber)) |
138 |
| - |
139 |
| -## [5.4.0] - 2015-04-17 |
140 |
| - |
141 |
| -### Changed |
142 |
| - |
143 |
| -- Simplify `encodeLtgt()` ([`24f3817`](https://github.com/Level/codec/commit/24f3817)) ([**@juliangruber**](https://github.com/juliangruber)) |
144 |
| - |
145 |
| -## [5.3.0] - 2015-04-17 |
146 |
| - |
147 |
| -### Added |
148 |
| - |
149 |
| -- Add `encodeLtgt()` ([#4](https://github.com/Level/codec/issues/4)) ([**@juliangruber**](https://github.com/juliangruber)) |
150 |
| - |
151 |
| -## [5.2.0] - 2015-03-24 |
152 |
| - |
153 |
| -### Changed |
154 |
| - |
155 |
| -- Make all options optional ([`4f942eb`](https://github.com/Level/codec/commit/4f942eb)) ([**@juliangruber**](https://github.com/juliangruber)) |
156 |
| - |
157 |
| -## [5.1.0] - 2015-03-24 |
158 |
| - |
159 |
| -### Changed |
160 |
| - |
161 |
| -- Make member options optional ([`0c98ccb`](https://github.com/Level/codec/commit/0c98ccb)) ([**@juliangruber**](https://github.com/juliangruber)) |
162 |
| - |
163 |
| -## [5.0.0] - 2015-03-24 |
164 |
| - |
165 |
| -**Historical Note** 4.3.0 was meant to be a major release. |
166 |
| - |
167 |
| -## [4.3.0] - 2015-03-24 |
168 |
| - |
169 |
| -### Changed |
170 |
| - |
171 |
| -- Rewrite ([`37f103e`](https://github.com/Level/codec/commit/37f103e), [`054fb3f`](https://github.com/Level/codec/commit/054fb3f), [`f510a90`](https://github.com/Level/codec/commit/f510a90)) ([**@juliangruber**](https://github.com/juliangruber)) |
172 |
| - |
173 |
| -### Added |
174 |
| - |
175 |
| -- Add [**@ralphtheninja**](https://github.com/ralphtheninja) to contributors ([`dd2b9a0`](https://github.com/Level/codec/commit/dd2b9a0)) ([**@juliangruber**](https://github.com/juliangruber)) |
176 |
| -- Add travis and licensing ([#1](https://github.com/Level/codec/issues/1)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) |
177 |
| - |
178 |
| -## [4.2.0] - 2015-03-19 |
179 |
| - |
180 |
| -### Fixed |
181 |
| - |
182 |
| -- Keep batch `.prefix` for `level-sublevel` ([`f706482`](https://github.com/Level/codec/commit/f706482)) ([**@juliangruber**](https://github.com/juliangruber)) |
183 |
| - |
184 |
| -## [4.1.0] - 2015-03-19 |
185 |
| - |
186 |
| -### Fixed |
187 |
| - |
188 |
| -- Set `batch` encodings to binary if `{key,value}AsBuffer` is true ([`bcf6feb`](https://github.com/Level/codec/commit/bcf6feb)) ([**@juliangruber**](https://github.com/juliangruber)) |
189 |
| - |
190 |
| -## [4.0.1] - 2015-03-19 |
191 |
| - |
192 |
| -### Fixed |
193 |
| - |
194 |
| -- Skip falsy objects in `walk` ([`270ea17`](https://github.com/Level/codec/commit/270ea17)) ([**@juliangruber**](https://github.com/juliangruber)) |
195 |
| - |
196 |
| -## [4.0.0] - 2015-03-19 |
197 |
| - |
198 |
| -### Removed |
199 |
| - |
200 |
| -- Remove default encoding ([`28a63b2`](https://github.com/Level/codec/commit/28a63b2)) ([**@juliangruber**](https://github.com/juliangruber)) |
201 |
| - |
202 |
| -## [3.1.0] - 2015-03-19 |
203 |
| - |
204 |
| -### Added |
205 |
| - |
206 |
| -- Add experimental `Codec` class ([`8a189f4`](https://github.com/Level/codec/commit/8a189f4)) ([**@juliangruber**](https://github.com/juliangruber)) |
207 |
| - |
208 |
| -## [3.0.0] - 2015-03-18 |
209 |
| - |
210 |
| -### Removed |
211 |
| - |
212 |
| -- Remove `encoding` option in favor of `keyEncoding` and `valueEncoding` ([`9fed84d`](https://github.com/Level/codec/commit/9fed84d)) ([**@juliangruber**](https://github.com/juliangruber)) |
213 |
| - |
214 |
| -## [2.0.1] - 2015-03-18 |
215 |
| - |
216 |
| -### Fixed |
217 |
| - |
218 |
| -- Fix `encoding` option to only be an alias for `valueEncoding` ([`b4de4d1`](https://github.com/Level/codec/commit/b4de4d1)) ([**@juliangruber**](https://github.com/juliangruber)) |
219 |
| - |
220 |
| -## [2.0.0] - 2015-03-18 |
221 |
| - |
222 |
| -### Changed |
223 |
| - |
224 |
| -- Remove side effects from `batch()` ([`bedaa26`](https://github.com/Level/codec/commit/bedaa26), [`6f5b373`](https://github.com/Level/codec/commit/6f5b373), [`abef01b`](https://github.com/Level/codec/commit/abef01b)) ([**@juliangruber**](https://github.com/juliangruber)) |
225 |
| - |
226 |
| -## [1.2.1] - 2015-03-18 |
227 |
| - |
228 |
| -### Fixed |
229 |
| - |
230 |
| -- Fix `require` statements for `{key,value}AsBuffer()` ([`71bf7a5`](https://github.com/Level/codec/commit/71bf7a5)) ([**@juliangruber**](https://github.com/juliangruber)) |
231 |
| - |
232 |
| -## [1.2.0] - 2015-03-18 |
233 |
| - |
234 |
| -### Added |
235 |
| - |
236 |
| -- Add `{key,value}AsBuffer()` ([`796a540`](https://github.com/Level/codec/commit/796a540)) ([**@juliangruber**](https://github.com/juliangruber)) |
237 |
| - |
238 |
| -## [1.1.0] - 2015-03-18 |
239 |
| - |
240 |
| -### Added |
241 |
| - |
242 |
| -- Add `decode{Key,Value}` ([`029fbd7`](https://github.com/Level/codec/commit/029fbd7)) ([**@juliangruber**](https://github.com/juliangruber)) |
243 |
| - |
244 |
| -## 1.0.1 - 2015-03-18 |
245 |
| - |
246 |
| -:seedling: Initial release. |
247 |
| - |
248 |
| -[10.0.0]: https://github.com/Level/codec/compare/v9.0.2...v10.0.0 |
249 |
| - |
250 |
| -[9.0.2]: https://github.com/Level/codec/compare/v9.0.1...v9.0.2 |
251 |
| - |
252 |
| -[9.0.1]: https://github.com/Level/codec/compare/v9.0.0...v9.0.1 |
253 |
| - |
254 |
| -[9.0.0]: https://github.com/Level/codec/compare/v8.0.0...v9.0.0 |
255 |
| - |
256 |
| -[8.0.0]: https://github.com/Level/codec/compare/v7.1.0...v8.0.0 |
257 |
| - |
258 |
| -[7.1.0]: https://github.com/Level/codec/compare/v7.0.1...v7.1.0 |
259 |
| - |
260 |
| -[7.0.1]: https://github.com/Level/codec/compare/v7.0.0...v7.0.1 |
261 |
| - |
262 |
| -[7.0.0]: https://github.com/Level/codec/compare/v6.2.0...v7.0.0 |
263 |
| - |
264 |
| -[6.2.0]: https://github.com/Level/codec/compare/v6.1.0...v6.2.0 |
265 |
| - |
266 |
| -[6.1.0]: https://github.com/Level/codec/compare/v6.0.0...v6.1.0 |
267 |
| - |
268 |
| -[6.0.0]: https://github.com/Level/codec/compare/v5.5.0...v6.0.0 |
269 |
| - |
270 |
| -[5.5.0]: https://github.com/Level/codec/compare/v5.4.0...v5.5.0 |
271 |
| - |
272 |
| -[5.4.0]: https://github.com/Level/codec/compare/v5.3.0...v5.4.0 |
273 |
| - |
274 |
| -[5.3.0]: https://github.com/Level/codec/compare/v5.2.0...v5.3.0 |
275 |
| - |
276 |
| -[5.2.0]: https://github.com/Level/codec/compare/v5.1.0...v5.2.0 |
277 |
| - |
278 |
| -[5.1.0]: https://github.com/Level/codec/compare/v5.0.0...v5.1.0 |
279 |
| - |
280 |
| -[5.0.0]: https://github.com/Level/codec/compare/v4.3.0...v5.0.0 |
281 |
| - |
282 |
| -[4.3.0]: https://github.com/Level/codec/compare/v4.2.0...v4.3.0 |
283 |
| - |
284 |
| -[4.2.0]: https://github.com/Level/codec/compare/v4.1.0...v4.2.0 |
285 |
| - |
286 |
| -[4.1.0]: https://github.com/Level/codec/compare/v4.0.1...v4.1.0 |
287 |
| - |
288 |
| -[4.0.1]: https://github.com/Level/codec/compare/v4.0.0...v4.0.1 |
289 |
| - |
290 |
| -[4.0.0]: https://github.com/Level/codec/compare/v3.1.0...v4.0.0 |
291 |
| - |
292 |
| -[3.1.0]: https://github.com/Level/codec/compare/v3.0.0...v3.1.0 |
293 |
| - |
294 |
| -[3.0.0]: https://github.com/Level/codec/compare/v2.0.1...v3.0.0 |
295 |
| - |
296 |
| -[2.0.1]: https://github.com/Level/codec/compare/v2.0.0...v2.0.1 |
297 |
| - |
298 |
| -[2.0.0]: https://github.com/Level/codec/compare/v1.2.1...v2.0.0 |
299 |
| - |
300 |
| -[1.2.1]: https://github.com/Level/codec/compare/v1.2.0...v1.2.1 |
301 |
| - |
302 |
| -[1.2.0]: https://github.com/Level/codec/compare/v1.1.0...v1.2.0 |
303 |
| - |
304 |
| -[1.1.0]: https://github.com/Level/codec/compare/v1.0.1...v1.1.0 |
0 commit comments