diff --git a/CHANGELOG.md b/CHANGELOG.md index e09547c4..abc1fc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,22 @@ # Changelog -## [Unreleased] +## [Unreleased][unreleased] ## [4.0.0] - 2018-12-22 ### Changed -* Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` (@ralphtheninja) -* Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` (@vweevers) -* Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` (@ralphtheninja) -* Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` (@ralphtheninja) -* Replace `remark-cli` with `hallmark` (#621) (@vweevers) -* Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` (@ralphtheninja) -* Add `.nyc_output/` to `.npmignore` (@ralphtheninja) + +- Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([**@vweevers**](https://github.com/vweevers)) +- Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Replace `remark-cli` with `hallmark` ([#621](https://github.com/level/levelup/issues/621)) ([**@vweevers**](https://github.com/vweevers)) +- Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Add `.nyc_output/` to `.npmignore` ([**@ralphtheninja**](https://github.com/ralphtheninja)) ### Removed -* Remove `IE10` from `airtap` (#625) (@ralphtheninja) + +- Remove `IE10` from `airtap` ([#625](https://github.com/level/levelup/issues/625)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) ## [3.1.1] - 2018-07-14 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 81b92f78..ed1a6964 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,8 +5,8 @@ | **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) | | **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) | -| **Dominic Tarr** | [**@dominictarr**](https://github.com/dominictarr) | [**@dominictarr@twitter**](https://twitter.com/dominictarr) | | **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) | +| **Dominic Tarr** | [**@dominictarr**](https://github.com/dominictarr) | [**@dominictarr@twitter**](https://twitter.com/dominictarr) | | **Matteo Collina** | [**@mcollina**](https://github.com/mcollina) | [**@matteocollina@twitter**](https://twitter.com/matteocollina) | | **James Halliday** | [**@substack**](https://github.com/substack) | [**@substack@twitter**](https://twitter.com/substack) | | **David Björklund** | [**@kesla**](https://github.com/kesla) | [**@david_bjorklund@twitter**](https://twitter.com/david_bjorklund) | diff --git a/LICENSE.md b/LICENSE.md index bce87aaa..1315b2f3 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,9 +1,21 @@ # The MIT License (MIT) -**Copyright © 2012-present `levelup` [Contributors](CONTRIBUTORS.md).** +**Copyright © 2012-present [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. diff --git a/README.md b/README.md index 48b5d494..f84aa28b 100644 --- a/README.md +++ b/README.md @@ -480,11 +480,11 @@ There are multiple ways you can find help in using Level in Node.js: ## Contributing -`levelup` is an **OPEN Open Source Project**. This means that: +[`Level/levelup`](https://github.com/Level/levelup) is an **OPEN Open Source Project**. This means that: > Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project. -See the [contribution guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details. +See the [Contribution Guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details. ## Big Thanks @@ -494,6 +494,6 @@ Cross-browser Testing Platform and Open Source ♥ Provided by [Sauce Labs](http ## License -[MIT](LICENSE.md) © 2012-present `levelup` [Contributors](CONTRIBUTORS.md). +[MIT](LICENSE.md) © 2012-present [Contributors](CONTRIBUTORS.md). [level-badge]: http://leveldb.org/img/badge.svg diff --git a/package.json b/package.json index 027cac03..38ea3460 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,16 @@ { "name": "levelup", - "description": "Fast & simple storage - a Node.js-style LevelDB wrapper", "version": "4.0.0", - "repository": { - "type": "git", - "url": "https://github.com/level/levelup.git" - }, - "homepage": "https://github.com/level/levelup", - "keywords": [ - "leveldb", - "stream", - "database", - "db", - "store", - "storage", - "json" - ], + "description": "Fast & simple storage - a Node.js-style LevelDB wrapper", + "license": "MIT", "main": "lib/levelup.js", + "scripts": { + "test": "standard && hallmark && nyc node test", + "coverage": "nyc report --reporter=text-lcov | coveralls", + "test-browsers": "airtap --loopback airtap.local test/index.js", + "test-browser-local": "airtap --local test/index.js", + "hallmark": "hallmark --fix" + }, "dependencies": { "deferred-leveldown": "~5.0.0", "level-errors": "~2.0.0", @@ -34,8 +28,8 @@ "coveralls": "~3.0.2", "delayed": "~1.0.1", "encoding-down": "^6.0.0", - "hallmark": "~0.1.0", - "level-community": "~3.0.0", + "hallmark": "^0.1.0", + "level-community": "^3.0.0", "memdown": "^3.0.0", "nyc": "~13.1.0", "pinkie": "~2.0.4", @@ -45,19 +39,29 @@ "tape": "^4.7.0", "trickle": "0.0.2" }, - "scripts": { - "test": "standard && hallmark && nyc node test", - "coverage": "nyc report --reporter=text-lcov | coveralls", - "test-browsers": "airtap --loopback airtap.local test/index.js", - "test-browser-local": "airtap --local test/index.js", - "hallmark": "hallmark --fix" - }, "hallmark": { "community": "level-community", - "validateLinks": false + "validateLinks": false, + "ignore": [ + "README.md" + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/level/levelup.git" }, + "homepage": "https://github.com/level/levelup", + "keywords": [ + "level", + "leveldb", + "stream", + "database", + "db", + "store", + "storage", + "json" + ], "engines": { "node": ">=6" - }, - "license": "MIT" + } }