6.2.0 - 2024-12-27
6.1.1 - 2024-12-23
- Fix typings for snapshots (
b235a3d
) (Vincent Weevers)
6.1.0 - 2024-12-23
- Add
implicit-
andexplicitSnapshots
(61f15ae
) (Vincent Weevers)
6.0.0 - 2024-01-27
- Breaking: drop Node.js < 16 (
4e86afa
) (Vincent Weevers).
5.0.0 - 2022-11-09
- Breaking: remove properties that were already true since
abstract-level@1
(43ba6b7
) (Vincent Weevers) - Use promise API of
db.open()
andclose()
in tests (f2ad373
) (Vincent Weevers)
4.0.1 - 2022-03-06
- Update support matrix (
c30998f
) (Vincent Weevers) - Align LICENSE with SPDX (
1bb9f9c
) (Vincent Weevers)
4.0.0 - 2022-01-02
- Breaking: drop Node.js 10 (
ad1c533
) (Vincent Weevers) - Remove unused properties (
c894eba
) (Vincent Weevers).
- Align docs with
abstract-level
(c894eba
) (Vincent Weevers).
3.0.0 - 2021-11-07
No longer compatible with abstract-leveldown
, levelup
or their dependents.
- Breaking: change
encodings
andevents
to always be objects (eb819a6
) (Vincent Weevers) - Breaking: replace default export with named export (
7e9e467
) (Vincent Weevers)
- Add typings (
3df48fc
) (Vincent Weevers).
2.1.0 - 2021-10-27
- Allow
manifest.encodings
to be an object (284e0db
) (Vincent Weevers)
2.0.2 - 2021-10-09
- Add
idempotentOpen
andpassiveOpen
features (fc3f1e0
) (Vincent Weevers) - Add
events
feature (22a3837
) (Vincent Weevers) - Document that
encodings
implies utf8 default (d1b6d89
) (Vincent Weevers) - Document
status
values (0837a16
) (Vincent Weevers)
2.0.1 - 2021-09-24
- Add features:
getMany
,keyIterator
,valueIterator
,iteratorNextv
,iteratorAll
(#11) (b44a410
) (Vincent Weevers)
2.0.0 - 2021-04-09
- Breaking: modernize syntax and bump standard (
5d7cc6d
) (Level/community#98) (Vincent Weevers). Drops support of node 6, node 8 and old browsers.
1.0.1 - 2019-10-13
1.0.0 - 2019-09-22
🌱 Initial release.