Skip to content

Commit b21b1ac

Browse files
committed
Upped version
1 parent 68a8379 commit b21b1ac

File tree

3 files changed

+34
-32
lines changed

3 files changed

+34
-32
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Changelog
2+
---------
3+
4+
##### 0.0.18
5+
- Locked down dependencies, moved to mdns package
6+
7+
##### 0.0.17
8+
- Fixed bug where unknown request method (e.g. `GET`) would crash session
9+
- Removed legacy `MessageBuilder` responses
10+
- Fixed buggy response errors to use `httplike` errors
11+
12+
##### 0.0.16
13+
- Added support for fetching human-readable client name
14+
15+
##### 0.0.14
16+
- Solved issues created in 0.0.12
17+
- Fixed clientConnected/clientDisconnected issues
18+
- Correct cleanup for RTP binding
19+
20+
##### 0.0.12
21+
- EXPERIMENTAL - added testing infrastructure, refactoring.
22+
- Moved to httplike v0.0.7 (trim on method support, solves )
23+
24+
##### 0.0.11
25+
- Fixed 'undefined' bug in RTSP replies
26+
27+
##### 0.0.10
28+
- Fixed scope leakage issues
29+
- Fixed file naming issues
30+
31+
##### 0.0.7
32+
- Changed output audio stream pattern to better match callback pattern. See new ```examples/server.js```
33+

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,3 @@ npm install nodetunes
99
```
1010

1111
See ```examples/server.js``` for example usage.
12-
13-
Changelog
14-
---------
15-
16-
##### 0.0.17
17-
- Fixed bug where unknown request method (e.g. `GET`) would crash session
18-
- Removed legacy `MessageBuilder` responses
19-
- Fixed buggy response errors to use `httplike` errors
20-
21-
##### 0.0.16
22-
- Added support for fetching human-readable client name
23-
24-
##### 0.0.14
25-
- Solved issues created in 0.0.12
26-
- Fixed clientConnected/clientDisconnected issues
27-
- Correct cleanup for RTP binding
28-
29-
##### 0.0.12
30-
- EXPERIMENTAL - added testing infrastructure, refactoring.
31-
- Moved to httplike v0.0.7 (trim on method support, solves )
32-
33-
##### 0.0.11
34-
- Fixed 'undefined' bug in RTSP replies
35-
36-
##### 0.0.10
37-
- Fixed scope leakage issues
38-
- Fixed file naming issues
39-
40-
##### 0.0.7
41-
- Changed output audio stream pattern to better match callback pattern. See new ```examples/server.js```
42-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodetunes",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"author": "Stephen Wan <[email protected]>",
55
"description": "AirTunes v2 Music Server",
66
"contributors": [

0 commit comments

Comments
 (0)