This repository was archived by the owner on Dec 1, 2024. It is now read-only.
Releases: Level/level-rocksdb
Releases · Level/level-rocksdb
v5.0.0
If you are upgrading: please see UPGRADING.md.
Changed
- Breaking: bump
rocksdbfrom 4.x to 5.x (a02f4b5) (Vincent Weevers) - Breaking: bump
level-packagerfrom 5.x to 6.x (#73) (a0b5ea6) (Vincent Weevers)
Removed
- Breaking: drop Node.js 8 (Level/community#98) (
ec94d45) (Vincent Weevers) - Remove legacy range options from README (Level/community#86) (
6d08202) (Vincent Weevers).
v4.0.0
If you are upgrading: please see UPGRADING.md.
Changed
- Upgrade
level-packagerfrom^4.0.0to^5.0.1(1033aa8) (#59) (@vweevers) - Upgrade
rocksdbfrom^3.0.0to^4.0.0(51dfde2) (#59) (@vweevers) - Apply common project tweaks (#54, #55) (@vweevers)
- Upgrade
standarddevDependency from^11.0.1to^12.0.0(#42) (@ralphtheninja)
Added
- Add node 12 to Travis (
8132936) (#59) (@vweevers) - Add
nycandcoveralls(#41, #56, #57) (@ralphtheninja, @vweevers) - Add
.npmignore(10f0e72) (@vweevers)
Removed
- Remove node 9 from Travis (
9a83c55) (@ralphtheninja) - Drop node < 8.6.0 (
cbe000a) (#59) (@vweevers)
Fixed
v3.0.1
Changed
- Upgrade
level-packagerto^4.0.0(@ralphtheninja) - Use abstract tests from
level-packager(@ralphtheninja) - Tweak copyright years for less maintenance (@ralphtheninja)
- Replace
LICENSEwithLICENSE.md(@ralphtheninja) - Switch to plain MIT license (@ralphtheninja)
- Add
CONTRIBUTORS.mdstub (@ralphtheninja)
Removed
- Remove apt package from Travis (@ralphtheninja)
- Remove
contributorsfrompackage.json(@ralphtheninja)
v3.0.0
Changed
- Upgrade
rocksdbto^3.0.0(@ralphtheninja) - Upgrade
level-packagerto^3.0.0(@ralphtheninja)
Added
- Add node 10 to Travis (@ralphtheninja)
- Add
standard(@ralphtheninja) - Add
CHANGELOG.mdandUPGRADING.md(@ralphtheninja)
Removed
- Remove node 4 from Travis (@ralphtheninja)
v2.0.0
Changed
- Upgrade
rocksdbto^2.0.0(@ralphtheninja) - Upgrade
level-packagerto^2.0.0(@ralphtheninja) - Update README (@vweevers)
Added
- Add Greenkeeper badge (@ralphtheninja)
- Add node 9 to Travis (@ralphtheninja)
Removed
- Remove node 7 from Travis (@ralphtheninja)
Fixed
- Fix oom problems on linux by limiting cores (@ralphtheninja)