File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.3] - 2022-03-20
4+
5+ ### Added
6+
7+ - Document error codes of ` classic-level ` and ` many-level ` ([ #20 ] ( https://github.com/Level/abstract-level/issues/20 ) ) ([ ` 4b3464c ` ] ( https://github.com/Level/abstract-level/commit/4b3464c ) ) (Vincent Weevers)
8+
9+ ### Fixed
10+
11+ - Add hidden ` abortOnClose ` option to iterators ([ ` 2935180 ` ] ( https://github.com/Level/abstract-level/commit/2935180 ) ) (Vincent Weevers)
12+ - Make internal iterator decoding options enumerable ([ ` eb08363 ` ] ( https://github.com/Level/abstract-level/commit/eb08363 ) ) (Vincent Weevers)
13+ - Restore Sauce Labs browser tests ([ ` 90b8816 ` ] ( https://github.com/Level/abstract-level/commit/90b8816 ) ) (Vincent Weevers)
14+
315## [ 1.0.2] - 2022-03-06
416
517### Fixed
1931
2032_ :seedling : Initial release. If you are upgrading from ` abstract-leveldown ` please see [ ` UPGRADING.md ` ] ( UPGRADING.md ) _
2133
34+ [ 1.0.3 ] : https://github.com/Level/abstract-level/releases/tag/v1.0.3
35+
2236[ 1.0.2 ] : https://github.com/Level/abstract-level/releases/tag/v1.0.2
2337
2438[ 1.0.1 ] : https://github.com/Level/abstract-level/releases/tag/v1.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " abstract-level" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Abstract class for a lexicographically sorted key-value database" ,
55 "license" : " MIT" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments