leaf-converter
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.1.4"></a> | ||
## [1.1.4](https://github.com/forsigner/leaf-converter/compare/v1.1.3...v1.1.4) (2018-01-03) | ||
### Bug Fixes | ||
* fix md-to-schema ([ec1f521](https://github.com/forsigner/leaf-converter/commit/ec1f521)) | ||
<a name="1.1.3"></a> | ||
@@ -7,0 +17,0 @@ ## [1.1.3](https://github.com/forsigner/leaf-converter/compare/v1.1.2...v1.1.3) (2018-01-03) |
@@ -163,3 +163,5 @@ 'use strict'; | ||
number: Number, | ||
boolean: Boolean, | ||
boolean: function boolean(data) { | ||
return data === 'true'; | ||
}, | ||
string: function string(data) { | ||
@@ -166,0 +168,0 @@ return data; |
{ | ||
"name": "leaf-converter", | ||
"description": "", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "author": { |
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
24445
666