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
/
template.go
Age
Commit message (
Expand
)
Author
2025-03-10
chore(refactoring): Refactor/modernizations (#2345)
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-30
chore: add files missed from PR 2083 (#2084)
Dave Henderson
2024-05-11
feat!: Always suppress empty output (#1981)
Dave Henderson
2024-02-06
Add --exclude-processing option (#1963)
Song Li
2024-01-25
Revert "Remove support for deprecated key/value array form of template config...
Dave Henderson
2024-01-25
Remove support for deprecated key/value array form of template config (#1976)
Dave Henderson
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-20
Fix the wdFS behaviour due to Go 1.21.4's changes to IsAbs (#1915)
Dave Henderson
2023-10-28
A bunch of linting and refactorings (#1893)
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-06-12
New gomplate.Renderer interface
Dave Henderson
2022-05-30
Support URLs for nested templates
Dave Henderson
2022-05-29
Stop passing the config in the context
Dave Henderson
2022-05-29
Simplify template processing
Dave Henderson
2022-05-28
General refactoring & cleanup
Dave Henderson
2022-04-10
New tmpl.Path/tmpl.PathDir functions
Dave Henderson
2022-02-13
Ensure output file paths exist
Dave Henderson
2021-03-31
move NormalizeFileMode to iohelpers package
Dave Henderson
2021-02-28
Fix --input-dir=. bug
Dave Henderson
2021-01-28
Avoid outputting newline to console when using --input-dir
Dave Henderson
2021-01-17
Inject stdin/out/err instead of always using os.Stdin/out/err
Dave Henderson
2020-10-09
Fix some Windows file mode issues
Dave Henderson
2020-08-29
Only open output files when necessary
Dave Henderson
2020-05-13
Defer writing until output differs
Dave Henderson
2020-05-13
Apply --chmod before opening output file
Dave Henderson
2020-05-09
Move internal writers to an internal package
Dave Henderson
2020-05-03
Support a config file to use instead of commandline arguments
Dave Henderson
2019-11-13
Export /v3 from go module
Dave Henderson
2019-10-26
Refactor context naming to reduce confusion
Dave Henderson
2019-10-23
New --exec-pipe output option
Dave Henderson
2019-05-02
Linting more (and fixing more)
Dave Henderson
2019-04-28
Fixing file-mode inheritance bug
Dave Henderson
2019-04-09
Adding --output-map argument for templating output paths
Dave Henderson
2019-03-31
Refactor Config
Dave Henderson
2019-02-15
New tmpl namespace & move tpl function to tmpl.Inline
Dave Henderson
2019-02-02
Add .gomplateignore support (#225)
Zealic
2018-11-27
Adding option to suppress empty output files
Dave Henderson
2018-11-10
New tpl function
Dave Henderson
2018-09-24
Refactoring nested templates
Dave Henderson
2018-09-24
applies improvements to --template after review
Am Laher
2018-09-23
removes globbing support and adds templateAliases (aliased using --template a...
Am Laher
2018-09-19
new arg --templates for parsing additional templates
Am Laher
2018-08-28
Updating gometalinter config and fixing new lint errors
Dave Henderson
2018-08-10
Adding --chmod flag to explicitly set output file modes
Dave Henderson
2018-04-23
Writing output files from a stdin template requires permissions
ben dewan
[next]