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
/
funcs
/
strings.go
Age
Commit message (
Expand
)
Author
2024-01-25
Move funcs package to internal (#1977)
Dave Henderson
2023-09-12
Make `strings.Title` not lowercase acronyms (#1835)
Zoran Regvart
2023-03-12
Bump to v4 module
Dave Henderson
2023-02-04
Remove uses of pkg/errors
Dave Henderson
2022-12-29
Add strings.SkipLines function
Dave Henderson
2022-10-23
Deprecate non-pipelineable strings aliases
Dave Henderson
2022-09-25
Fixing deprecation annotation syntax
Dave Henderson
2022-03-28
Log warning message when a deprecated function or datasource is used
Dave Henderson
2022-02-14
strings.Title - fix ability to handle unicode punctuation (#1310)
Dave Henderson
2021-04-14
Stop using globals for func namespaces (#1127)
Dave Henderson
2021-01-02
Moving lint config to config file, fixing some issues
Dave Henderson
2020-09-29
Lint fixes
Dave Henderson
2020-08-23
Add experimental mode
Dave Henderson
2019-11-13
Export /v3 from go module
Dave Henderson
2019-08-25
Implement shell-compatible quoting (#587)
Charles Duffy
2019-03-18
Adding strings.RuneCount function
Dave Henderson
2019-02-17
New strings.WordWrap function
Dave Henderson
2019-02-16
New functions strings.CamelCase and strings.SnakeCase
Dave Henderson
2019-02-02
New function coll.Sort, expanding on strings.Sort
Dave Henderson
2018-11-17
Adding quote and squote functions
Dave Henderson
2018-09-24
Return error instead of using log.Fatal
Dave Henderson
2018-07-18
Adding new strings.Sort function
Dave Henderson
2018-05-25
Add strings.Slug function
Dave Henderson
2018-05-07
Adding strings.Trunc and strings.Abbrev
Dave Henderson
2018-05-07
Adding strings.TrimSuffix and strings.Repeat
Dave Henderson
2018-04-18
Relax inputs for many functions
Dave Henderson
2018-04-12
strings.TrimPrefix function added
Christopher Avila Holguin
2017-06-14
Enhancing indent function
Dave Henderson
2017-06-13
Creating a strings namespace
Dave Henderson