Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 7ded891

Browse files
committed
Add changelog, contributors.md, hallmark
1 parent d50a9a5 commit 7ded891

File tree

5 files changed

+140
-12
lines changed

5 files changed

+140
-12
lines changed

CHANGELOG.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
# Changelog
2+
3+
## [2.3.1] - 2018-01-31
4+
5+
### Fixed
6+
7+
- Bump protobuf ([`6fb4fdd`](https://github.com/Level/multileveldown/commit/6fb4fdd)) ([**@mafintosh**](https://github.com/mafintosh))
8+
9+
## [2.3.0] - 2017-02-03
10+
11+
### Added
12+
13+
- Support `preput`, `predel`, `prebatch` ([`0012276`](https://github.com/Level/multileveldown/commit/0012276)) ([**@mafintosh**](https://github.com/mafintosh))
14+
15+
## [2.2.0] - 2016-06-02
16+
17+
### Added
18+
19+
- Add `opts.readonly` ([`6792190`](https://github.com/Level/multileveldown/commit/6792190)) ([**@mafintosh**](https://github.com/mafintosh))
20+
21+
### Fixed
22+
23+
- Fix reconnect example ([#7](https://github.com/Level/multileveldown/issues/7)) ([**@jameskyburz**](https://github.com/jameskyburz))
24+
25+
## [2.1.1] - 2016-01-10
26+
27+
### Fixed
28+
29+
- Fix iterator forward ([`111f37c`](https://github.com/Level/multileveldown/commit/111f37c)) ([**@mafintosh**](https://github.com/mafintosh))
30+
31+
## [2.1.0] - 2016-01-10
32+
33+
### Added
34+
35+
- Add forwarding API to fix `level-party` edge-case ([`ae32a1f`](https://github.com/Level/multileveldown/commit/ae32a1f)) ([**@mafintosh**](https://github.com/mafintosh))
36+
37+
## [2.0.1] - 2016-01-09
38+
39+
### Fixed
40+
41+
- Always check flush ([`f7188c1`](https://github.com/Level/multileveldown/commit/f7188c1)) ([**@mafintosh**](https://github.com/mafintosh))
42+
43+
## [2.0.0] - 2016-01-09
44+
45+
### Changed
46+
47+
- Rewrite using `length-prefixed-stream` ([`d51b50d`](https://github.com/Level/multileveldown/commit/d51b50d)) ([**@mafintosh**](https://github.com/mafintosh))
48+
49+
## [1.1.2] - 2015-06-10
50+
51+
### Fixed
52+
53+
- Add correct condition in iterator end on server ([#3](https://github.com/Level/multileveldown/issues/3)) ([**@jcrugzz**](https://github.com/jcrugzz))
54+
55+
## [1.1.1] - 2015-05-21
56+
57+
### Fixed
58+
59+
- Bump `pbs` ([`6e30a3a`](https://github.com/Level/multileveldown/commit/6e30a3a)) ([**@mafintosh**](https://github.com/mafintosh))
60+
61+
## [1.1.0] - 2015-05-04
62+
63+
### Added
64+
65+
- Add `ref` option to rpc to dereference socket from event loop ([`3fdca68`](https://github.com/Level/multileveldown/commit/3fdca68)) ([**@mafintosh**](https://github.com/mafintosh))
66+
67+
## [1.0.3] - 2015-05-04
68+
69+
### Fixed
70+
71+
- Add reverse and nexttick iterator end ([`46f4924`](https://github.com/Level/multileveldown/commit/46f4924)) ([**@mafintosh**](https://github.com/mafintosh))
72+
73+
## [1.0.2] - 2015-04-25
74+
75+
### Fixed
76+
77+
- Cleanup iterators on client stream end ([`79bccdb`](https://github.com/Level/multileveldown/commit/79bccdb)) ([**@mafintosh**](https://github.com/mafintosh))
78+
- Behave as regular `leveldown` on close ([`d1978c5`](https://github.com/Level/multileveldown/commit/d1978c5)) ([**@mafintosh**](https://github.com/mafintosh))
79+
80+
## [1.0.1] - 2015-04-25
81+
82+
### Fixed
83+
84+
- Destroy encoder on close ([`23e6ab2`](https://github.com/Level/multileveldown/commit/23e6ab2)) ([**@mafintosh**](https://github.com/mafintosh))
85+
86+
## 1.0.0 - 2015-04-24
87+
88+
:seedling: Initial release.
89+
90+
[2.3.1]: https://github.com/Level/multileveldown/compare/v2.3.0...v2.3.1
91+
92+
[2.3.0]: https://github.com/Level/multileveldown/compare/v2.2.0...v2.3.0
93+
94+
[2.2.0]: https://github.com/Level/multileveldown/compare/v2.1.1...v2.2.0
95+
96+
[2.1.1]: https://github.com/Level/multileveldown/compare/v2.1.0...v2.1.1
97+
98+
[2.1.0]: https://github.com/Level/multileveldown/compare/v2.0.1...v2.1.0
99+
100+
[2.0.1]: https://github.com/Level/multileveldown/compare/v2.0.0...v2.0.1
101+
102+
[2.0.0]: https://github.com/Level/multileveldown/compare/v1.1.2...v2.0.0
103+
104+
[1.1.2]: https://github.com/Level/multileveldown/compare/v1.1.1...v1.1.2
105+
106+
[1.1.1]: https://github.com/Level/multileveldown/compare/v1.1.0...v1.1.1
107+
108+
[1.1.0]: https://github.com/Level/multileveldown/compare/v1.0.3...v1.1.0
109+
110+
[1.0.3]: https://github.com/Level/multileveldown/compare/v1.0.2...v1.0.3
111+
112+
[1.0.2]: https://github.com/Level/multileveldown/compare/v1.0.1...v1.0.2
113+
114+
[1.0.1]: https://github.com/Level/multileveldown/compare/v1.0.0...v1.0.1

CONTRIBUTORS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Contributors
2+
3+
| Name | GitHub | Social |
4+
| :------------------ | :------------------------------------------------- | :---------------------------------------------------------- |
5+
| **Mathias Buus** | [**@mafintosh**](https://github.com/mafintosh) | [**@mafintosh@twitter**](https://twitter.com/mafintosh) |
6+
| **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) |
7+
| **Jarrett Cruger** | [**@jcrugzz**](https://github.com/jcrugzz) | [**@jcrugzz@twitter**](https://twitter.com/jcrugzz) |
8+
| **James Kyburz** | [**@jameskyburz**](https://github.com/jameskyburz) | [**@jameskyburz@twitter**](https://twitter.com/jameskyburz) |

LICENSE renamed to LICENSE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The MIT License (MIT)
1+
# The MIT License (MIT)
22

3-
Copyright (c) 2015 Mathias Buus
3+
**Copyright © 2015-present Mathias Buus and [Contributors](CONTRIBUTORS.md).**
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in
13-
all copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Similar to [`multilevel`](https://github.com/juliangruber/multilevel) you can us
1818

1919
First create a server
2020

21-
``` js
21+
```js
2222
var multileveldown = require('multileveldown')
2323
var level = require('level')
2424
var net = require('net')
@@ -38,7 +38,7 @@ server.listen(9000)
3838

3939
Then create some clients
4040

41-
``` js
41+
```js
4242
var multileveldown = require('multileveldown')
4343
var net = require('net')
4444

@@ -56,7 +56,7 @@ db.put('hello', 'world', function () {
5656

5757
To setup reconnect in your client simply set `retry: true` and reconnect to your server when the connection fails
5858

59-
``` js
59+
```js
6060
var multileveldown = require('multileveldown')
6161
var net = require('net')
6262

@@ -93,7 +93,7 @@ stream you are missing. Please note that this might not guarantee leveldb snapsh
9393

9494
Returns a new duplex server stream that you should connect with a client. Options include
9595

96-
``` js
96+
```js
9797
{
9898
readonly: true, // make the database be accessible as read only
9999
preput: function (key, val, cb) {}, // called before puts
@@ -145,6 +145,6 @@ To sustain [`Level`](https://github.com/Level) and its activities, become a back
145145

146146
## License
147147

148-
MIT
148+
[MIT](LICENSE.md) © 2015-present Mathias Buus and [Contributors](CONTRIBUTORS.md).
149149

150150
[level-badge]: https://leveljs.org/img/badge.svg

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"license": "MIT",
77
"main": "index.js",
88
"scripts": {
9-
"test": "standard && (nyc -s tape test/*.js | faucet) && nyc report",
9+
"test": "standard && hallmark && (nyc -s tape test/*.js | faucet) && nyc report",
1010
"coverage": "nyc report --reporter=text-lcov | coveralls",
11+
"hallmark": "hallmark --fix",
1112
"protobuf": "protocol-buffers schema.proto -o messages.js",
1213
"dependency-check": "dependency-check --no-dev .",
1314
"prepublishOnly": "npm run dependency-check"
@@ -29,6 +30,8 @@
2930
"coveralls": "^3.0.7",
3031
"dependency-check": "^4.1.0",
3132
"faucet": "^0.0.1",
33+
"hallmark": "^2.0.0",
34+
"level-community": "^3.0.0",
3235
"level-compose": "^0.0.2",
3336
"memdown": "^5.0.0",
3437
"nyc": "^14.1.1",
@@ -37,6 +40,9 @@
3740
"subleveldown": "^4.1.1",
3841
"tape": "^4.11.0"
3942
},
43+
"hallmark": {
44+
"community": "level-community"
45+
},
4046
"repository": {
4147
"type": "git",
4248
"url": "https://github.com/Level/multileveldown.git"

0 commit comments

Comments
 (0)