|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.0.0] - 2024-10-21 |
| 4 | + |
| 5 | +_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._ |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- **Breaking:** bump `abstract-level` to 2.0.0 ([`dff7a67`](https://github.com/Level/classic-level/commit/dff7a67)) (Vincent Weevers) |
| 10 | +- **Breaking:** remove callbacks and `LEVEL_NOT_FOUND` ([`d5bad80`](https://github.com/Level/classic-level/commit/d5bad80)) (Vincent Weevers) |
| 11 | +- Update README for v2, with a new approach ([`a078b45`](https://github.com/Level/classic-level/commit/a078b45)) (Vincent Weevers) |
| 12 | +- Refactor to put more trust in abstract-level state ([`c2426bb`](https://github.com/Level/classic-level/commit/c2426bb)) (Vincent Weevers) |
| 13 | +- Use headers of 18.20.4 for prebuilds ([`13bcc68`](https://github.com/Level/classic-level/commit/13bcc68)) (Vincent Weevers) |
| 14 | +- Swap CentOS image with AlmaLinux (for linux prebuilds) ([`a3be44d`](https://github.com/Level/classic-level/commit/a3be44d)) (Vincent Weevers) |
| 15 | + |
| 16 | +### Added |
| 17 | + |
| 18 | +- Support `signal` option on iterators ([`6e196dc`](https://github.com/Level/classic-level/commit/6e196dc)) (Vincent Weevers) |
| 19 | + |
| 20 | +### Removed |
| 21 | + |
| 22 | +- **Breaking:** drop Node.js < 18 and Electron < 30 ([`c177f3c`](https://github.com/Level/classic-level/commit/c177f3c), [`e18d5c7`](https://github.com/Level/classic-level/commit/e18d5c7)) (Vincent Weevers) |
| 23 | +- Stop testing on FreeBSD ([`ce99a79`](https://github.com/Level/classic-level/commit/ce99a79)) (Vincent Weevers) |
| 24 | +- Remove `levelup` compatibility check ([`b086bc8`](https://github.com/Level/classic-level/commit/b086bc8)) (Vincent Weevers) |
| 25 | + |
| 26 | +### Fixed |
| 27 | + |
| 28 | +- Fix cache bug in `iterator.nextv()` ([`1063558`](https://github.com/Level/classic-level/commit/1063558)) (Vincent Weevers) |
| 29 | +- Create snapshot for `get()` synchronously ([`50e03dc`](https://github.com/Level/classic-level/commit/50e03dc)) (Vincent Weevers) |
| 30 | + |
3 | 31 | ## [1.4.1] - 2024-01-20 |
4 | 32 |
|
5 | 33 | ### Fixed |
@@ -52,6 +80,8 @@ _Not released to npm because of a race issue, which was fixed in 1.4.1._ |
52 | 80 |
|
53 | 81 | _:seedling: Initial release. If you are upgrading from `leveldown` please see [`UPGRADING.md`](UPGRADING.md)._ |
54 | 82 |
|
| 83 | +[2.0.0]: https://github.com/Level/classic-level/releases/tag/v2.0.0 |
| 84 | + |
55 | 85 | [1.4.1]: https://github.com/Level/classic-level/releases/tag/v1.4.1 |
56 | 86 |
|
57 | 87 | [1.4.0]: https://github.com/Level/classic-level/releases/tag/v1.4.0 |
|
0 commit comments