summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2023-05-22Fix output-map usage docsDave Henderson
2023-05-07Migrate docs site to new themeDave Henderson
2023-05-07Add Faro observability to docs siteDave Henderson
2023-04-16Clarified documentation of data.CSVBy* functions (#1714)Giorgio Gallo
2023-04-05:gift: Add tea.xyz package manager :tea: (#1700)SALES
2023-04-04New plugin args optionDave Henderson
2023-03-12Bump to v4 moduleDave Henderson
2023-03-11Remove support for obsolete Vault app-id authDave Henderson
2023-02-25Clarify documentation to highlight the differences between 'index' and '.'Dave Henderson
2023-02-04Deprecate netaddr-based funcsDave Henderson
2023-01-21New coll.Index functionDave Henderson
2022-12-29Add coll.JQ using gojq library (#1585)Andreas Hochsteger
2022-12-29Add strings.SkipLines functionDave Henderson
2022-10-23Deprecate non-pipelineable strings aliasesDave Henderson
2022-10-06Fix incorrect coll.GoSlice exampleDave Henderson
2022-09-25Clarify git URL docs - stop implying subpaths starting with '//' are a good ideaDave Henderson
2022-09-25Add coll.GoSlice and deprecate slice aliasDave Henderson
2022-06-18Removing slim (UPX-compressed) binary/image supportDave Henderson
2022-06-18Remove BoltDB supportDave Henderson
2022-06-12New gomplate.Renderer interfaceDave Henderson
2022-06-04Mark new AES functions experimentalDave Henderson
2022-05-30Fix broken markdown in tmpl.mdDave Henderson
2022-05-30Support URLs for nested templatesDave Henderson
2022-05-06Rename to CIDR*, generate docsDave Henderson
2022-05-06a few tweaksDave Henderson
2022-04-10New tmpl.Path/tmpl.PathDir functionsDave Henderson
2022-03-28docs: remove duplicate function docDave Henderson
2022-03-22Various updates for Go 1.18Dave Henderson
2022-03-10Clarify that inputDir is read recursivelyDave Henderson
2022-03-10Fix broken links in config.mdDave Henderson
2022-02-27Support piping input to pluginDave Henderson
2022-02-18docs: Add MacPorts installation instructionsHerby Gillot
2022-02-15Clarify plugin documentation re: stdinDave Henderson
2022-02-13Updating install docs (#1309)Dave Henderson
2022-02-13Ensure output file paths existDave Henderson
2022-02-12New crypto.SHA*Bytes functions (#1306)Dave Henderson
2022-02-12New crypto.EncryptAES/DecryptAES functions (#1305)Dave Henderson
2022-02-10conv.URL - add example of how to redact the passwordDave Henderson
2022-02-10Add example of how to use Time.IsDSTDave Henderson
2022-02-05Add function to list datasources (#1287)jeevansai
2022-02-01aws+sm datasource - support reading from SecretBinary when SecretString is no...Dave Henderson
2022-01-09Add strings.Split example to strings.md (#1279)Karl Schriek
2021-09-24Attempt to find the correct default git branch (#1217)Dave Henderson
2021-09-24conv.ToInt: return -1 instead of overflowing on 32-bit systems (#1216)Dave Henderson
2021-09-24crypto.RSAGenerateKey - Enforce key length of at least 2048 bits (#1214)Dave Henderson
2021-09-04Clarify install docs to use stable docker tags (#1204)Dave Henderson
2021-09-03Typo in alias (#1202)SALES
2021-08-23New functions net.ParseIP, net.ParseIPPrefix, and net.ParseIPRange (#1197)Dave Henderson
2021-04-18Fix 'files.IsDir' typo in doc exampleDave Henderson
2021-04-04Merge pull request #1121 from adriens/patch-2SALES