aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-30Further support for .dylib files on mac by changing syntax for libraryBruce Hill
2025-03-24Fix docsBruce Hill
2025-03-24Add num:percent()Bruce Hill
2025-03-21Move pandoc stuff into docs/Bruce Hill
2025-03-21Move manpage into docsBruce Hill
2025-03-17Update docsBruce Hill
2025-03-17Remove shell docsBruce Hill
2025-03-17Add Path:expand_home() as a publicly visible API and bugfix itBruce Hill
2025-03-16Remove enum type prefix when printing enumBruce Hill
2025-03-16Fix docsBruce Hill
2025-03-16Update file path API and docsBruce Hill
2025-03-12Rename `without_escaping()` -> `from_text()`Bruce Hill
2025-03-11Don't use '$' prefix for field namesBruce Hill
2025-03-10Add `convert` keyword for defining conversionsBruce Hill
2025-03-07Add text padding functions: :left_pad(), :right_pad(), :middle_pad()Bruce Hill
2025-03-07Add proper language support for case operations on textBruce Hill
2025-03-05Add print() as alias for say()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
2025-03-05Standardize API doc heading levelsBruce Hill
2025-03-03Add `recursive` argument to text:each() and text:map(), plus update docsBruce Hill
2025-03-01Fix docs for recursive replace_allBruce Hill
2025-03-01Change `lang.text_content` to `lang.text`Bruce Hill
2025-02-25Add $Shell.execute()Bruce Hill
2025-02-19Switch to langs using constructorsBruce Hill
2025-02-13Add Int:onward() iteratorBruce Hill
2025-02-13Deprecate Range datatype in favor of using iterator methodsBruce Hill
2025-02-04Add {word} as an alias for {id}Bruce Hill
2025-01-23Overhaul of Text implementation to be more like Cords and have muchBruce Hill
2025-01-12Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`Bruce Hill
2025-01-02Use `holding` blocks for mutexed data instead of lambdasBruce Hill
2025-01-02Add some light docs for mutexed accessBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-12-31Array:heap_pop() now returns an optional valueBruce Hill
2024-12-31Add array:pop()Bruce Hill
2024-12-24Add Int:factorial() and n:choose(k)Bruce Hill
2024-12-21Add text:by_line()/:by_split()/:by_match()Bruce Hill
2024-12-19Add Text:reversed()Bruce Hill
2024-12-19Add Text:from()/to() and Array:slice() for symmetryBruce Hill
2024-12-11Update docsBruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-30Bring back `table[key]` syntaxBruce Hill
2024-11-29Update docs and minor bugfixBruce Hill
2024-11-29Tweak serialization syntaxBruce Hill
2024-11-29Rename :serialize() -> :serialized()Bruce Hill
2024-11-29Add serialization docsBruce Hill
2024-11-26Document integer divisionBruce Hill