doofinder
Advanced tools
Comparing version 5.3.15 to 5.4.0
{ | ||
"name": "doofinder", | ||
"description": "Javascript Library for Doofinder Search API", | ||
"version": "5.3.15", | ||
"version": "5.4.0", | ||
"main": "dist/doofinder.js", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -7,2 +7,6 @@ # Changelog | ||
## [5.4.0] - 2018-10-25 | ||
### Added | ||
- Stats can accept custom results id for click events. | ||
## [5.3.15] - 2018-09-27 | ||
@@ -9,0 +13,0 @@ ### Fixed |
(function() { | ||
module.exports = { | ||
version: "5.3.15", | ||
version: "5.4.0", | ||
Client: require("./client"), | ||
@@ -5,0 +5,0 @@ Controller: require("./controller"), |
@@ -103,2 +103,5 @@ (function() { | ||
} | ||
if (typeof args[0] !== "function") { | ||
params['custom_results_id'] = args.shift(); | ||
} | ||
callback = args.shift(); | ||
@@ -105,0 +108,0 @@ return this.client.stats("click", params, function(err, res) { |
{ | ||
"name": "doofinder", | ||
"version": "5.3.15", | ||
"version": "5.4.0", | ||
"description": "Javascript Library for Doofinder Search API", | ||
@@ -5,0 +5,0 @@ "main": "lib/doofinder.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1595050
54
33659