File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.0] - 2024-10-22
4
+
5
+ _ If you are upgrading: please see [ ` UPGRADING.md ` ] ( UPGRADING.md ) ._
6
+
7
+ ### Changed
8
+
9
+ - ** Breaking:** upgrade to abstract-level 2 ([ ` 77dac64 ` ] ( https://github.com/Level/memory-level/commit/77dac64 ) ) (Vincent Weevers)
10
+
11
+ ### Removed
12
+
13
+ - ** Breaking:** drop support of Node.js < 18 ([ ` caff07d ` ] ( https://github.com/Level/memory-level/commit/caff07d ) ) (Vincent Weevers)
14
+ - Remove ` level-mem ` compatibility checks ([ ` 8552de5 ` ] ( https://github.com/Level/memory-level/commit/8552de5 ) ) (Vincent Weevers)
15
+
3
16
## [ 1.0.0] - 2022-01-30
4
17
5
18
_ :seedling : Initial release. If you are upgrading from ` memdown ` : please see [ ` UPGRADING.md ` ] ( ./UPGRADING.md ) ._
6
19
20
+ [ 2.0.0 ] : https://github.com/Level/memory-level/releases/tag/v2.0.0
21
+
7
22
[ 1.0.0 ] : https://github.com/Level/memory-level/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " memory-level" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"description" : " In-memory abstract-level database for Node.js and browsers" ,
5
5
"author" :
" Rod Vagg <[email protected] > (https://github.com/rvagg)" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments