aboutsummaryrefslogtreecommitdiff
path: root/docs/paths.md
AgeCommit message (Expand)Author
2025-04-16Add Path.current_dir() as exposed methodBruce Hill
2025-04-06Update syntax in docsBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-05Fix up more thingsBruce Hill
2025-04-04Misc fixesBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-17Add Path:expand_home() as a publicly visible API and bugfix itBruce Hill
2025-03-16Update file path API and docsBruce Hill
2025-03-12Rename `without_escaping()` -> `from_text()`Bruce Hill
2025-03-05Further shorten docsBruce Hill
2025-03-05Shorten API docsBruce Hill
2025-03-05Fix linksBruce Hill
2025-03-05Alphabetize and index functionsBruce Hill
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