Skip to content

Commit f106d67

Browse files
authored
Merge pull request #76 from themasch/release-1.0.0
Release 1.0.0
2 parents a5e3db6 + 87788d0 commit f106d67

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.0.0
2+
3+
- Support Node 0.10, 0.12, and early Node 4 (@feross)
4+
5+
## 0.12.0
6+
7+
- Add `btparse` to benchmarks (@themasch)
8+
- Use `Buffer.from()` & `Buffer.allocUnsafe()` (@slang800)
9+
- Use constants for character codes (@slang800)
10+
- Fix Makefile (@zunsthy)
11+
112
## 0.11.0
213

314
- Ignore null-values when encoding (@jhermsmeier)

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ Conrad Pankoff <[email protected]>
55
Patrick Williams <[email protected]>
66
Jeffrey Hwang <[email protected]>
77
Sean Lang <[email protected]>
8+
Nicolas Gotchac <[email protected]>
9+
Feross Aboukhadijeh <[email protected]>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bencode",
33
"description": "Bencode de/encoder",
4-
"version": "0.12.0",
4+
"version": "1.0.0",
55
"bugs": {
66
"url": "https://github.com/themasch/node-bencode/issues"
77
},

0 commit comments

Comments
 (0)