Skip to content

Releases: vshaxe/codedox

1.3.3

28 Aug 16:43
Compare
Choose a tag to compare
  • force republish on market place.

1.3.2

26 Aug 18:37
Compare
Choose a tag to compare

1.3.1

01 Jan 18:23
Compare
Choose a tag to compare
  • Replicate vshaxe onEnterRules since codedox overwrites them

1.3.0

02 Mar 20:40
Compare
Choose a tag to compare
  • Update hxnodejs and node.js to fix warning "requires node.js version 4.0.0 or higher"
  • Compile with Haxe 4.0.0rc1

1.2.9

09 Jul 18:42
Compare
Choose a tag to compare
  • Revert to space prefixing comment body.

1.2.8

09 Jul 17:44
Compare
Choose a tag to compare
  • Change default comment prefix and formatting to better display in vshaxe and Dox.

1.2.7

14 Apr 19:22
Compare
Choose a tag to compare
  • Fixed broken indentation with a commentprefix that only contains whitespace; see issue 26

1.2.6

01 Mar 21:25
Compare
Choose a tag to compare
  • Added fname, fspec, frel parameters; see issue 23
  • Allow params in any part of method comment

1.2.4

11 Feb 05:00
Compare
Choose a tag to compare
  • Repo moved to vshaxe organization
  • Fix issue 16 support newlines in commentdescription, paramFormat, returnFormat
  • New config option alwaysMultiline:true. If true then all comments are multiline, otherwise non-functions (types) are single line
  • OnEnter rules dynamically generated for custom configs
  • Fix issue 12 Spaces added for non-function docs
  • Fix issue 10 "commentend" & "commentprefix" have hardcoded space
  • Fix issue 8 Params using type inference not handled properly
  • Prepare for additional languages

1.2.3

04 Feb 04:32
Compare
Choose a tag to compare
  • Fix "window.activeTextEditor can be null" via Gamma11 PR
  • Fix issue 4 Debug output in release.
  • Fixed README typos