Skip to content

Releases: documentationjs/documentation

v14.0.0

Choose a tag to compare

@birkskyum birkskyum released this 19 Aug 21:04

chore(release): 14.0.0

v13.2.5

Choose a tag to compare

@anthony-redFox anthony-redFox released this 25 Apr 12:15
chore(release): 13.2.5

v13.2.4

Choose a tag to compare

@anthony-redFox anthony-redFox released this 21 Apr 16:35
chore(release): 13.2.4

v13.2.3

Choose a tag to compare

@anthony-redFox anthony-redFox released this 21 Apr 09:47
chore(release): 13.2.3

v6.2.0

Choose a tag to compare

@tmcw tmcw released this 11 Apr 17:38
b92b8ac

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

Choose a tag to compare

@tmcw tmcw released this 08 Mar 00:15
3a6aba8

Bug Fixes

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

Features

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

Choose a tag to compare

@tmcw tmcw released this 02 Mar 06:30
4e322fd

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!

Choose a tag to compare

@tmcw tmcw released this 02 Mar 06:22
6d5972e

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

Choose a tag to compare

@tmcw 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

Choose a tag to compare

@tmcw tmcw released this 23 Nov 19:51

Fixes

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

Features