| Age | Commit message (Expand) | Author |
| 2025-03-09 | docs(fix): fix typos (#2344) | Kian-Meng Ang |
| 2024-09-30 | fix(lint): Fix or ignore lint errors (#2228) | Dave Henderson |
| 2024-06-29 | docs(fix): Fix broken links, add CI to check (#2156) | Dave Henderson |
| 2024-06-16 | chore(api)!: Error instead of returning 0 on invalid inputs to conv.* functio... | Dave Henderson |
| 2023-10-21 | docs: List release versions for each function, add unreleased label (#1868) | Dave Henderson |
| 2022-09-25 | Add coll.GoSlice and deprecate slice alias | Dave Henderson |
| 2022-02-10 | conv.URL - add example of how to redact the password | Dave Henderson |
| 2021-09-24 | conv.ToInt: return -1 instead of overflowing on 32-bit systems (#1216) | Dave Henderson |
| 2019-02-24 | docs: YAMLifying some more function docs, improving the doc template | 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 |
| 2019-01-13 | Fixing some docs bugs, and clarifying some things | Dave Henderson |
| 2018-11-03 | Spellchecking docs | Dave Henderson |
| 2018-09-11 | Improve docs for conv namespace | Dave Henderson |
| 2018-09-08 | Adding dict/conv.Dict function | 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-04-20 | Adding new conv.Default function | Dave Henderson |
| 2018-04-18 | Adding conv.ToString function | Dave Henderson |
| 2017-10-26 | Adding conv.ToInt64, conv.ToFloat64, and others... | Dave Henderson |
| 2017-10-01 | Document conv.ParseInt, conv.ParseFloat, conv.ParseUint, and conv.Atoi | Dan Edmunds |
| 2017-08-09 | Extracting data namespace, renaming typeconv to conv namespace | Dave Henderson |