summaryrefslogtreecommitdiff
path: root/conv/conv_test.go
AgeCommit message (Expand)Author
2025-03-10chore(refactoring): Refactor/modernizations (#2345)Dave Henderson
2024-09-30fix(lint): Fix or ignore lint errors (#2228)Dave Henderson
2024-06-16chore(api)!: Error instead of returning 0 on invalid inputs to conv.* functio...Dave Henderson
2024-04-21Enable testifylint linter (#2044)Dave Henderson
2023-10-28A bunch of linting and refactorings (#1893)Dave Henderson
2023-04-29Use required.NoError for faster failure in testsDave Henderson
2021-04-03Update linting and fix field alignment issuesDave Henderson
2021-01-02Moving lint config to config file, fixing some issuesDave Henderson
2020-06-14New RSA encrypt/decrypt functions, and new base64.DecodeBytes functionDave Henderson
2019-01-28New collections (coll) namespace, plus new functionsDave Henderson
2019-01-28New functions conv.Keys and conv.ValuesDave Henderson
2018-09-24Return error instead of using log.FatalDave Henderson
2018-09-08Adding dict/conv.Dict functionDave Henderson
2018-07-26Adding slice/array support to conv.HasDave Henderson
2018-07-16Adding conv.ToBool/conv.ToBools functionsDave Henderson
2018-06-06Support commas in number conversionDave Henderson
2018-04-18Adding conv.ToString functionDave Henderson
2017-11-02Fixing conv.Join to handle non-interface{} arraysDave Henderson
2017-10-26Fixing bugs in ToInt64/ToFloat64Dave Henderson
2017-10-26Adding conv.ToInt64, conv.ToFloat64, and others...Dave Henderson
2017-08-09Extracting data namespace, renaming typeconv to conv namespaceDave Henderson