summaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Use Github actions instead of travis and appveyor (#216)Christoph Schlosser2021-04-301-3/+6
| | | | | | | | | | | | | | | | | | | | | | | * Switch to GH workflow * Use tslint action * Add build matrix * Run test stage * Disable ubuntu test run due to bug in vscode * Publish coverage on macOS * Remove istanbul * codecov action * Move nyc config to nycrc * Add CD workflow * Remove old publishing script
* Prepare release 1.2.1 (#215)1.2.1Christoph Schlosser2021-04-301-1/+1
|
* Prepare release 1.2.0 (#213)1.2.0Christoph Schlosser2021-04-171-12/+16
| | | | | | | | | | | | | | | | | | | | | * Prepare release 1.2.0 * Update versions * Lint * update appveyor * Update travis * Use yarn * Add nyc * Run cov instead of test * remove package-lock.json * Remove istanbul
* Doxygen command intellisense support (#211)HO-COOH2021-04-141-0/+5
| | | | | | | | | | | | | | | * Nicer setting descriptions * Initial support for doxygen command completion * Remove commented function * Initial support for doxygen command completion * Remove commented function * Fix multi-line doxygen indentation * Doxygen documentation -> markdown, add gif, update readme
* Nicer setting descriptions (#209)HO-COOH2021-03-261-12/+12
|
* Release 1.1.0 (#189)1.1.0Christoph Schlosser2020-10-191-1/+1
| | | | | * Release 1.1.0 * Make linter happy
* Substitute author and email by git config (#186)to-s2020-10-191-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * Substitute author and email by git config * Upgraded version of typescript Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505813068 * Moved to CppDocGen.generateAuthorTag() Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505819542 * Update README.md Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505822908 * Update TestSetup.ts * Added tests * Changed return type to string Due to https://ci.appveyor.com/project/cschlosser/doxdocgen/builds/35818180#L566 Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com>
* Release 1.0.1 (#184)1.0.1Christoph Schlosser2020-10-101-1/+1
|
* Release 1.0.0 (#180)1.0.0Christoph Schlosser2020-10-041-1/+2
| | | | | | | * Reenable: Add env-var to replace env var in template strings (#175) * Release 1.0.0 * Add ls output to travis package step to see size of vsix
* Use different vsce version for release 0.8.2 (#179)0.8.2Christoph Schlosser2020-10-041-1/+1
|
* Release 0.8.1 (#178)0.8.1Christoph Schlosser2020-10-041-2/+1
| | | | | | | | | * Revert "Add env-var to replace env var in template strings (#175)" This reverts commit 28bd14d438affce02c87b7e7b108c3016feba6a4. * Release 0.8.1 Revert env-var change
* Release 0.8.0 (#176)0.8.0Christoph Schlosser2020-10-031-1/+1
|
* Add env-var to replace env var in template strings (#175)Christoph Schlosser2020-10-031-0/+1
| | | | | * Add env-var to replace env var in template strings * Windows has it’s user in USERNAME
* Cleanup (#174)Christoph Schlosser2020-10-031-16/+11
| | | | | | | * Remove old username references * Remove badge * Fix dependabot alert
* Add custom tags to generic order (#173)Christoph Schlosser2020-10-031-1/+11
|
* Fix default value in tparams (#172)Christoph Schlosser2020-10-031-1/+1
|
* Release 0.7.20.7.2Christoph Schlosser2020-07-021-1/+1
|
* Release 0.7.1 (#163)0.7.1Christoph Schlosser2020-06-291-1/+1
|
* Prepare release 0.7.00.7.0Christoph Schlosser2020-06-261-2/+2
|
* Add option to filter keywordsChristoph Schlosser2020-06-261-0/+5
|
* Release 0.6.0 (#150)0.6.0Christoph Schlosser2020-03-151-1/+1
| | | | * Fix travis config as well
* Update dependenciesChristoph Schlosser2020-03-151-2/+3
|
* Enable CUDA language supportPaul Taylor2020-03-121-0/+1
|
* Release 0.5.20.5.2Christoph Schlosser2019-10-081-1/+1
|
* Prepare release 0.5.1Christoph Schlosser2019-10-051-1/+1
|
* Don’t use tyoes with vscodeChristoph Schlosser2019-10-051-1/+0
|
* Update dev dependenciesChristoph Schlosser2019-10-051-8/+9
|
* Attempt to fix dependenciesChristoph Schlosser2019-10-051-2/+3
|
* Format package.json and add lock fileChristoph Schlosser2019-10-051-19/+49
|
* Release 0.5.0Christoph Schlosser2019-06-291-1/+1
|
* Remove previous implementationChristoph Schlosser2019-06-281-5/+0
|
* Merge remote-tracking branch 'origin/master' into indent-optionChristoph Schlosser2019-06-221-1/+1
|\
| * Release 0.4.3 (#115)0.4.3Christoph Schlosser2019-06-221-1/+1
| | | | | | | | | | | | * Remove now out of date notification * Set to release 0.4.3
* | Add maintained badgeChristoph Schlosser2019-06-221-0/+5
| |
* | Current WIPChristoph Schlosser2019-06-221-0/+5
|/
* Release 0.4.20.4.2Christoph Schlosser2019-04-131-1/+1
|
* Release 0.4.10.4.1Christoph Schlosser2018-10-051-1/+1
|
* Release 0.4.0Christoph Schlosser2018-09-291-1/+1
|
* Added additional documentation to package.jsonDean Anderson2018-09-291-3/+3
| | | | Cleaned up FIXME comments in CppDocGen.ts
* customTag will supply ISO date format if user configured format emptyDean Anderson2018-09-291-1/+11
| | | | | | Added separate templates for author name {author} and email {email} Added method to make multiple template substitutions in a string customTag will now replace {author}, {email}, {date} and {year} templates
* Added additional File Header fields for version, copyright, and custom linesDean Anderson2018-09-291-1/+16
|
* Release 0.3.30.3.3Christoph Schlosser2018-07-061-1/+1
|
* Release 0.3.20.3.2Christoph Schlosser2018-06-261-1/+1
|
* Release 0.3.10.3.1Christoph Schlosser2018-03-301-1/+1
|
* Release 0.3.00.3.0Christoph Schlosser2018-03-071-3/+3
|
* Update documentation of config parametersChristoph Schlosser2018-03-071-10/+10
|
* Add brief templateChristoph Schlosser2018-03-021-1/+1
|
* Make order of comment tags customizableChristoph Schlosser2018-03-021-17/+7
| | | | Fix #55
* Add config changed notificationChristoph Schlosser2018-03-021-1/+2
|
* Add more smart textChristoph Schlosser2018-03-021-0/+20
| | | | | | - Getter - Setter - Factory method