Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

66 lines (46 loc) · 2.36 KB

Codedox change log

1.2.9

  • Revert to space prefixing comment body.

1.2.8

  • Change default comment prefix and formatting to better display in vshaxe and Dox.

1.2.7

  • Fixed broken indentation with a commentprefix that only contains whitespace; see issue 26

1.2.6

  • Added fname, fspec, frel parameters; see issue 23
  • Allow params in any part of method comment

1.2.5

  • Travis-CI integraton
  • New icon
  • README edits

1.2.4

  • Repo moved to vshaxe organization
  • Fix issue 16 support newlines in comment description, 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

  • Fix "window.activeTextEditor can be null" via Gamma11 PR
  • Fix issue 4 Debug output in release
  • Fixed README typos

1.2.2

  • Fix issue 3 - determine if indentation should use tabs based on function being documented, not editor.insertSpaces
  • Added option to include/remove the '?' prefix for optional function args in @param tags

1.2.1

  • Allow customizable formats for @param and @return tags. issue 1

1.2.0

  • Setup wizard to create minimal config without editing settings.json by hand

  • Include built-in file header license templates

    • GNU Affero General Public License
    • Apache License, Version 2.0
    • GNU General Public License, Version 3.0
    • MIT License
    • Mozilla Public License, Version 2.0
  • Better support for non-function related comments

  • Documentation added to README.md

    • Built-in file header params
    • Built-in license templates

1.1.0

  • Initial submission to VS Code Marketplace