Skip to content

Commit 6eac9e9

Browse files
committed
3.0.0
1 parent c5abd4a commit 6eac9e9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [3.0.0] - 2025-01-26
4+
5+
_Would you mind voting in this [community poll](https://github.com/orgs/Level/discussions/143)? Thank you! If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
6+
7+
### Changed
8+
9+
- **Breaking:** upgrade to `abstract-level` 3 ([#17](https://github.com/Level/memory-level/issues/17)) ([`946a57f`](https://github.com/Level/memory-level/commit/946a57f)) (Vincent Weevers)
10+
- Refactor: split `index.js` into lib files ([#19](https://github.com/Level/memory-level/issues/19)) ([`2c24c62`](https://github.com/Level/memory-level/commit/2c24c62)) (Vincent Weevers)
11+
12+
### Added
13+
14+
- Implement `has()` and `hasMany()` ([#18](https://github.com/Level/memory-level/issues/18)) ([`fbad527`](https://github.com/Level/memory-level/commit/fbad527)) (Vincent Weevers)
15+
- Implement explicit snapshots ([#16](https://github.com/Level/memory-level/issues/16)) ([`f832018`](https://github.com/Level/memory-level/commit/f832018)) (Vincent Weevers)
16+
17+
### Fixed
18+
19+
- Increase code coverage to 100% ([#20](https://github.com/Level/memory-level/issues/20)) ([`c5abd4a`](https://github.com/Level/memory-level/commit/c5abd4a)) (Vincent Weevers)
20+
321
## [2.0.0] - 2024-10-22
422

523
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
@@ -17,6 +35,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
1735

1836
_:seedling: Initial release. If you are upgrading from `memdown`: please see [`UPGRADING.md`](./UPGRADING.md)._
1937

38+
[3.0.0]: https://github.com/Level/memory-level/releases/tag/v3.0.0
39+
2040
[2.0.0]: https://github.com/Level/memory-level/releases/tag/v2.0.0
2141

2242
[1.0.0]: https://github.com/Level/memory-level/releases/tag/v1.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memory-level",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "In-memory abstract-level database for Node.js and browsers",
55
"author": "Rod Vagg <[email protected]> (https://github.com/rvagg)",
66
"license": "MIT",

0 commit comments

Comments
 (0)