This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Sort package.json * Add hallmark devDependency * Add level-community devDependency * Add hallmark configuration * Add hallmark to npm scripts * Add CONTRIBUTORS.md * Update LICENSE.md * Update License section in README.md * Update Contributing section in README.md * Run hallmark * Fix 'Do not use upper-case characters in definition labels' in CHANGELOG.md
- Loading branch information
Showing
5 changed files
with
152 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,122 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
## [Unreleased][unreleased] | ||
|
||
## [3.0.3] - 2018-12-09 | ||
|
||
### Changed | ||
* Upgrade `slump` devDependency from `~2.0.0` to `~3.0.0` (#76) (@vweevers) | ||
|
||
- Upgrade `slump` devDependency from `~2.0.0` to `~3.0.0` ([#76](https://github.com/level/rocksdb/issues/76)) ([**@vweevers**](https://github.com/vweevers)) | ||
|
||
### Fixed | ||
* Add `sys/sysmacros.h` for build on modern glibc (#86) (@lachesis) | ||
|
||
- Add `sys/sysmacros.h` for build on modern glibc ([#86](https://github.com/level/rocksdb/issues/86)) ([**@lachesis**](https://github.com/lachesis)) | ||
|
||
### Removed | ||
* Remove unused `port-libuv` directory (#81) (@filoozom) | ||
|
||
- Remove unused `port-libuv` directory ([#81](https://github.com/level/rocksdb/issues/81)) ([**@filoozom**](https://github.com/filoozom)) | ||
|
||
## [3.0.2] - 2018-10-25 | ||
|
||
### Changed | ||
* Upgrade `Snappy` to `1.1.7` (@filoozom) | ||
|
||
- Upgrade `Snappy` to `1.1.7` ([**@filoozom**](https://github.com/filoozom)) | ||
|
||
## [3.0.1] - 2018-05-22 | ||
|
||
### Added | ||
* Add upgrade guide (@ralphtheninja) | ||
|
||
- Add upgrade guide ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
### Changed | ||
* Upgrade to `abstract-leveldown@~5.0.0` (@ralphtheninja) | ||
|
||
- Upgrade to `abstract-leveldown@~5.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
## [3.0.0] - 2018-05-21 | ||
|
||
### Added | ||
* Add node 10 to Travis and AppVeyor (@ralphtheninja) | ||
* Add default export (@meirionhughes) | ||
* Add `standard` (@ralphtheninja) | ||
|
||
- Add node 10 to Travis and AppVeyor ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Add default export ([**@meirionhughes**](https://github.com/meirionhughes)) | ||
- Add `standard` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
### Changed | ||
* Upgrade to `[email protected]` (@ralphtheninja) | ||
* Upgrade to `[email protected]` (@ralphtheninja) | ||
* Upgrade to `[email protected]` (@ralphtheninja) | ||
* Replace deprecated `node-uuid` with `uuid` (@ralphtheninja) | ||
|
||
- Upgrade to `[email protected]` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Upgrade to `[email protected]` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Upgrade to `[email protected]` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Replace deprecated `node-uuid` with `uuid` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
### Fixed | ||
* Fix nan deprecation warnings (@ralphtheninja) | ||
|
||
- Fix nan deprecation warnings ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
### Removed | ||
* Remove node 4 from Travis and AppVeyor (@ralphtheninja) | ||
* Remove TypeScript typings (@meirionhughes, @ralphtheninja) | ||
|
||
- Remove node 4 from Travis and AppVeyor ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Remove TypeScript typings ([**@meirionhughes**](https://github.com/meirionhughes), [**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
## [2.0.0] - 2018-02-12 | ||
|
||
### Added | ||
* Add `verify-travis-appveyor` to tests (@ralphtheninja) | ||
* Add node 9 to Travis and AppVeyor (@ralphtheninja) | ||
|
||
- Add `verify-travis-appveyor` to tests ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Add node 9 to Travis and AppVeyor ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
### Changed | ||
* Upgrade to `[email protected]` (@ralphtheninja) | ||
* Tweak badges in README (@vweevers) | ||
* Simplify AppVeyor configuration (@vweevers) | ||
* Upgrade to `[email protected]` (@ralphtheninja) | ||
* Upgrade to `[email protected]` (@ralphtheninja) | ||
* Upgrade to `[email protected]` (@ralphtheninja) | ||
|
||
- Upgrade to `[email protected]` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Tweak badges in README ([**@vweevers**](https://github.com/vweevers)) | ||
- Simplify AppVeyor configuration ([**@vweevers**](https://github.com/vweevers)) | ||
- Upgrade to `[email protected]` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Upgrade to `[email protected]` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Upgrade to `[email protected]` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
### Fixed | ||
* Fix destroy on Windows (@vweevers) | ||
|
||
- Fix destroy on Windows ([**@vweevers**](https://github.com/vweevers)) | ||
|
||
### Removed | ||
* Remove node 7 from Travis and AppVeyor (@ralphtheninja) | ||
|
||
- Remove node 7 from Travis and AppVeyor ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
## [1.1.0] - 2017-09-16 | ||
|
||
### Added | ||
* Add TypeScript typings (@meirionhughes) | ||
|
||
- Add TypeScript typings ([**@meirionhughes**](https://github.com/meirionhughes)) | ||
|
||
### Changed | ||
* Upgrade to `[email protected]` (@ralphtheninja) | ||
* Upgrade to `[email protected]` (@ralphtheninja) | ||
|
||
- Upgrade to `[email protected]` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
- Upgrade to `[email protected]` ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
## [1.0.1] - 2017-08-27 | ||
|
||
### Added | ||
* Add Greenkeeper badge (@ralphtheninja) | ||
|
||
- Add Greenkeeper badge ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
### Changed | ||
* Update dependencies (@ralphtheninja) | ||
|
||
- Update dependencies ([**@ralphtheninja**](https://github.com/ralphtheninja)) | ||
|
||
## 1.0.0 - 2017-07-01 | ||
|
||
**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.0.3...HEAD | ||
|
||
[3.0.3]: https://github.com/level/rocksdb/compare/v3.0.2...v3.0.3 | ||
|
||
[3.0.2]: https://github.com/level/rocksdb/compare/v3.0.1...v3.0.2 | ||
|
||
[3.0.1]: https://github.com/level/rocksdb/compare/v3.0.0...v3.0.1 | ||
|
||
[3.0.0]: https://github.com/level/rocksdb/compare/v2.0.0...v3.0.0 | ||
|
||
[2.0.0]: https://github.com/level/rocksdb/compare/v1.1.0...v2.0.0 | ||
|
||
[1.1.0]: https://github.com/level/rocksdb/compare/v1.0.1...v1.1.0 | ||
|
||
[1.0.1]: https://github.com/level/rocksdb/compare/v1.0.0...v1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Contributors | ||
|
||
| Name | GitHub | Social | | ||
| :---------------------- | :----------------------------------------------------- | :----------------------------------------------------------------------- | | ||
| **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) | | ||
| **Rod Vagg** | [**@rvagg**](https://github.com/rvagg) | [**@rvagg@twitter**](https://twitter.com/rvagg) | | ||
| **David Björklund** | [**@kesla**](https://github.com/kesla) | [**@david_bjorklund@twitter**](https://twitter.com/david_bjorklund) | | ||
| **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) | | ||
| **Yichao 'Peak' Ji** | [**@peakji**](https://github.com/peakji) | | | ||
| **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) | | ||
| **Mathias Buus** | [**@mafintosh**](https://github.com/mafintosh) | [**@mafintosh@twitter**](https://twitter.com/mafintosh) | | ||
| **Matteo Collina** | [**@mcollina**](https://github.com/mcollina) | [**@matteocollina@twitter**](https://twitter.com/matteocollina) | | ||
| **Dominic Tarr** | [**@dominictarr**](https://github.com/dominictarr) | [**@dominictarr@twitter**](https://twitter.com/dominictarr) | | ||
| **Raynos** | | | | ||
| **Christopher Jeffrey** | | | | ||
| **Gordon Hall** | [**@bookchin**](https://github.com/bookchin) | | | ||
| **Max Ogden** | [**@maxogden**](https://github.com/maxogden) | [**@maxogden@twitter**](https://twitter.com/maxogden) | | ||
| **cjihrig** | | | | ||
| **Geoff Greer** | [**@ggreer**](https://github.com/ggreer) | | | ||
| **Philippe Schommers** | | | | ||
| **Meirion Hughes** | [**@MeirionHughes**](https://github.com/MeirionHughes) | | | ||
| **Nicola Del Gobbo** | [**@NickNaso**](https://github.com/NickNaso) | | | ||
| **Oguz Bastemur** | [**@obastemur**](https://github.com/obastemur) | [**@obastemur@twitter**](https://twitter.com/obastemur) | | ||
| **Braydon Fuller** | [**@braydonf**](https://github.com/braydonf) | | | ||
| **duralog** | | | | ||
| **Amine Mouafik** | [**@kytwb**](https://github.com/kytwb) | | | ||
| **James Butler** | [**@sandfox**](https://github.com/sandfox) | | | ||
| **Andrew Kelley** | [**@andrewrk**](https://github.com/andrewrk) | | | ||
| **Eric Swanson** | | | | ||
| **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) | | | ||
| **Adam Bliss** | [**@abliss**](https://github.com/abliss) | | | ||
| **flames of love** | | | | ||
| **mscdex** | [**@mscdex**](https://github.com/mscdex) | | | ||
| **Dean Landolt** | [**@deanlandolt**](https://github.com/deanlandolt) | | | ||
| **No9** | | | | ||
| **Mark Wolfe** | [**@wolfeidau**](https://github.com/wolfeidau) | | | ||
| **Super-User** | | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
The MIT License (MIT) | ||
===================== | ||
# The MIT License (MIT) | ||
|
||
Copyright (c) 2017 Rod Vagg | ||
--------------------------- | ||
**Copyright © 2012-present Rod Vagg and [Contributors](CONTRIBUTORS.md).** | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters