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
/
conv.go
Age
Commit message (
Expand
)
Author
2024-01-25
Move funcs package to internal (#1977)
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2022-09-25
Fixing deprecation annotation syntax
Dave Henderson
2022-09-25
Add coll.GoSlice and deprecate slice alias
Dave Henderson
2022-03-28
Log warning message when a deprecated function or datasource is used
Dave Henderson
2021-04-14
Stop using globals for func namespaces (#1127)
Dave Henderson
2020-08-23
Add experimental mode
Dave Henderson
2019-11-13
Export /v3 from go module
Dave Henderson
2019-01-28
New collections (coll) namespace, plus new functions
Dave Henderson
2019-01-28
New functions conv.Keys and conv.Values
Dave Henderson
2018-09-24
Return error instead of using log.Fatal
Dave Henderson
2018-09-08
Adding dict/conv.Dict function
Dave Henderson
2018-07-16
Adding conv.ToBool/conv.ToBools functions
Dave Henderson
2018-07-11
Add conv.ToStrings function
Dave Henderson
2018-04-20
Adding new conv.Default function
Dave Henderson
2018-04-18
Relax inputs for many functions
Dave Henderson
2018-04-18
Adding conv.ToString function
Dave Henderson
2017-10-26
Adding conv.ToInt64, conv.ToFloat64, and others...
Dave Henderson
2017-08-09
Extracting data namespace, renaming typeconv to conv namespace
Dave Henderson