| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
* Release 1.1.0
* Make linter happy
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
Due to message: deprecated since v9.9.0 - use strictEqual() instead.
|
| |
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
| |
* Revert "Add env-var to replace env var in template strings (#175)"
This reverts commit 28bd14d438affce02c87b7e7b108c3016feba6a4.
* Release 0.8.1
Revert env-var change
|
| |
|
|
|
| |
* Add env-var to replace env var in template strings
* Windows has it’s user in USERNAME
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
Fix #55
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
-- Expanded the mock classes to allow for more dynamic setting of the contents.
|