| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replaced assert.equal() calls by assert.strictEqual() calls (#188) | to-s | 2020-10-19 | 1 | -9/+9 |
| | | | | Due to message: deprecated since v9.9.0 - use strictEqual() instead. | ||||
| * | Added file description in first line (#183) | to-s | 2020-10-10 | 1 | -0/+13 |
| | | | | | | | | | | * Added file description in first line Due to https://github.com/cschlosser/doxdocgen/issues/141 * Added addIndent flag to SetLines() Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | ||||
| * | Fix #161 again (#164) | Christoph Schlosser | 2020-07-01 | 1 | -0/+6 |
| | | |||||
| * | Fixes for whitespace errors to pass tslint tests | Dean Anderson | 2018-09-29 | 1 | -1/+1 |
| | | |||||
| * | customTag will supply ISO date format if user configured format empty | Dean Anderson | 2018-09-29 | 1 | -2/+31 |
| | | | | | | | 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 | ||||
| * | Change config structure | Christoph Schlosser | 2018-03-02 | 1 | -1/+1 |
| | | |||||
| * | Another unit test | Christoph Schlosser | 2018-02-25 | 1 | -0/+5 |
| | | |||||
| * | Add tests | Christoph Schlosser | 2018-02-25 | 1 | -0/+33 |