Skip to content

Commit 26e8c7f

Browse files
committed
2.0.0
1 parent a3be44d commit 26e8c7f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

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+
331
## [1.4.1] - 2024-01-20
432

533
### Fixed
@@ -52,6 +80,8 @@ _Not released to npm because of a race issue, which was fixed in 1.4.1._
5280

5381
_:seedling: Initial release. If you are upgrading from `leveldown` please see [`UPGRADING.md`](UPGRADING.md)._
5482

83+
[2.0.0]: https://github.com/Level/classic-level/releases/tag/v2.0.0
84+
5585
[1.4.1]: https://github.com/Level/classic-level/releases/tag/v1.4.1
5686

5787
[1.4.0]: https://github.com/Level/classic-level/releases/tag/v1.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classic-level",
3-
"version": "1.4.1",
3+
"version": "2.0.0",
44
"description": "An abstract-level database backed by LevelDB",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)