leaf-converter
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.2.0"></a> | ||
# [1.2.0](https://github.com/forsigner/leaf-converter/compare/v1.1.4...v1.2.0) (2018-01-12) | ||
### Features | ||
* schema to struct ([0cedc98](https://github.com/forsigner/leaf-converter/commit/0cedc98)) | ||
<a name="1.1.4"></a> | ||
@@ -7,0 +17,0 @@ ## [1.1.4](https://github.com/forsigner/leaf-converter/compare/v1.1.3...v1.1.4) (2018-01-03) |
'use strict'; | ||
var schemaToObject = require('./schema-to-object'); | ||
var schemaToStruct = require('./schema-to-struct'); | ||
var objectToSchema = require('./object-to-schema'); | ||
@@ -14,3 +15,4 @@ var jsonCommentParser = require('./json-comment-parser'); | ||
mdToSchema: mdToSchema, | ||
objectToMd: objectToMd | ||
objectToMd: objectToMd, | ||
schemaToStruct: schemaToStruct | ||
}; |
{ | ||
"name": "leaf-converter", | ||
"description": "", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"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
26345
25
726