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
Age
Commit message (
Expand
)
Author
2024-01-22
Use go-fsimpl to read from datasources (#1336)
Dave Henderson
2023-12-17
Add support for Ed25519 (#1900)
Jared Horvat
2023-11-24
feat(funcs): add semver functions (#1829)
wuhuizuo
2023-10-28
A bunch of linting and refactorings (#1893)
Dave Henderson
2023-10-24
Support for CUE (#1781)
Dave Henderson
2023-09-15
A few performance improvements (#1840)
Dave Henderson
2023-09-12
Make `strings.Title` not lowercase acronyms (#1835)
Zoran Regvart
2023-09-06
updates for Go 1.21 (#1832)
Dave Henderson
2023-04-29
replace afero module
Dave Henderson
2023-04-29
Use required.NoError for faster failure in tests
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2023-02-04
Remove uses of pkg/errors
Dave Henderson
2023-02-04
Deprecate netaddr-based funcs
Dave Henderson
2023-01-21
New coll.Index function
Dave Henderson
2022-12-29
Add coll.JQ using gojq library (#1585)
Andreas Hochsteger
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-09-25
Add coll.GoSlice and deprecate slice alias
Dave Henderson
2022-08-04
Fix lint errors
Dave Henderson
2022-06-12
Parallelizing more tests
Dave Henderson
2022-06-04
Mark new AES functions experimental
Dave Henderson
2022-05-29
Stop passing the config in the context
Dave Henderson
2022-05-24
fix lint warning - it's OK that parseNetipPrefix isn't used yet
Dave Henderson
2022-05-06
Rename to CIDR*, generate docs
Dave Henderson
2022-05-06
Add support for IPv6 for `net.CidrNetmask`. Add support for `net/netip` resul...
Bartosz Janda
2022-05-06
Removed `net.StdParse*` methods. Add support for `net/netip.Prefix` type pars...
Bartosz Janda
2022-05-06
Add docs
Bartosz Janda
2022-05-06
Add support for `net` package IP and CIDR parsing together with CIDR function...
Bartosz Janda
2022-05-06
a few tweaks
Dave Henderson
2022-05-06
Add ECDSA generation functions to crypto funcs
Jesper B. Rosenkilde
2022-04-10
Removing some panics from tests
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
2022-02-12
New crypto.SHA*Bytes functions (#1306)
Dave Henderson
2022-02-12
New crypto.EncryptAES/DecryptAES functions (#1305)
Dave Henderson
2022-02-05
Add function to list datasources (#1287)
jeevansai
2021-09-24
crypto.RSAGenerateKey - Enforce key length of at least 2048 bits (#1214)
Dave Henderson
2021-09-04
Add new Go 1.17 //go:build lines (#1207)
Dave Henderson
2021-08-23
New functions net.ParseIP, net.ParseIPPrefix, and net.ParseIPRange (#1197)
Dave Henderson
2021-04-14
Stop using globals for func namespaces (#1127)
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2021-01-24
Support changing TZ env var in ParseInLocal function
Dave Henderson
2021-01-02
Moving lint config to config file, fixing some issues
Dave Henderson
2020-12-15
Linting
Dave Henderson
2020-09-29
Lint fixes
Dave Henderson
2020-08-27
Add ec2tags function
Suresh Kumar
2020-08-23
Add experimental mode
Dave Henderson
2020-07-16
Add test.Kind/kind and test.IsKind/isKind functions
Dave Henderson
2020-07-12
Add gcp.Meta function, equivalent to aws.EC2Meta
James Nugent
[next]