File tree Expand file tree Collapse file tree 3 files changed +34
-32
lines changed Expand file tree Collapse file tree 3 files changed +34
-32
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change @@ -9,34 +9,3 @@ npm install nodetunes
9
9
```
10
10
11
11
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
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodetunes" ,
3
- "version" : " 0.0.17 " ,
3
+ "version" : " 0.0.18 " ,
4
4
"author" :
" Stephen Wan <[email protected] >" ,
5
5
"description" : " AirTunes v2 Music Server" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments