Comparing version 1.15.0 to 1.15.1
@@ -409,2 +409,3 @@ const extractTags = require('rexml'); | ||
if (!description && found.desc) description = found.desc | ||
if (typeof flatten == 'function') flatten(type) | ||
} | ||
@@ -411,0 +412,0 @@ if (!description) return `[${n}](${link})` |
## 21 July 2019 | ||
### [1.15.1](https://github.com/artdecocode/typal/compare/v1.15.0...v1.15.1) | ||
- [fix] Call flatten callback. | ||
### [1.15.0](https://github.com/artdecocode/typal/compare/v1.14.0...v1.15.0) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "typal", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"description": "Organises TypeDefs By Placing Them Into Types.Xml File To Be Embedded Into Source Code Compatible With VSCode And Google Closure Compiler, Generates Externs And Allows To Place Documentation In README Markdown.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -409,2 +409,3 @@ import extractTags from 'rexml' | ||
if (!description && found.desc) description = found.desc | ||
if (typeof flatten == 'function') flatten(type) | ||
} | ||
@@ -411,0 +412,0 @@ if (!description) return `[${n}](${link})` |
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
247435
3697