summaryrefslogtreecommitdiff
path: root/template.go
AgeCommit message (Expand)Author
2025-03-10chore(refactoring): Refactor/modernizations (#2345)Dave Henderson
2024-06-11chore(api)!: Unexport some Config methods (#2106)Dave Henderson
2024-06-09chore(api)!: Overhauling config and rendering types (#2094)Dave Henderson
2024-05-30chore: add files missed from PR 2083 (#2084)Dave Henderson
2024-05-11feat!: Always suppress empty output (#1981)Dave Henderson
2024-02-06Add --exclude-processing option (#1963)Song Li
2024-01-25Revert "Remove support for deprecated key/value array form of template config...Dave Henderson
2024-01-25Remove support for deprecated key/value array form of template config (#1976)Dave Henderson
2024-01-22Use go-fsimpl to read from datasources (#1336)Dave Henderson
2024-01-17Add missing-key flag to manage behavior in case of non-existing key (#1949)Aleksandr Paramonov
2023-11-20Fix the wdFS behaviour due to Go 1.21.4's changes to IsAbs (#1915)Dave Henderson
2023-10-28A bunch of linting and refactorings (#1893)Dave Henderson
2023-04-29replace afero moduleDave Henderson
2023-03-19fix new lint errorsDave Henderson
2023-03-12Bump to v4 moduleDave Henderson
2022-06-12New gomplate.Renderer interfaceDave Henderson
2022-05-30Support URLs for nested templatesDave Henderson
2022-05-29Stop passing the config in the contextDave Henderson
2022-05-29Simplify template processingDave Henderson
2022-05-28General refactoring & cleanupDave Henderson
2022-04-10New tmpl.Path/tmpl.PathDir functionsDave Henderson
2022-02-13Ensure output file paths existDave Henderson
2021-03-31move NormalizeFileMode to iohelpers packageDave Henderson
2021-02-28Fix --input-dir=. bugDave Henderson
2021-01-28Avoid outputting newline to console when using --input-dirDave Henderson
2021-01-17Inject stdin/out/err instead of always using os.Stdin/out/errDave Henderson
2020-10-09Fix some Windows file mode issuesDave Henderson
2020-08-29Only open output files when necessaryDave Henderson
2020-05-13Defer writing until output differsDave Henderson
2020-05-13Apply --chmod before opening output fileDave Henderson
2020-05-09Move internal writers to an internal packageDave Henderson
2020-05-03Support a config file to use instead of commandline argumentsDave Henderson
2019-11-13Export /v3 from go moduleDave Henderson
2019-10-26Refactor context naming to reduce confusionDave Henderson
2019-10-23New --exec-pipe output optionDave Henderson
2019-05-02Linting more (and fixing more)Dave Henderson
2019-04-28Fixing file-mode inheritance bugDave Henderson
2019-04-09Adding --output-map argument for templating output pathsDave Henderson
2019-03-31Refactor ConfigDave Henderson
2019-02-15New tmpl namespace & move tpl function to tmpl.InlineDave Henderson
2019-02-02Add .gomplateignore support (#225)Zealic
2018-11-27Adding option to suppress empty output filesDave Henderson
2018-11-10New tpl functionDave Henderson
2018-09-24Refactoring nested templatesDave Henderson
2018-09-24applies improvements to --template after reviewAm Laher
2018-09-23removes globbing support and adds templateAliases (aliased using --template a...Am Laher
2018-09-19new arg --templates for parsing additional templatesAm Laher
2018-08-28Updating gometalinter config and fixing new lint errorsDave Henderson
2018-08-10Adding --chmod flag to explicitly set output file modesDave Henderson
2018-04-23Writing output files from a stdin template requires permissionsben dewan