|
6ec8f20fc5
|
Syntax change: table types are now: {K=V; default=...} and tables
use `{:K=V, ...; default=...}`
|
2025-04-02 16:14:20 -04:00 |
|
|
899e2cd3f1
|
Further shorten docs
|
2025-03-05 00:40:52 -05:00 |
|
|
9a3162633d
|
Shorten API docs
|
2025-03-05 00:40:00 -05:00 |
|
|
dba2d62d15
|
Fix links
|
2025-03-05 00:22:40 -05:00 |
|
|
0a3ad8ba91
|
Alphabetize and index functions
|
2025-03-05 00:21:30 -05:00 |
|
|
645d66e0de
|
Change table syntax to {key=value} and {:K,V} /{K,V}
|
2025-01-12 16:49:58 -05:00 |
|
|
37f3e91f6c
|
Rename "NONE" to "none"
|
2024-12-07 16:04:25 -05:00 |
|
|
40c33987fa
|
Bring back table[key] syntax
|
2024-11-30 15:50:54 -05:00 |
|
|
1e3fb8a2c0
|
Rename "NULL" to "NONE"
|
2024-11-24 16:18:21 -05:00 |
|
|
f868d02b08
|
Add NULL as a syntax for null values.
|
2024-11-21 13:00:53 -05:00 |
|
|
ce2aebe910
|
Update docs to reflect deprecation of "&" stack references
|
2024-10-27 21:14:27 -04:00 |
|
|
5a80ff0db3
|
Update docs to standardize function signature formatting
|
2024-10-09 13:48:45 -04:00 |
|
|
074cf22ad4
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
|
|
de49bc5bb3
|
Deprecate :or_else()/:or_fail()/:or_exit() in favor of the or operator
|
2024-09-16 16:06:19 -04:00 |
|
|
327d466b95
|
Table:get() now uses optional values instead of default or failure modes
|
2024-09-12 00:55:43 -04:00 |
|
|
a025fc55bf
|
Update docs
|
2024-09-11 15:01:51 -04:00 |
|
|
67e8f2dea0
|
Move docs into one folder
|
2024-08-19 00:23:02 -04:00 |
|