# Changelog

## [3.1.0] - 2025-04-20

### Added

- Implement `db.getSync()` ([#21](https://github.com/Level/memory-level/issues/21)) ([`b5f5c52`](https://github.com/Level/memory-level/commit/b5f5c52)) (Vincent Weevers)

## [3.0.0] - 2025-01-26

_Would you mind voting in this [community poll](https://github.com/orgs/Level/discussions/143)? Thank you! If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

### Changed

- **Breaking:** upgrade to `abstract-level` 3 ([#17](https://github.com/Level/memory-level/issues/17)) ([`946a57f`](https://github.com/Level/memory-level/commit/946a57f)) (Vincent Weevers)
- Refactor: split `index.js` into lib files ([#19](https://github.com/Level/memory-level/issues/19)) ([`2c24c62`](https://github.com/Level/memory-level/commit/2c24c62)) (Vincent Weevers)

### Added

- Implement `has()` and `hasMany()` ([#18](https://github.com/Level/memory-level/issues/18)) ([`fbad527`](https://github.com/Level/memory-level/commit/fbad527)) (Vincent Weevers)
- Implement explicit snapshots ([#16](https://github.com/Level/memory-level/issues/16)) ([`f832018`](https://github.com/Level/memory-level/commit/f832018)) (Vincent Weevers)

### Fixed

- Increase code coverage to 100% ([#20](https://github.com/Level/memory-level/issues/20)) ([`c5abd4a`](https://github.com/Level/memory-level/commit/c5abd4a)) (Vincent Weevers)

## [2.0.0] - 2024-10-22

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

### Changed

- **Breaking:** upgrade to abstract-level 2 ([`77dac64`](https://github.com/Level/memory-level/commit/77dac64)) (Vincent Weevers)

### Removed

- **Breaking:** drop support of Node.js < 18 ([`caff07d`](https://github.com/Level/memory-level/commit/caff07d)) (Vincent Weevers)
- Remove `level-mem` compatibility checks ([`8552de5`](https://github.com/Level/memory-level/commit/8552de5)) (Vincent Weevers)

## [1.0.0] - 2022-01-30

_:seedling: Initial release. If you are upgrading from `memdown`: please see [`UPGRADING.md`](./UPGRADING.md)._

[3.1.0]: https://github.com/Level/memory-level/releases/tag/v3.1.0

[3.0.0]: https://github.com/Level/memory-level/releases/tag/v3.0.0

[2.0.0]: https://github.com/Level/memory-level/releases/tag/v2.0.0

[1.0.0]: https://github.com/Level/memory-level/releases/tag/v1.0.0
