summaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Bump moment from 2.29.1 to 2.29.4 (#293)HEADmasterdependabot[bot]2022-08-161-1/+1
| | | | | | | | | | | | | | | | | Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump simple-git from 3.3.0 to 3.5.0 (#285)dependabot[bot]2022-08-161-1/+1
| | | | | | | | | | | | | | | | | Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.5.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix typo in README.md and package.json (#295)jogo-2022-08-161-1/+1
| | | | | * Fix typo in README.md * Fix typo in package.json
* Bump minimist from 1.2.5 to 1.2.6 (#281)dependabot[bot]2022-04-041-1/+1
| | | | | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com>
* Bump simple-git from 2.38.0 to 3.3.0 (#280)dependabot[bot]2022-03-231-1/+1
| | | | | | | | | | | | | | | | Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.38.0 to 3.3.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.3.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Prepare release 1.4.0 (#276)1.4.0Christoph Schlosser2022-02-251-1/+1
|
* Add official VS Code Language identifier for CUDA (#273)Job Tijhuis2022-02-251-0/+1
| | | | | * Change Language identifier for CUDA to correct one * Also keep 'old' language identifier `cuda` because it is what was used by extensions before Microsoft and Nvidia started using `cuda-cpp`
* Update mocha (#257)Christoph Schlosser2021-10-291-1/+1
| | | | | * Update nyc and mocha to hopefully silence the weekly emails * Revert nyc
* Prepare release 1.3.2 (#237)1.3.2Christoph Schlosser2021-05-291-1/+1
|
* Update badges (#231)Christoph Schlosser2021-05-181-6/+6
|
* Prepare release 1.3.1 (#230)1.3.1Christoph Schlosser2021-05-171-1/+1
|
* Add comment detection in providing doxygen command (#229)HO-COOH2021-05-171-0/+5
|
* Add valid tags in generic order in readme (#228)HO-COOH2021-05-151-2/+2
|
* Prepare release 1.3.0 (#227)1.3.0Christoph Schlosser2021-05-141-1/+1
|
* Refactor, add {file} template (#221)HO-COOH2021-05-141-2/+2
| | | | | * Refactor, add {file} template * Add test for {file} expansion
* Prepare release 1.2.2 (#219)1.2.2Christoph Schlosser2021-05-061-1/+1
|
* 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
| |