Skip to content

Releases: docsbydoxdox/doxdox

v4.0.0-preview.5

19 Feb 21:46
b6b62f8
Compare
Choose a tag to compare
v4.0.0-preview.5 Pre-release
Pre-release

What's Changed

  • [feat] Added new flag for swapping out the parser. by @neogeek in #134
  • [hotfix] Updated packages. by @neogeek in #135
  • [feat] Linked project title if homepage is defined in pkg. by @neogeek in #136

Full Changelog: v4.0.0-preview.4...v4.0.0-preview.5

v4.0.0-preview.4

09 Feb 04:21
334c673
Compare
Choose a tag to compare
v4.0.0-preview.4 Pre-release
Pre-release

What's Changed

  • [hotfix] Switched to using jest expect for tests. by @neogeek in #127
  • [hotfix] Fix casting issue by @neogeek in #128
  • [hotfix] Forced code highlighting to javascript. by @neogeek in #129
  • [hotfix] Forced code highlighting to javascript in dash renderer. by @neogeek in #130
  • [hotfix] Updated packages. by @neogeek in #131
  • [hotfix] Forced code highlighting to javascript in pdf renderer. by @neogeek in #132
  • [hotfix] Added missing scope to methods by @neogeek in #133

Full Changelog: v4.0.0-preview.3...v4.0.0-preview.4

v4.0.0-preview.3

07 Feb 14:10
97daa5e
Compare
Choose a tag to compare
v4.0.0-preview.3 Pre-release
Pre-release

What's Changed

  • [hotfix] Make directory before rendering output. by @neogeek in #113
  • Added ignoreFiles and gitignore option to globby. by @neogeek in #114
  • [hotfix] Updated packages. by @neogeek in #115
  • [hotfix] Removed margin from file list. by @neogeek in #116
  • [hotfix] Sort methods names before sending to renderer. by @neogeek in #117
  • [hotfix] Filter undocumented methods from parser. by @neogeek in #118
  • [hotfix] Updated packages. by @neogeek in #119
  • [hotfix] Set default value for description properties. by @neogeek in #120
  • [hotfix] Hide empty parameters and returns sections. by @neogeek in #121
  • [hotfix] Added snapshot tests. by @neogeek in #122
  • [hotfix] Allow multiple inputs. by @neogeek in #124
  • [hotfix] Updated packages. by @neogeek in #123
  • [hotfix] Updated parse-cmd-args package. by @neogeek in #125

Full Changelog: v4.0.0-preview.2...v4.0.0-preview.3

v4.0.0-preview.2

31 Jan 15:25
2900306
Compare
Choose a tag to compare
v4.0.0-preview.2 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-preview.1...v4.0.0-preview.2

v4.0.0-preview.1

25 Jan 07:14
e16850a
Compare
Choose a tag to compare
v4.0.0-preview.1 Pre-release
Pre-release

What's Changed

  • [feat] Rewrote doxdox with TypeScript in npm workspaces. by @neogeek in #100

Full Changelog: v3.0.0...v4.0.0-preview.1

v3.0.0

27 Feb 12:56
e0038de
Compare
Choose a tag to compare
  • Updated packages.
  • Changed minimum Node.js version to 8.

v2.0.3

30 May 23:19
6839ee1
Compare
Choose a tag to compare
  • Fixed issue with loading plugins via absolute paths.
  • Updated packages.
  • Updated tests.

v2.0.2

16 Feb 00:05
f3c6c62
Compare
Choose a tag to compare
  • Set the rejection reason to an Error object.
  • Updated documentation.
  • Updated packages.
  • Added yarn support.

v2.0.1

16 Dec 04:38
58ff0b2
Compare
Choose a tag to compare
  • Prevent update notification from displaying when piping output.
  • Updated packages.

v2.0.0

09 Dec 04:20
ec62788
Compare
Choose a tag to compare
  • Changed parseInput to parseFile
  • Added setConfigDefaults method.
  • Added ability to load custom parsers.
  • Filter out files with no methods.
  • Updated packages.