Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

## [Unreleased][unreleased]

## [3.1.0] - 2019-04-21

### Changed

- Upgrade `bindings` from `~1.3.0` to `~1.5.0` ([#95](https://github.com/level/rocksdb/issues/95)) ([**@vweevers**](https://github.com/vweevers))
- Upgrade `nan` from `~2.11.0` to `~2.13.2` ([#89](https://github.com/level/rocksdb/issues/89), [#97](https://github.com/level/rocksdb/issues/97)) ([**@vweevers**](https://github.com/vweevers))
- Upgrade `nyc` devDependency from `^12.0.2` to `^13.2.0` ([#92](https://github.com/level/rocksdb/issues/92)) ([**@vweevers**](https://github.com/vweevers))
- Apply common project tweaks ([#90](https://github.com/level/rocksdb/issues/90), [#91](https://github.com/level/rocksdb/issues/91)) ([**@vweevers**](https://github.com/vweevers))

### Added

- Add `readOnly` option ([#98](https://github.com/level/rocksdb/issues/98)) ([**@eugeneware**](https://github.com/eugeneware))

### Removed

- Remove `prebuild` script from `package.json` ([#102](https://github.com/level/rocksdb/issues/102)) ([**@vweevers**](https://github.com/vweevers))
- Remove link to dead website ([`2430b09`](https://github.com/level/rocksdb/commit/2430b09)) ([**@vweevers**](https://github.com/vweevers))

### Fixed

- Fix subtests by adding `t.plan()` ([#94](https://github.com/level/rocksdb/issues/94)) ([**@vweevers**](https://github.com/vweevers))
- Gitignore debug builds of dependencies ([#101](https://github.com/level/rocksdb/issues/101)) ([**@vweevers**](https://github.com/vweevers))
- Npmignore Windows builds, RocksDB docs, tools and more ([#101](https://github.com/level/rocksdb/issues/101)) ([**@vweevers**](https://github.com/vweevers))

## [3.0.3] - 2018-12-09

### Changed
Expand Down Expand Up @@ -105,7 +129,9 @@

**Historical Note** Earlier versions were published before `v1.0.0` but the code was then a branch inside [`leveldown`](https://github.com/level/leveldown). This version marks the point where that code was extracted into its own repository thanks to the work of [`@mcollina`](https://github.com/mcollina).

[unreleased]: https://github.com/level/rocksdb/compare/v3.0.3...HEAD
[unreleased]: https://github.com/level/rocksdb/compare/v3.1.0...HEAD

[3.1.0]: https://github.com/level/rocksdb/compare/v3.0.3...v3.1.0

[3.0.3]: https://github.com/level/rocksdb/compare/v3.0.2...v3.0.3

Expand Down
5 changes: 3 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
| **Amine Mouafik** | [**@kytwb**](https://github.com/kytwb) | |
| **James Butler** | [**@sandfox**](https://github.com/sandfox) | |
| **Andrew Kelley** | [**@andrewrk**](https://github.com/andrewrk) | |
| **Eric Swanson** | | |
| **Eugene Ware** | | |
| **Aaron Bieber** | [**@qbit**](https://github.com/qbit) | |
| **Anton Whalley** | [**@no9**](https://github.com/no9) | [**@dhigit9@twitter**](https://twitter.com/dhigit9) |
| **Tim Kuijsten** | [**@timkuijsten**](https://github.com/timkuijsten) | [**@timkuijsten@mastodon.social**](https://mastodon.social/@timkuijsten) |
| **Michael Nisi** | [**@michaelnisi**](https://github.com/michaelnisi) | |
| **Sharvil Nanavati** | [**@sharvil**](https://github.com/sharvil) | |
| **Thorsten Lorenz** | [**@thlorenz**](https://github.com/thlorenz) | |
| **Aaron Bieber** | [**@qbit**](https://github.com/qbit) | |
| **Eric Swanson** | | |
| **Adam Bliss** | [**@abliss**](https://github.com/abliss) | |
| **flames of love** | | |
| **mscdex** | [**@mscdex**](https://github.com/mscdex) | |
Expand Down