Modern JavaScript Documentation Versions Save

:book: documentation for modern JavaScript

v14.0.0

1 year ago

chore(release): 14.0.0

v13.2.5

3 years ago

v13.2.4

3 years ago

v13.2.3

3 years ago

v6.2.0

6 years ago

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

6 years ago

Bug Fixes

  • lends with object property using literal key (#1035) (99ad49b)

Features

v6.0.0

6 years ago

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.

v5.5.0

6 years ago

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

7 years ago

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

7 years ago

Fixes

  • Infer class augments tag in cases like Foo extends React.Component

Features