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
/
plugins.go
Age
Commit message (
Expand
)
Author
2025-03-10
chore(refactoring): Refactor/modernizations (#2345)
Dave Henderson
2024-06-09
chore(api)!: Overhauling config and rendering types (#2094)
Dave Henderson
2023-10-28
A bunch of linting and refactorings (#1893)
Dave Henderson
2023-04-04
New plugin args option
Dave Henderson
2023-03-19
Add make test-remote-windows target to run tests on remote Windows host
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2022-05-28
PluginFunc to create custom template functions
Dave Henderson
2022-02-27
Support piping input to plugin
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2021-01-23
Fix race condition in signal handling
Dave Henderson
2021-01-17
Inject stdin/out/err instead of always using os.Stdin/out/err
Dave Henderson
2020-05-03
Support a config file to use instead of commandline arguments
Dave Henderson
2020-02-27
Adding context.Context support and a logger
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-22
Plugins for custom functions
Dave Henderson