|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -If you are upgrading, please see the [upgrade guide](UPGRADING.md). |
| 3 | +_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._ |
4 | 4 |
|
5 |
| -## [Unreleased][unreleased] |
| 5 | +## [6.0.0] - 2019-10-19 |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- **Breaking:** upgrade `level-js` from `^4.0.0` to `^5.0.0` ([#158](https://github.com/Level/level/issues/158)) ([**@vweevers**](https://github.com/vweevers)) |
| 10 | +- Upgrade `hallmark` devDependency from `^0.1.0` to `^2.0.0` ([#152](https://github.com/Level/level/issues/152), [#157](https://github.com/Level/level/issues/157)) ([**@vweevers**](https://github.com/vweevers)) |
| 11 | +- Upgrade `standard` devDependency from `^12.0.0` to `^14.0.0` ([#151](https://github.com/Level/level/issues/151), [#155](https://github.com/Level/level/issues/155)) ([**@vweevers**](https://github.com/vweevers)) |
| 12 | +- Upgrade `nyc` devDependency from `^13.2.0` to `^14.0.0` ([#147](https://github.com/Level/level/issues/147)) ([**@vweevers**](https://github.com/vweevers)) |
| 13 | + |
| 14 | +### Added |
| 15 | + |
| 16 | +- Document manifest, `iterator()` and `clear()` ([#162](https://github.com/Level/level/issues/162)) ([**@vweevers**](https://github.com/vweevers)) |
| 17 | +- Add links to `browserify-starter` and `webpack-starter` ([`6ff1802`](https://github.com/Level/level/commit/6ff1802)) ([**@vweevers**](https://github.com/vweevers)) |
| 18 | + |
| 19 | +### Fixed |
| 20 | + |
| 21 | +- Bump `leveldown` and `level-packager` to prevent dedupe ([`5efdc82`](https://github.com/Level/level/commit/5efdc82), [`a9656c3`](https://github.com/Level/level/commit/a9656c3), [`97cb31c`](https://github.com/Level/level/commit/97cb31c)) ([**@vweevers**](https://github.com/vweevers)) |
6 | 22 |
|
7 | 23 | ## [5.0.1] - 2019-03-29
|
8 | 24 |
|
@@ -259,19 +275,21 @@ If you are upgrading, please see the [upgrade guide](UPGRADING.md).
|
259 | 275 | - Update `level-packager` to `~0.18.0` ([**@rvagg**](https://github.com/rvagg))
|
260 | 276 | - Update `leveldown` to `~0.10.0` ([**@rvagg**](https://github.com/rvagg))
|
261 | 277 |
|
262 |
| -## [0.17.0-1] - 2013-10-09 |
| 278 | +## [0.17.0] - 2013-10-01 |
263 | 279 |
|
264 | 280 | ### Changed
|
265 | 281 |
|
266 |
| -- Use `level-packager` instead of `levelup` ([**@rvagg**](https://github.com/rvagg)) |
267 |
| -- Run tests in `level-packager` using `tape` ([**@rvagg**](https://github.com/rvagg)) |
| 282 | +- Update `levelup` to `~0.17.0` ([**@rvagg**](https://github.com/rvagg)) |
| 283 | +- Update `leveldown` to `~0.9.0` ([**@rvagg**](https://github.com/rvagg)) |
268 | 284 |
|
269 |
| -## [0.17.0] - 2013-10-01 |
| 285 | +**Historical Note** 0.17.0 and 0.17.0-1 are listed out of order here, due to 0.17.0-1 not adhering to the semver rules that we follow today. |
| 286 | + |
| 287 | +## [0.17.0-1] - 2013-10-09 |
270 | 288 |
|
271 | 289 | ### Changed
|
272 | 290 |
|
273 |
| -- Update `levelup` to `~0.17.0` ([**@rvagg**](https://github.com/rvagg)) |
274 |
| -- Update `leveldown` to `~0.9.0` ([**@rvagg**](https://github.com/rvagg)) |
| 291 | +- Use `level-packager` instead of `levelup` ([**@rvagg**](https://github.com/rvagg)) |
| 292 | +- Run tests in `level-packager` using `tape` ([**@rvagg**](https://github.com/rvagg)) |
275 | 293 |
|
276 | 294 | ## [0.16.0] - 2013-09-10
|
277 | 295 |
|
@@ -345,76 +363,76 @@ If you are upgrading, please see the [upgrade guide](UPGRADING.md).
|
345 | 363 |
|
346 | 364 | :seedling: Initial release.
|
347 | 365 |
|
348 |
| -[unreleased]: https://github.com/level/level/compare/v5.0.1...HEAD |
| 366 | +[6.0.0]: https://github.com/Level/level/compare/v5.0.1...v6.0.0 |
349 | 367 |
|
350 |
| -[5.0.1]: https://github.com/level/level/compare/v5.0.0...v5.0.1 |
| 368 | +[5.0.1]: https://github.com/Level/level/compare/v5.0.0...v5.0.1 |
351 | 369 |
|
352 |
| -[5.0.0]: https://github.com/level/level/compare/v4.0.0...v5.0.0 |
| 370 | +[5.0.0]: https://github.com/Level/level/compare/v4.0.0...v5.0.0 |
353 | 371 |
|
354 |
| -[4.0.0]: https://github.com/level/level/compare/v3.0.1...v4.0.0 |
| 372 | +[4.0.0]: https://github.com/Level/level/compare/v3.0.2...v4.0.0 |
355 | 373 |
|
356 |
| -[3.0.2]: https://github.com/level/level/compare/v3.0.1...v3.0.2 |
| 374 | +[3.0.2]: https://github.com/Level/level/compare/v3.0.1...v3.0.2 |
357 | 375 |
|
358 |
| -[3.0.1]: https://github.com/level/level/compare/v3.0.0...v3.0.1 |
| 376 | +[3.0.1]: https://github.com/Level/level/compare/v3.0.0...v3.0.1 |
359 | 377 |
|
360 |
| -[3.0.0]: https://github.com/level/level/compare/v2.1.2...v3.0.0 |
| 378 | +[3.0.0]: https://github.com/Level/level/compare/v2.1.2...v3.0.0 |
361 | 379 |
|
362 |
| -[2.1.2]: https://github.com/level/level/compare/v2.1.1...v2.1.2 |
| 380 | +[2.1.2]: https://github.com/Level/level/compare/v2.1.1...v2.1.2 |
363 | 381 |
|
364 |
| -[2.1.1]: https://github.com/level/level/compare/v2.1.0...v2.1.1 |
| 382 | +[2.1.1]: https://github.com/Level/level/compare/v2.1.0...v2.1.1 |
365 | 383 |
|
366 |
| -[2.1.0]: https://github.com/level/level/compare/v2.0.1...v2.1.0 |
| 384 | +[2.1.0]: https://github.com/Level/level/compare/v2.0.1...v2.1.0 |
367 | 385 |
|
368 |
| -[2.0.1]: https://github.com/level/level/compare/v2.0.0...v2.0.1 |
| 386 | +[2.0.1]: https://github.com/Level/level/compare/v2.0.0...v2.0.1 |
369 | 387 |
|
370 |
| -[2.0.0]: https://github.com/level/level/compare/v2.0.0-rc3...v2.0.0 |
| 388 | +[2.0.0]: https://github.com/Level/level/compare/v2.0.0-rc3...v2.0.0 |
371 | 389 |
|
372 |
| -[2.0.0-rc3]: https://github.com/level/level/compare/v2.0.0-rc2...v2.0.0-rc3 |
| 390 | +[2.0.0-rc3]: https://github.com/Level/level/compare/v2.0.0-rc2...v2.0.0-rc3 |
373 | 391 |
|
374 |
| -[2.0.0-rc2]: https://github.com/level/level/compare/v2.0.0-rc1...v2.0.0-rc2 |
| 392 | +[2.0.0-rc2]: https://github.com/Level/level/compare/v2.0.0-rc1...v2.0.0-rc2 |
375 | 393 |
|
376 |
| -[2.0.0-rc1]: https://github.com/level/level/compare/v1.7.0...v2.0.0-rc1 |
| 394 | +[2.0.0-rc1]: https://github.com/Level/level/compare/v1.7.0...v2.0.0-rc1 |
377 | 395 |
|
378 |
| -[1.7.0]: https://github.com/level/level/compare/v1.6.0...v1.7.0 |
| 396 | +[1.7.0]: https://github.com/Level/level/compare/v1.6.0...v1.7.0 |
379 | 397 |
|
380 |
| -[1.6.0]: https://github.com/level/level/compare/v1.5.0...v1.6.0 |
| 398 | +[1.6.0]: https://github.com/Level/level/compare/v1.5.0...v1.6.0 |
381 | 399 |
|
382 |
| -[1.5.0]: https://github.com/level/level/compare/v1.4.0...v1.5.0 |
| 400 | +[1.5.0]: https://github.com/Level/level/compare/v1.4.0...v1.5.0 |
383 | 401 |
|
384 |
| -[1.4.0]: https://github.com/level/level/compare/v1.3.0...v1.4.0 |
| 402 | +[1.4.0]: https://github.com/Level/level/compare/v1.3.0...v1.4.0 |
385 | 403 |
|
386 |
| -[1.3.0]: https://github.com/level/level/compare/v1.2.0...v1.3.0 |
| 404 | +[1.3.0]: https://github.com/Level/level/compare/v1.2.0...v1.3.0 |
387 | 405 |
|
388 |
| -[1.2.0]: https://github.com/level/level/compare/v1.1.0...v1.2.0 |
| 406 | +[1.2.0]: https://github.com/Level/level/compare/v1.1.0...v1.2.0 |
389 | 407 |
|
390 |
| -[1.1.0]: https://github.com/level/level/compare/v1.0.0...v1.1.0 |
| 408 | +[1.1.0]: https://github.com/Level/level/compare/v1.0.0...v1.1.0 |
391 | 409 |
|
392 |
| -[1.0.0]: https://github.com/level/level/compare/v1.0.0-0...v1.0.0 |
| 410 | +[1.0.0]: https://github.com/Level/level/compare/v1.0.0-0...v1.0.0 |
393 | 411 |
|
394 |
| -[1.0.0-0]: https://github.com/level/level/compare/v0.19.1...v1.0.0-0 |
| 412 | +[1.0.0-0]: https://github.com/Level/level/compare/v0.19.1...v1.0.0-0 |
395 | 413 |
|
396 |
| -[0.19.1]: https://github.com/level/level/compare/v0.19.0...v0.19.1 |
| 414 | +[0.19.1]: https://github.com/Level/level/compare/v0.19.0...v0.19.1 |
397 | 415 |
|
398 |
| -[0.19.0]: https://github.com/level/level/compare/0.18.0...v0.19.0 |
| 416 | +[0.19.0]: https://github.com/Level/level/compare/0.18.0...v0.19.0 |
399 | 417 |
|
400 |
| -[0.18.0]: https://github.com/level/level/compare/0.17.0-1...0.18.0 |
| 418 | +[0.18.0]: https://github.com/Level/level/compare/0.17.0...0.18.0 |
401 | 419 |
|
402 |
| -[0.17.0-1]: https://github.com/level/level/compare/0.17.0...0.17.0-1 |
| 420 | +[0.17.0]: https://github.com/Level/level/compare/0.17.0-1...0.17.0 |
403 | 421 |
|
404 |
| -[0.17.0]: https://github.com/level/level/compare/0.16.0...0.17.0 |
| 422 | +[0.17.0-1]: https://github.com/Level/level/compare/0.16.0...0.17.0-1 |
405 | 423 |
|
406 |
| -[0.16.0]: https://github.com/level/level/compare/0.15.0...0.16.0 |
| 424 | +[0.16.0]: https://github.com/Level/level/compare/0.15.0...0.16.0 |
407 | 425 |
|
408 |
| -[0.15.0]: https://github.com/level/level/compare/0.14.0...0.15.0 |
| 426 | +[0.15.0]: https://github.com/Level/level/compare/0.14.0...0.15.0 |
409 | 427 |
|
410 |
| -[0.14.0]: https://github.com/level/level/compare/0.13.0...0.14.0 |
| 428 | +[0.14.0]: https://github.com/Level/level/compare/0.13.0...0.14.0 |
411 | 429 |
|
412 |
| -[0.13.0]: https://github.com/level/level/compare/0.12.0...0.13.0 |
| 430 | +[0.13.0]: https://github.com/Level/level/compare/0.12.0...0.13.0 |
413 | 431 |
|
414 |
| -[0.12.0]: https://github.com/level/level/compare/0.11.0...0.12.0 |
| 432 | +[0.12.0]: https://github.com/Level/level/compare/0.11.0...0.12.0 |
415 | 433 |
|
416 |
| -[0.11.0]: https://github.com/level/level/compare/0.10.0...0.11.0 |
| 434 | +[0.11.0]: https://github.com/Level/level/compare/0.10.0...0.11.0 |
417 | 435 |
|
418 |
| -[0.10.0]: https://github.com/level/level/compare/0.9.0...0.10.0 |
| 436 | +[0.10.0]: https://github.com/Level/level/compare/0.9.0...0.10.0 |
419 | 437 |
|
420 |
| -[0.9.0]: https://github.com/level/level/compare/0.8.0...0.9.0 |
| 438 | +[0.9.0]: https://github.com/Level/level/compare/0.8.0...0.9.0 |
0 commit comments