Releases: documentationjs/documentation
Releases · documentationjs/documentation
v14.0.0
Compare
Sorry, something went wrong.
No results found
v13.2.5
Compare
Sorry, something went wrong.
No results found
chore(release): 13.2.5
v13.2.4
Compare
Sorry, something went wrong.
No results found
chore(release): 13.2.4
v13.2.3
Compare
Sorry, something went wrong.
No results found
chore(release): 13.2.3
v6.2.0
Compare
Sorry, something went wrong.
No results found
tmcw
released this
11 Apr 17:38
Bug Fixes
get rid of shelljs dependency (630625d )
Features
doctrine: Support decorator syntax in examples (b309d39 ), closes #1016
inferTypes: Support class properties (22d8740 ), closes #1043
v6.1.0
Compare
Sorry, something went wrong.
No results found
tmcw
released this
08 Mar 00:15
Bug Fixes
lends with object property using literal key (#1035 ) (99ad49b )
Features
It's just like v5.5.0, except it requires Node 6!
Compare
Sorry, something went wrong.
No results found
tmcw
released this
02 Mar 06:30
And in doing so, updates the mime dependency and updates the version of node we target in Babel configuration, so... is probably slightly faster, in tiny ways.
Last release before requiring Node 6!
Compare
Sorry, something went wrong.
No results found
tmcw
released this
02 Mar 06:22
Bug Fixes
github links for @typedef comments should link to comment, not context (#1024 ) (37a91b2 )
Make documentation.js compatible with node 4.x for one more version (#1033 ) (5067ee0 )
Features
Support --shallow argument for lint command. Closes #956 (#995 ) (64f660d )
Support the .mjs extension by default. (#1023 ) (b8a7e0d )
use reference links for Markdown output, improving brevity (ab494dd )
v4.0.0-beta.18
Compare
Sorry, something went wrong.
No results found
tmcw
released this
29 Dec 21:53
Bug Fixes
cli: Fix error reporting in the CLI (88c8f9a )
markdown: Start headings in Markdown at h2 (#644 ) (2ae5d8f )
Features
bin: Support globs on windows and use smarter recursion (#629 ) (cb8fdfa ), closes #607
markdown: Add table of contents support for Markdown mode (#645 ) (4c66fb1 )
Performance Improvements
dependencies: Move standard-changelog to devDependencies (#636 ) (7a66b3f )
v4.0.0-beta15 Fixes
Compare
Sorry, something went wrong.
No results found
tmcw
released this
23 Nov 19:51
Fixes
Infer class augments tag in cases like Foo extends React.Component
Features