summaryrefslogtreecommitdiff
path: root/internal/funcs
AgeCommit message (Expand)Author
2025-04-14deps(actions): Bump golangci/golangci-lint-action from 6 to 7 (#2357)dependabot[bot]
2025-03-09docs(fix): fix typos (#2344)Kian-Meng Ang
2025-03-10chore(refactoring): Refactor/modernizations (#2345)Dave Henderson
2024-11-10fix(strings): Avoid potential overflow on 32-bit systems (#2257)Dave Henderson
2024-11-10fix(lint): Address new lint warnings from golangci-lint 1.62 (#2256)Dave Henderson
2024-09-30fix(lint): Fix or ignore lint errors (#2228)Dave Henderson
2024-07-06feat(strings): New functions TrimRight and TrimLeft (#2148)Javier Solana
2024-06-17feat(coll): New coll.Set and coll.Unset functions (#2118)Dave Henderson
2024-06-16chore(api)!: Error instead of returning 0 on invalid inputs to conv.* functio...Dave Henderson
2024-06-11chore(api)!: Return errors instead of panicking on regexp functions (#2105)Dave Henderson
2024-06-01feat(strings): Update strings.Indent to error on bad input instead of silentl...Dave Henderson
2024-05-30chore: Clear out a few TODOs with no action (#2087)Dave Henderson
2024-05-29chore!: Replacing the data.Data type with a datasource registry (#2083)Dave Henderson
2024-05-12feat: coll.Pick now supports slice of strings as input (#2069)Dave Henderson
2024-04-21Enable testifylint linter (#2044)Dave Henderson
2024-03-08fix lint errors (#2010)Dave Henderson
2024-01-25Remove deprecated functions (#1978)Dave Henderson
2024-01-25Move funcs package to internal (#1977)Dave Henderson