This repository was archived by the owner on Dec 1, 2024. It is now read-only.
File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.1.0] - 2021-10-01
4
+
5
+ ### Changed
6
+
7
+ - Bump ` deferred-leveldown ` from 6.x to 7.x ([ ` 2226bba ` ] ( https://github.com/Level/levelup/commit/2226bba ) ) (Vincent Weevers)
8
+
9
+ ### Added
10
+
11
+ - Add ` db.getMany(keys) ` ([ ` 02cf2d3 ` ] ( https://github.com/Level/levelup/commit/02cf2d3 ) ) (Vincent Weevers).
12
+
3
13
## [ 5.0.1] - 2021-06-07
4
14
5
15
### Changed
@@ -1141,6 +1151,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
1141
1151
1142
1152
- Remove unused ` inherits ` variable ([ ** @rvagg ** ] ( https://github.com/rvagg ) )
1143
1153
1154
+ [ 5.1.0 ] : https://github.com/Level/levelup/releases/tag/v5.1.0
1155
+
1144
1156
[ 5.0.1 ] : https://github.com/Level/levelup/releases/tag/v5.0.1
1145
1157
1146
1158
[ 5.0.0 ] : https://github.com/Level/levelup/releases/tag/v5.0.0
@@ -1271,7 +1283,7 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
1271
1283
1272
1284
[ 0.6.0 ] : https://github.com/Level/levelup/releases/tag/0.6.0
1273
1285
1274
- [ 0.6.0-rc1 ] :https://github.com/Level/levelup/releases/tag/0.6.0-rc1
1286
+ [ 0.6.0-rc1 ] : https://github.com/Level/levelup/releases/tag/0.6.0-rc1
1275
1287
1276
1288
[ 0.5.4 ] : https://github.com/Level/levelup/releases/tag/0.5.4
1277
1289
Original file line number Diff line number Diff line change 42
42
- [ Contributing] ( #contributing )
43
43
- [ Big Thanks] ( #big-thanks )
44
44
- [ Donate] ( #donate )
45
- - [ Backers] ( #backers )
46
- - [ Sponsors] ( #sponsors )
47
45
- [ License] ( #license )
48
46
49
47
</details >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " levelup" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.1.0 " ,
4
4
"description" : " Fast & simple storage - a Node.js-style LevelDB wrapper" ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/levelup.js" ,
You can’t perform that action at this time.
0 commit comments