aboutsummaryrefslogtreecommitdiff
path: root/docs/paths.md
AgeCommit message (Expand)Author
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-10-29Add file globbingBruce Hill
2024-10-09Update docs to standardize function signature formattingBruce Hill
2024-10-09Update docsBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-24Rename `from_unsafe_text` to `without_escaping`Bruce Hill
2024-09-23Support creating parent directories as needed (mkdir -p) and also set aBruce Hill
2024-09-15Update path reading APIs to use optional values instead of erroringBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-11Use optionals for iteratorsBruce Hill
2024-09-09Document :by_line()pathsBruce Hill
2024-09-09Add paths docsBruce Hill