Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-04 | chore: Update copyright headers to 2019 | Vincent Ambo | 1 | -1/+1 | |
2019-05-01 | test(templater): Add a test for the `insertTemplate` function | Jude Venn | 1 | -0/+24 | |
2018-07-14 | test(templater): Add a test for the `default` template function | Vincent Ambo | 1 | -0/+17 | |
2017-11-21 | feat(license): Relicense under GPLv3 | Vincent Ambo | 1 | -0/+9 | |
All further kontemplate source code changes and releases will happen under the GPLv3. Previous releases are still available under the MIT license. | |||||
2017-04-04 | feat templater: Fail if values are missing | Vincent Ambo | 1 | -0/+17 | |
Golang's template package now has an option for failing if template variables are missing: https://golang.org/pkg/text/template/#Template.Option This updates the templater code to make use of that option and return the errors encountered during templating. This fixes #1 | |||||
2017-02-08 | feat templater: Add applyLimits tests | Vincent Ambo | 1 | -0/+138 | |