extract-docs
Version:
A simple CLI tool to gather documentation from JS code
35 lines (19 loc) • 744 B
Markdown
## 1.6.1 (2017-11-10)
* Remove `#!/usr/bin/env node` line from non-CLI interface.
## 1.6.0 (Jul. 13, 2017)
* Add `basePath` option.
## 1.5.0, 1.5.1 (May. 4, 2017)
* Add START_DOCS and END_DOCS placeholders to allow code to also be used as docs (welcome, Flow!).
## 1.4.0 (Jan. 20, 2017)
* Add conditional contents.
* Remove unnecessary dependencies.
## 1.2.0, 1.3.0 (May. 30, 2016)
* Allow programmatic use.
* Tolerate missing files (don't crash!).
* Write missing file refs to output (disabled by default), with the `--missing-refs` option.
## 1.1.0 (May. 20, 2016)
* Support documentation blocks without line delimiters.
## 1.0.1 (Apr. 12, 2016)
* Bump storyboard dependency.
## 1.0.0 (Mar. 31, 2016)
* Initial public release.