Level/level
Universal abstract-level database for Node.js and browsers.
30 Releases
Latest: 1y ago
v10.0.0Latest
📋 Changed
- Breaking: upgrade to abstract-level 3 ([#248](https://github.com/Level/level/issues/248)) ([`b27277c`](https://github.com/Level/level/commit/b27277c)) (Vincent Weevers)
v9.0.0
📋 Changed
- Breaking: upgrade to `abstract-level` 2 ([#247](https://github.com/Level/level/issues/247)) ([`7d8c962`](https://github.com/Level/level/commit/7d8c962)) (Vincent Weevers)
v8.0.1
🐛 Fixed
- Explicitly depend on abstract-level for TypeScript ([#241](https://github.com/Level/level/issues/241)) ([`c501868`](https://github.com/Level/level/commit/c501868)) (Hanxx).
v8.0.0
📋 Changed
- Breaking: switch to `classic-level` and `browser-level` ([#215](https://github.com/Level/level/issues/215)) ([`ad22b21`](https://github.com/Level/level/commit/ad22b21)) (Vincent Weevers).
v7.0.1
✨ Added
- Document new features ([#207](https://github.com/Level/level/issues/207)) ([`ad8f924`](https://github.com/Level/level/commit/ad8f924)) (Vincent Weevers)
🐛 Fixed
- Bump dependencies to prevent dedupe ([`7083ec6`](https://github.com/Level/level/commit/7083ec6)) (Vincent Weevers)
- Clarify `close()` documentation ([#197](https://github.com/Level/level/issues/197)) ([`c82fdbc`](https://github.com/Level/level/commit/c82fdbc)) (Vincent Weevers)
v7.0.0
📋 Changed
- Breaking: bump `leveldown` and `level-packager` ([`53bd922`](https://github.com/Level/level/commit/53bd922)) (Vincent Weevers)
- Breaking: bump `level-js` from 5.x to 6.x ([#194](https://github.com/Level/level/issues/194)) ([`1f6c603`](https://github.com/Level/level/commit/1f6c603)) (Alex Potsides)
- Breaking: modernize syntax ([Level/community#98](https://github.com/Level/community/issues/98)) ([`d001b2c`](https://github.com/Level/level/commit/d001b2c)) (Vincent Weevers)
- Add `files` to `package.json` and remove `.npmignore` ([`329e1f5`](https://github.com/Level/level/commit/329e1f5)) (Vincent Weevers)
✨ Added
- Document chained batch encoding options ([Level/levelup#633](https://github.com/Level/levelup/issues/633)) ([`0b3c11d`](https://github.com/Level/level/commit/0b3c11d)) (Vincent Weevers)
- Document the `clear` event ([Level/community#79](https://github.com/Level/community/issues/79)) ([`52314bf`](https://github.com/Level/level/commit/52314bf)) (Vincent Weevers)
🗑️ Removed
- Breaking: drop node 8 ([Level/community#98](https://github.com/Level/community/issues/98)) ([`f8a0047`](https://github.com/Level/level/commit/f8a0047), [`31317a6`](https://github.com/Level/level/commit/31317a6)) (Vincent Weevers)
- Remove legacy range options from README ([Level/community#86](https://github.com/Level/community/issues/86)) ([`e56c6b1`](https://github.com/Level/level/commit/e56c6b1)) (Vincent Weevers)
v6.0.1
📋 Changed
- Switch from `opencollective-postinstall` to npm `funding` ([#173](https://github.com/Level/level/issues/173)) ([@Richienb](https://github.com/Richienb))
- Upgrade `nyc` devDependency from `^14.0.0` to `^15.0.0` ([#169](https://github.com/Level/level/issues/169)) ([@vweevers](https://github.com/vweevers))
- Upgrade `airtap` devDependency from `^2.0.1` to `^3.0.0` ([#171](https://github.com/Level/level/issues/171)) ([@vweevers](https://github.com/vweevers))
v6.0.0
📋 Changed
- Breaking: upgrade `level-js` from `^4.0.0` to `^5.0.0` ([#158](https://github.com/Level/level/issues/158)) ([@vweevers](https://github.com/vweevers))
- Upgrade `hallmark` devDependency from `^0.1.0` to `^2.0.0` ([#152](https://github.com/Level/level/issues/152), [#157](https://github.com/Level/level/issues/157)) ([@vweevers](https://github.com/vweevers))
- Upgrade `standard` devDependency from `^12.0.0` to `^14.0.0` ([#151](https://github.com/Level/level/issues/151), [#155](https://github.com/Level/level/issues/155)) ([@vweevers](https://github.com/vweevers))
- Upgrade `nyc` devDependency from `^13.2.0` to `^14.0.0` ([#147](https://github.com/Level/level/issues/147)) ([@vweevers](https://github.com/vweevers))
✨ Added
- Document manifest, `iterator()` and `clear()` ([#162](https://github.com/Level/level/issues/162)) ([@vweevers](https://github.com/vweevers))
- Add links to `browserify-starter` and `webpack-starter` ([`6ff1802`](https://github.com/Level/level/commit/6ff1802)) ([@vweevers](https://github.com/vweevers))
🐛 Fixed
- Bump `leveldown` and `level-packager` to prevent dedupe ([`5efdc82`](https://github.com/Level/level/commit/5efdc82), [`a9656c3`](https://github.com/Level/level/commit/a9656c3), [`97cb31c`](https://github.com/Level/level/commit/97cb31c)) ([@vweevers](https://github.com/vweevers))
v5.0.1
🐛 Fixed
- Temporarily skip `hallmark` test because it breaks CITGM ([#145](https://github.com/Level/level/issues/145)) ([@vweevers](https://github.com/vweevers))
v5.0.0
📋 Changed
- Upgrade `leveldown` from `^4.0.0` to `^5.0.0` ([#133](https://github.com/Level/level/issues/133), [#144](https://github.com/Level/level/issues/144)) ([@vweevers](https://github.com/vweevers))
- Upgrade `level-packager` from `^3.0.0` to `^5.0.0` ([#113](https://github.com/Level/level/issues/113), [#131](https://github.com/Level/level/issues/131)) ([@ralphtheninja](https://github.com/ralphtheninja), [@vweevers](https://github.com/vweevers))
- Prefer `var` over `const` in README ([`f032b6c`](https://github.com/Level/level/commit/f032b6c)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([#118](https://github.com/Level/level/issues/118)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Tweak copyright years for less maintenance ([`0b9c8ad`](https://github.com/Level/level/commit/0b9c8ad)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Tweak Open Collective documentation ([#137](https://github.com/Level/level/issues/137)) ([@vweevers](https://github.com/vweevers))
- Apply common project tweaks ([#136](https://github.com/Level/level/issues/136), [#138](https://github.com/Level/level/issues/138)) ([@vweevers](https://github.com/vweevers))
- Add `.travis.yml` and `appveyor.yml` to `.npmignore` ([`7b5c340`](https://github.com/Level/level/commit/7b5c340)) ([@vweevers](https://github.com/vweevers))
✨ Added
- Integrate `level-js` for browser support ([#135](https://github.com/Level/level/issues/135)) ([@vweevers](https://github.com/vweevers))
- Add appveyor ([#112](https://github.com/Level/level/issues/112)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Enable OSX on Travis ([#111](https://github.com/Level/level/issues/111)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Add `nyc` and `coveralls` devDependencies ([#115](https://github.com/Level/level/issues/115), [#143](https://github.com/Level/level/issues/143)) ([@ralphtheninja](https://github.com/ralphtheninja), [@vweevers](https://github.com/vweevers))
- Add `hallmark` devDependency ([#134](https://github.com/Level/level/issues/134)) ([@vweevers](https://github.com/vweevers))
- Add note about Rollup to `README.md` ([#139](https://github.com/Level/level/issues/139)) ([@vweevers](https://github.com/vweevers))
🗑️ Removed
- Remove node 6 and 9 ([#129](https://github.com/Level/level/issues/129), [`2bf1d3f`](https://github.com/Level/level/commit/2bf1d3f)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Remove contributors from `package.json` ([`f37252d`](https://github.com/Level/level/commit/f37252d)) ([@ralphtheninja](https://github.com/ralphtheninja))
v5.0.0-0Pre-release
📋 Changed
- Upgrade `leveldown` from `^4.0.0` to `^5.0.0-1` ([#133](https://github.com/Level/level/issues/133)) ([@vweevers](https://github.com/vweevers))
- Upgrade `level-packager` from `^3.0.0` to `^5.0.0` ([#113](https://github.com/Level/level/issues/113), [#131](https://github.com/Level/level/issues/131)) ([@ralphtheninja](https://github.com/ralphtheninja), [@vweevers](https://github.com/vweevers))
- Prefer `var` over `const` in README ([`f032b6c`](https://github.com/Level/level/commit/f032b6c)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([#118](https://github.com/Level/level/issues/118)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Tweak copyright years for less maintenance ([`0b9c8ad`](https://github.com/Level/level/commit/0b9c8ad)) ([@ralphtheninja](https://github.com/ralphtheninja))
✨ Added
- Integrate `level-js` for browser support ([#135](https://github.com/Level/level/issues/135)) ([@vweevers](https://github.com/vweevers))
- Add appveyor ([#112](https://github.com/Level/level/issues/112)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Enable OSX on Travis ([#111](https://github.com/Level/level/issues/111)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Add `nyc` and `coveralls` devDependencies ([#115](https://github.com/Level/level/issues/115)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Add `hallmark` devDependency ([#134](https://github.com/Level/level/issues/134)) ([@vweevers](https://github.com/vweevers))
🗑️ Removed
- Remove node 6 and 9 ([#129](https://github.com/Level/level/issues/129), [`2bf1d3f`](https://github.com/Level/level/commit/2bf1d3f)) ([@ralphtheninja](https://github.com/ralphtheninja))
- Remove contributors from `package.json` ([`f37252d`](https://github.com/Level/level/commit/f37252d)) ([@ralphtheninja](https://github.com/ralphtheninja))
v4.0.0
📋 Changed
- Update `leveldown` to `^4.0.0` (@ralphtheninja)
- Update `level-packager` to `^3.0.0` (@ralphtheninja)
- Switch to `opencollective-postinstall` (@mateodelnorte)
🗑️ Removed
- Remove node 4 from Travis (@ralphtheninja)
v3.0.2
📋 Changed
- Switch to `opencollective-postinstall` (@mateodelnorte)
v3.0.1
✨ Added
- Travis: add 10 (@ralphtheninja)
📋 Changed
- Update `standard` to `^11.0.0` (@ralphtheninja)
- Fix typo in README (@rasmuserik)
🐛 Fixed
- Fix postinstall failures with OpenCollective (@vweevers)
v3.0.0
✨ Added
- Travis: add 9 (@ralphtheninja)
- README: add table of contents (@ralphtheninja)
📋 Changed
- Update `leveldown` to `^3.0.0` (@ralphtheninja)
v2.1.2
✨ Added
- Add OpenCollective (@monkeywithacupcake)
📋 Changed
- README: change Travis badge from png to svg (@ralphtheninja)
v2.1.1
📋 Changed
- README: document `.errors` property (@ralphtheninja)
v2.1.0
📋 Changed
- Update `level-packager` to `^2.0.2` (@ralphtheninja)
- Update `leveldown` to `^2.1.1` (@ralphtheninja)
v2.0.1
📋 Changed
- Restore node 4 (@vweevers)
v2.0.0
✨ Added
- Add `standard` for linting (@ralphtheninja)
- README: copy over docs from `levelup` (@ralphtheninja)
- README: add node badge (@ralphtheninja)
📋 Changed
- Update `level-packager` to `~2.0.0` (@ralphtheninja)
- Update `leveldown` to `~2.0.0` (@ralphtheninja)
v2.0.0-rc3
📋 Changed
- Update `level-packager` to `2.0.0-rc3` (@ralphtheninja)
- Update `leveldown` to `~1.8.0` (@ralphtheninja)
v2.0.0-rc2
📋 Changed
- Update `level-packager` to `2.0.0-rc2` (@ralphtheninja)
- Update `leveldown` to `~1.7.2` (@ralphtheninja)
v2.0.0-rc1
✨ Added
- README: add Greenkeeper badge (@ralphtheninja)
- Travis: add 8 (@ralphtheninja)
📋 Changed
- Update `level-packager` to `2.0.0-rc1` (@ralphtheninja)
🗑️ Removed
- Travis: remove 0.12, 4, 5, and 7 (@ralphtheninja)
v1.7.0
📋 Changed
- Update `leveldown` to `~1.7.0` (@ralphtheninja)
v1.6.0
✨ Added
- Travis: add 7 (@ralphtheninja)
📋 Changed
- Update copyright year to 2017 (@ralphtheninja)
- Update `leveldown` to `~1.6.0` (@ralphtheninja)
🗑️ Removed
- Travis: remove 0.10 (@ralphtheninja)
v1.5.0
✨ Added
- Travis: add 6 (@ralphtheninja)
📋 Changed
- Use gcc 4.8 on Travis
- Update `leveldown` to `~1.5.0` (@juliangruber)
🗑️ Removed
- Travis: remove 1.0, 1.8, 2 and 3 (@ralphtheninja)
v1.4.0
✨ Added
- Travis: add 1.0, 2, 3, 4 and 5 (@ralphtheninja)
- README: add dependency badge (@ralphtheninja)
📋 Changed
- Update `level-packager` to `~1.2.0` (@ralphtheninja)
v1.3.0
📋 Changed
- Update `leveldown` to `~1.4.0` (@ArtskydJ)
v1.2.0
📋 Changed
- Update `level-packager` to `~1.1.0` (@timoxley)
- Update `leveldown` to `~1.3.0` (@timoxley)
v1.1.0
📋 Changed
- Update `leveldown` to `~1.2.2` for prebuilt binaries (@ralphtheninja)
