Skip to content

Releases: documentationjs/documentation

v14.0.0

19 Aug 21:04
Compare
Choose a tag to compare

chore(release): 14.0.0

v13.2.5

25 Apr 12:15
Compare
Choose a tag to compare
chore(release): 13.2.5

v13.2.4

21 Apr 16:35
Compare
Choose a tag to compare
chore(release): 13.2.4

v13.2.3

21 Apr 09:47
Compare
Choose a tag to compare
chore(release): 13.2.3

v6.2.0

11 Apr 17:38
b92b8ac
Compare
Choose a tag to compare

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

08 Mar 00:15
3a6aba8
Compare
Choose a tag to compare

Bug Fixes

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

Features

It's just like v5.5.0, except it requires Node 6!

02 Mar 06:30
4e322fd
Compare
Choose a tag to compare

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!

02 Mar 06:22
6d5972e
Compare
Choose a tag to compare

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

29 Dec 21:53
Compare
Choose a tag to compare

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

23 Nov 19:51
Compare
Choose a tag to compare

Fixes

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

Features