This repository was archived by the owner on Dec 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
313## [ 5.0.1] - 2021-06-07
414
515### Changed
@@ -1141,6 +1151,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
11411151
11421152- Remove unused ` inherits ` variable ([ ** @rvagg ** ] ( https://github.com/rvagg ) )
11431153
1154+ [ 5.1.0 ] : https://github.com/Level/levelup/releases/tag/v5.1.0
1155+
11441156[ 5.0.1 ] : https://github.com/Level/levelup/releases/tag/v5.0.1
11451157
11461158[ 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)._
12711283
12721284[ 0.6.0 ] : https://github.com/Level/levelup/releases/tag/0.6.0
12731285
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
12751287
12761288[ 0.5.4 ] : https://github.com/Level/levelup/releases/tag/0.5.4
12771289
Original file line number Diff line number Diff line change 4242- [ Contributing] ( #contributing )
4343- [ Big Thanks] ( #big-thanks )
4444- [ Donate] ( #donate )
45- - [ Backers] ( #backers )
46- - [ Sponsors] ( #sponsors )
4745- [ License] ( #license )
4846
4947</details >
Original file line number Diff line number Diff line change 11{
22 "name" : " levelup" ,
3- "version" : " 5.0.1 " ,
3+ "version" : " 5.1.0 " ,
44 "description" : " Fast & simple storage - a Node.js-style LevelDB wrapper" ,
55 "license" : " MIT" ,
66 "main" : " lib/levelup.js" ,
You can’t perform that action at this time.
0 commit comments