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
/
funcs
Age
Commit message (
Expand
)
Author
2025-04-14
deps(actions): Bump golangci/golangci-lint-action from 6 to 7 (#2357)
dependabot[bot]
2025-03-09
docs(fix): fix typos (#2344)
Kian-Meng Ang
2025-03-10
chore(refactoring): Refactor/modernizations (#2345)
Dave Henderson
2024-11-10
fix(strings): Avoid potential overflow on 32-bit systems (#2257)
Dave Henderson
2024-11-10
fix(lint): Address new lint warnings from golangci-lint 1.62 (#2256)
Dave Henderson
2024-09-30
fix(lint): Fix or ignore lint errors (#2228)
Dave Henderson
2024-07-06
feat(strings): New functions TrimRight and TrimLeft (#2148)
Javier Solana
2024-06-17
feat(coll): New coll.Set and coll.Unset functions (#2118)
Dave Henderson
2024-06-16
chore(api)!: Error instead of returning 0 on invalid inputs to conv.* functio...
Dave Henderson
2024-06-11
chore(api)!: Return errors instead of panicking on regexp functions (#2105)
Dave Henderson
2024-06-01
feat(strings): Update strings.Indent to error on bad input instead of silentl...
Dave Henderson
2024-05-30
chore: Clear out a few TODOs with no action (#2087)
Dave Henderson
2024-05-29
chore!: Replacing the data.Data type with a datasource registry (#2083)
Dave Henderson
2024-05-12
feat: coll.Pick now supports slice of strings as input (#2069)
Dave Henderson
2024-04-21
Enable testifylint linter (#2044)
Dave Henderson
2024-03-08
fix lint errors (#2010)
Dave Henderson
2024-01-25
Remove deprecated functions (#1978)
Dave Henderson
2024-01-25
Move funcs package to internal (#1977)
Dave Henderson