File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- " 0.10"
4
+ - " 4.0.0"
4
5
notifications :
5
6
irc : " irc.freenode.org#socket.io"
6
7
matrix :
Original file line number Diff line number Diff line change 1
1
2
+ 1.5.3 / 2015-09-09
3
+ ==================
4
+
5
+ * package: bump ` ws ` to fix node 0.4.0
6
+
2
7
1.5.2 / 2015-07-09
3
8
==================
4
9
Original file line number Diff line number Diff line change @@ -2401,7 +2401,7 @@ function formatArgs() {
2401
2401
var index = 0 ;
2402
2402
var lastC = 0 ;
2403
2403
args [ 0 ] . replace ( / % [ a - z % ] / g, function ( match ) {
2404
- if ( '%' === match ) return ;
2404
+ if ( '%% ' === match ) return ;
2405
2405
index ++ ;
2406
2406
if ( '%c' === match ) {
2407
2407
// we only are interested in the *last* %c
@@ -2566,7 +2566,7 @@ function debug(namespace) {
2566
2566
var index = 0 ;
2567
2567
args [ 0 ] = args [ 0 ] . replace ( / % ( [ a - z % ] ) / g, function ( match , format ) {
2568
2568
// if we encounter an escaped % then don't increase the array index
2569
- if ( match === '%' ) return match ;
2569
+ if ( match === '%% ' ) return match ;
2570
2570
index ++ ;
2571
2571
var formatter = exports . formatters [ format ] ;
2572
2572
if ( 'function' === typeof formatter ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " engine.io-client" ,
3
3
"description" : " Client for the realtime Engine" ,
4
- "version" : " 1.5.2 " ,
4
+ "version" : " 1.5.3 " ,
5
5
"homepage" : " http://socket.io" ,
6
6
"contributors" : [
7
7
{
39
39
"browserify" : " 6.2.0" ,
40
40
"concat-stream" : " 1.4.6" ,
41
41
"derequire" : " 1.2.0" ,
42
- "engine.io" : " 1.5.2 " ,
42
+ "engine.io" : " 1.5.3 " ,
43
43
"expect.js" : " 0.2.0" ,
44
44
"express" : " 3.4.8" ,
45
45
"istanbul" : " 0.2.3" ,
You can’t perform that action at this time.
0 commit comments