ancient-graph-spreading
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -1,5 +0,6 @@ | ||
#### 0.0.9 (2016-9-27) | ||
#### 0.0.10 (2016-10-2) | ||
##### Documentation Changes | ||
* **jsdoc:** fix params ([5f65b5ca](https://github.com/AncientSouls/GraphSpreading/commit/5f65b5ca0830aa6cb8926263486781035629a823)) | ||
* **readme:** Compile before testing ([f6af1257](https://github.com/AncientSouls/GraphSpreading/commit/f6af1257d59115cc865d9ede8a37bf2dcdded055)) | ||
@@ -25,2 +26,3 @@ | ||
* **errors:** Remove useless errors. ([5eb46fda](https://github.com/AncientSouls/GraphSpreading/commit/5eb46fdab83222772442dc954d1cd6db8fc59326)) | ||
* **scripts:** useless ([66d08c1e](https://github.com/AncientSouls/GraphSpreading/commit/66d08c1e24a1f13dc76ac4d7519ac0044f59e04f)) | ||
@@ -27,0 +29,0 @@ * **async:** Move callback from push to drain ([9385fa0a](https://github.com/AncientSouls/GraphSpreading/commit/9385fa0a9e9554c578fd5d9daa1844e8b6008ddb)) |
@@ -119,4 +119,2 @@ 'use strict'; | ||
* @param {SpreadLink} spreadLink | ||
* @param {string[]} [pathLink.launched] | ||
* @param {string[]} [pathLink.process] | ||
* @param {Function} [callback] | ||
@@ -138,3 +136,4 @@ */ | ||
} else { | ||
throw new Error('SpreadLink should have `launched` or `process` field.'); | ||
if (callback) callback(); | ||
return; | ||
} | ||
@@ -172,3 +171,4 @@ this.graphSpreading.spreadFromSpreadLink(spreadLink, context, undefined, function () { | ||
} else { | ||
throw new Error('SpreadLink ' + spreadLink.id + ' should have `launched` or `process` field.'); | ||
if (callback) callback(); | ||
return; | ||
} | ||
@@ -175,0 +175,0 @@ this.graphSpreading.unspreadFromRemovedSpreadLinkByPrevId(spreadLink.id, context, undefined, function () { |
{ | ||
"name": "ancient-graph-spreading", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Automatic maintenance spreading of graph according other graphs.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1855737