documentary
Advanced tools
Comparing version 1.34.5 to 1.34.6
@@ -61,2 +61,3 @@ const { h } = require('preact'); | ||
const res = type.toMarkdown(allTypes, opts) | ||
if (level) res.LINE = res.LINE.replace(/t-type/, `${'#'.repeat(level)}-type`) | ||
return res | ||
@@ -63,0 +64,0 @@ } |
## 17 December 2019 | ||
### [1.34.6](https://github.com/artdecocode/documentary/compare/v1.34.5...v1.34.6) | ||
- [fix] Fix levels for types via `<typedef>` element. | ||
### [1.34.5](https://github.com/artdecocode/documentary/compare/v1.34.4...v1.34.5) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "documentary", | ||
"version": "1.34.5", | ||
"version": "1.34.6", | ||
"description": "Documentation Compiler To Generate The Table Of Contents, Embed Examples With Their Output, Make Markdown Tables, Maintain Typedefs For JavaScript And README, Watch Changes To Push, Use Macros And Prettify API Titles.", | ||
@@ -26,3 +26,3 @@ "main": "build", | ||
"build": "yarn-s b doc", | ||
"up": "yarn-up -e preact", | ||
"up": "yarn-up -e preact -u", | ||
"args": "argufy types/arguments.xml -o src/bin/get-args.js" | ||
@@ -122,4 +122,4 @@ }, | ||
"preact": "8.5.3", | ||
"typal": "^1.24.1" | ||
"typal": "^1.24.2" | ||
} | ||
} |
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
448747
4728
Updatedtypal@^1.24.2