Comparing version 1.0.0-rc.2 to 1.0.0-rc.3
# Changelog | ||
## 1.0.0rc.3 | ||
* Greatly improved the view | ||
## 1.0.0rc.2 | ||
* Fixed `@deprecated` not supporting a message | ||
* Added a trim to `@datatype` | ||
## 1.0.0rc.1 | ||
@@ -10,4 +19,2 @@ | ||
* Changed the structure of `view.json` | ||
* Fixed `@deprecated` not supporting a message | ||
* Added a trim to `@datatype` | ||
@@ -14,0 +21,0 @@ ## 0.4.1 |
@@ -6,3 +6,3 @@ { | ||
"contributors": ["Fabrice Weinberg", "Valérian Galliat"], | ||
"version": "1.0.0rc.2", | ||
"version": "1.0.0rc.3", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -11,4 +11,5 @@ 'use strict'; | ||
* @param {String} destination - Destination folder | ||
* @param {Object} config - Configuration from `view.json` | ||
* @example | ||
* documentize('examples/sass', 'examples/dist') | ||
* documentize('examples/sass', 'examples/dist', config) | ||
* @return {Q.promise} | ||
@@ -34,5 +35,3 @@ */ | ||
.fail(function (err) { | ||
console.error(err); | ||
throw new Error(err) | ||
return err; | ||
throw new Error(err); | ||
}); | ||
@@ -39,0 +38,0 @@ }, |
@@ -108,4 +108,3 @@ 'use strict'; | ||
}, function (err) { | ||
throw new Error(err) | ||
return err; | ||
throw new Error(err); | ||
}); | ||
@@ -186,2 +185,3 @@ } | ||
* Get data | ||
* @param {String} folder - folder path | ||
*/ | ||
@@ -188,0 +188,0 @@ getData: function (folder) { |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
88
121921
1004