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
/
conv
Age
Commit message (
Expand
)
Author
2025-03-10
chore(refactoring): Refactor/modernizations (#2345)
Dave Henderson
2024-09-30
fix(lint): Fix or ignore lint errors (#2228)
Dave Henderson
2024-06-16
chore(api)!: Error instead of returning 0 on invalid inputs to conv.* functio...
Dave Henderson
2024-04-21
Enable testifylint linter (#2044)
Dave Henderson
2023-10-28
A bunch of linting and refactorings (#1893)
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
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
2021-09-24
conv.ToInt: return -1 instead of overflowing on 32-bit systems (#1216)
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2021-01-02
Moving lint config to config file, fixing some issues
Dave Henderson
2020-09-29
Lint fixes
Dave Henderson
2020-06-14
New RSA encrypt/decrypt functions, and new base64.DecodeBytes function
Dave Henderson
2019-11-13
Export /v3 from go module
Dave Henderson
2019-10-15
Slight performance improvement & refactoring
Dave Henderson
2019-05-09
Updating some package docs
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-08-28
Updating gometalinter config and fixing new lint errors
Dave Henderson
2018-07-26
Adding slice/array support to conv.Has
Dave Henderson
2018-07-16
Adding conv.ToBool/conv.ToBools functions
Dave Henderson
2018-07-11
Add conv.ToStrings function
Dave Henderson
2018-06-06
Support commas in number conversion
Dave Henderson
2018-04-21
Linting subpackages too... (#302)
Dave Henderson
2018-04-18
Adding conv.ToString function
Dave Henderson
2017-11-02
Fixing conv.Join to handle non-interface{} arrays
Dave Henderson
2017-10-26
Fixing bugs in ToInt64/ToFloat64
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