# Changelog

## [6.2.0] - 2024-12-27

### Added

- Add `has` property ([#33](https://github.com/Level/supports/issues/33)) ([`f644190`](https://github.com/Level/supports/commit/f644190)) (Vincent Weevers)

## [6.1.1] - 2024-12-23

### Fixed

- Fix typings for snapshots ([`b235a3d`](https://github.com/Level/supports/commit/b235a3d)) (Vincent Weevers)

## [6.1.0] - 2024-12-23

### Added

- Add `implicit-` and `explicitSnapshots` ([`61f15ae`](https://github.com/Level/supports/commit/61f15ae)) (Vincent Weevers)

## [6.0.0] - 2024-01-27

### Added

- Add `signals` ([#22](https://github.com/Level/supports/issues/22)) ([`74b1706`](https://github.com/Level/supports/commit/74b1706)) (Vincent Weevers).

### Removed

- **Breaking:** drop Node.js < 16 ([`4e86afa`](https://github.com/Level/supports/commit/4e86afa)) (Vincent Weevers).

## [5.0.0] - 2022-11-09

### Changed

- **Breaking:** remove properties that were already true since `abstract-level@1` ([`43ba6b7`](https://github.com/Level/supports/commit/43ba6b7)) (Vincent Weevers)
- Use promise API of `db.open()` and `close()` in tests ([`f2ad373`](https://github.com/Level/supports/commit/f2ad373)) (Vincent Weevers)

## [4.0.1] - 2022-03-06

### Fixed

- Update support matrix ([`c30998f`](https://github.com/Level/supports/commit/c30998f)) (Vincent Weevers)
- Align LICENSE with SPDX ([`1bb9f9c`](https://github.com/Level/supports/commit/1bb9f9c)) (Vincent Weevers)

## [4.0.0] - 2022-01-02

### Removed

- **Breaking:** drop Node.js 10 ([`ad1c533`](https://github.com/Level/supports/commit/ad1c533)) (Vincent Weevers)
- Remove unused properties ([`c894eba`](https://github.com/Level/supports/commit/c894eba)) (Vincent Weevers).

### Fixed

- Align docs with `abstract-level` ([`c894eba`](https://github.com/Level/supports/commit/c894eba)) (Vincent Weevers).

## [3.0.0] - 2021-11-07

_No longer compatible with `abstract-leveldown`, `levelup` or their dependents._

### Changed

- **Breaking:** change `encodings` and `events` to always be objects ([`eb819a6`](https://github.com/Level/supports/commit/eb819a6)) (Vincent Weevers)
- **Breaking:** replace default export with named export ([`7e9e467`](https://github.com/Level/supports/commit/7e9e467)) (Vincent Weevers)

### Added

- Add typings ([`3df48fc`](https://github.com/Level/supports/commit/3df48fc)) (Vincent Weevers).

## [2.1.0] - 2021-10-27

### Changed

- Allow `manifest.encodings` to be an object ([`284e0db`](https://github.com/Level/supports/commit/284e0db)) (Vincent Weevers)

## [2.0.2] - 2021-10-09

### Added

- Add `idempotentOpen` and `passiveOpen` features ([`fc3f1e0`](https://github.com/Level/supports/commit/fc3f1e0)) (Vincent Weevers)
- Add `events` feature ([`22a3837`](https://github.com/Level/supports/commit/22a3837)) (Vincent Weevers)
- Document that `encodings` implies utf8 default ([`d1b6d89`](https://github.com/Level/supports/commit/d1b6d89)) (Vincent Weevers)
- Document `status` values ([`0837a16`](https://github.com/Level/supports/commit/0837a16)) (Vincent Weevers)

### Fixed

- Update support matrices ([`eb92d8b`](https://github.com/Level/supports/commit/eb92d8b), [`ef14920`](https://github.com/Level/supports/commit/ef14920), [`0681a1e`](https://github.com/Level/supports/commit/0681a1e), [`ca2a0e6`](https://github.com/Level/supports/commit/ca2a0e6)) (Vincent Weevers)

## [2.0.1] - 2021-09-24

### Added

- Add features: `getMany`, `keyIterator`, `valueIterator`, `iteratorNextv`, `iteratorAll` ([#11](https://github.com/Level/supports/issues/11)) ([`b44a410`](https://github.com/Level/supports/commit/b44a410)) (Vincent Weevers)

## [2.0.0] - 2021-04-09

### Changed

- **Breaking:** modernize syntax and bump standard ([`5d7cc6d`](https://github.com/Level/supports/commit/5d7cc6d)) ([Level/community#98](https://github.com/Level/community/issues/98)) (Vincent Weevers). Drops support of node 6, node 8 and old browsers.

## [1.0.1] - 2019-10-13

### Added

- Document format of `additionalMethods` ([`192bc9e`](https://github.com/Level/supports/commit/192bc9e)) ([**@vweevers**](https://github.com/vweevers))

### Fixed

- Clone `additionalMethods` to prevent mutation ([#4](https://github.com/Level/supports/issues/4)) ([**@vweevers**](https://github.com/vweevers))

## [1.0.0] - 2019-09-22

:seedling: Initial release.

[6.2.0]: https://github.com/Level/supports/releases/tag/v6.2.0

[6.1.1]: https://github.com/Level/supports/releases/tag/v6.1.1

[6.1.0]: https://github.com/Level/supports/releases/tag/v6.1.0

[6.0.0]: https://github.com/Level/supports/releases/tag/v6.0.0

[5.0.0]: https://github.com/Level/supports/releases/tag/v5.0.0

[4.0.1]: https://github.com/Level/supports/releases/tag/v4.0.1

[4.0.0]: https://github.com/Level/supports/releases/tag/v4.0.0

[3.0.0]: https://github.com/Level/supports/releases/tag/v3.0.0

[2.1.0]: https://github.com/Level/supports/releases/tag/v2.1.0

[2.0.2]: https://github.com/Level/supports/releases/tag/v2.0.2

[2.0.1]: https://github.com/Level/supports/releases/tag/v2.0.1

[2.0.0]: https://github.com/Level/supports/releases/tag/v2.0.0

[1.0.1]: https://github.com/Level/supports/releases/tag/v1.0.1

[1.0.0]: https://github.com/Level/supports/releases/tag/v1.0.0
