disconnect
Advanced tools
Comparing version 0.6.6 to 0.6.7
@@ -0,1 +1,5 @@ | ||
0.6.7 / 2015-09-15 | ||
================== | ||
* Fixed regression bug from version `0.6.6` involving double URL query string encoding in `database().search()` | ||
0.6.6 / 2015-08-31 | ||
@@ -2,0 +6,0 @@ ================== |
@@ -112,3 +112,3 @@ 'use strict'; | ||
} | ||
if(query){ obj.q = util.escape(query); } | ||
if(query){ obj.q = query; } | ||
client.get({url: util.addParams('/database/search', obj), authLevel: 1}, callback); | ||
@@ -115,0 +115,0 @@ }; |
{ | ||
"name": "disconnect", | ||
"description": "A full featured Discogs API v2.0 client library", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"keywords": ["discogs", "api", "client", "oauth"], | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/bartve/disconnect", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52408