can-fixture
Advanced tools
Comparing version 0.4.0-pre.1 to 0.4.0-pre.2
@@ -96,3 +96,4 @@ // Adds | ||
//!steal-remove-start | ||
exports.log("" + xhrSettings.type.toUpperCase() + " " + xhrSettings.url+" -> handler(req,res)"); | ||
var json = JSON.stringify(xhrSettings.data); | ||
exports.log("" + xhrSettings.type.toUpperCase() + " " + xhrSettings.url+" "+json.substr(0,50)+" -> handler(req,res)"); | ||
//!steal-remove-end | ||
@@ -99,0 +100,0 @@ |
{ | ||
"name": "can-fixture", | ||
"version": "0.4.0-pre.1", | ||
"version": "0.4.0-pre.2", | ||
"description": "Intercept AJAX requests and simulate responses.", | ||
@@ -5,0 +5,0 @@ "main": "fixture.js", |
88666
2196