This repository was archived by the owner on Dec 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 7.1.0] - 2021-09-30
4+
5+ ### Added
6+
7+ - Add ` db.getMany(keys) ` ([ #102 ] ( https://github.com/Level/encoding-down/issues/102 ) ) ([ ` 4038a30 ` ] ( https://github.com/Level/encoding-down/commit/4038a30 ) ) (Vincent Weevers).
8+
39## [ 7.0.0] - 2021-04-09
410
511_ If you are upgrading: please see [ ` UPGRADING.md ` ] ( UPGRADING.md ) ._
@@ -342,10 +348,12 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
342348
343349- Version bump ([ ** @juliangruber ** ] ( https://github.com/juliangruber ) )
344350
345- ## 1.0.0 - 2017-01-26
351+ ## [ 1.0.0] - 2017-01-26
346352
347353:seedling : Initial release.
348354
355+ [ 7.1.0 ] : https://github.com/Level/encoding-down/releases/tag/v7.1.0
356+
349357[ 7.0.0 ] : https://github.com/Level/encoding-down/releases/tag/v7.0.0
350358
351359[ 6.3.0 ] : https://github.com/Level/encoding-down/releases/tag/v6.3.0
@@ -421,3 +429,5 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
421429[ 2.0.1 ] : https://github.com/Level/encoding-down/releases/tag/v2.0.1
422430
423431[ 2.0.0 ] : https://github.com/Level/encoding-down/releases/tag/v2.0.0
432+
433+ [ 1.0.0 ] : https://github.com/Level/encoding-down/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " encoding-down" ,
3- "version" : " 7.0 .0" ,
3+ "version" : " 7.1 .0" ,
44 "description" : " An abstract-leveldown implementation that wraps another store to encode keys and values" ,
55 "license" : " MIT" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments