index
:
gomplate.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
cmd
/
config.go
Age
Commit message (
Expand
)
Author
2025-02-23
fix(lint): Address new lint warnings (#2329)
Dave Henderson
2024-09-30
feat(config): Allow avoiding reading default config file (#2227)
Dave Henderson
2024-06-11
chore(api)!: Unexport some Config methods (#2106)
Dave Henderson
2024-06-09
chore(api)!: Overhauling config and rendering types (#2094)
Dave Henderson
2024-05-11
feat!: Always suppress empty output (#1981)
Dave Henderson
2024-05-11
chore: Switch from zerolog to slog (#2068)
Dave Henderson
2024-02-06
Add --exclude-processing option (#1963)
Song Li
2024-01-22
Use go-fsimpl to read from datasources (#1336)
Dave Henderson
2024-01-17
Add missing-key flag to manage behavior in case of non-existing key (#1949)
Aleksandr Paramonov
2023-11-22
Clarify config parsing errors (#1918)
Dave Henderson
2023-04-29
replace afero module
Dave Henderson
2023-03-19
fix new lint errors
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2022-05-30
Support URLs for nested templates
Dave Henderson
2022-05-29
Simplify template processing
Dave Henderson
2022-05-28
General refactoring & cleanup
Dave Henderson
2021-01-17
Fix precedence bug with L/R Delimiters
Dave Henderson
2021-01-17
Inject stdin/out/err instead of always using os.Stdin/out/err
Dave Henderson
2021-01-07
Fix ignored left/right delim env vars
Dave Henderson
2021-01-02
Move main logic to internal
Dave Henderson