Filip Tibell
|
7699d06647
|
Proper implementation of async process spawn
|
2023-02-09 22:23:22 +01:00 |
|
Filip Tibell
|
72f6b356c4
|
Initial work on async impl of process spawn
|
2023-02-09 17:23:06 +01:00 |
|
Filip Tibell
|
7aa8896997
|
Query parameters for net serve is now a table instead of a string
|
2023-02-07 21:54:52 -05:00 |
|
Filip Tibell
|
16d9c94822
|
Update hello lune example
|
2023-02-06 13:10:52 -05:00 |
|
Filip Tibell
|
f1296e391b
|
Version 0.3.0
|
2023-02-06 13:02:13 -05:00 |
|
Filip Tibell
|
ee64d2ef9c
|
Implement stdio prompt function
|
2023-02-06 12:59:48 -05:00 |
|
Filip Tibell
|
bbf1c9f4f7
|
Migrate console global to stdio
|
2023-02-06 00:13:12 -05:00 |
|
Filip Tibell
|
420a861061
|
Don't export everything in the lune lib
|
2023-02-05 22:32:10 -05:00 |
|
Filip Tibell
|
2e3f95ebd6
|
Migrate console lib printing functions to regular globals
|
2023-02-05 22:25:36 -05:00 |
|
Filip Tibell
|
6ae139d987
|
Update crate publish action version
|
2023-02-05 19:46:03 -05:00 |
|
Filip Tibell
|
f5d9aab2e5
|
Fix publishing to crates.io
|
2023-02-05 19:41:38 -05:00 |
|
Filip Tibell
|
bd71075023
|
Fix release workflow some more
|
2023-02-05 19:24:53 -05:00 |
|
Filip Tibell
|
e921d994d1
|
Fix release workflow
|
2023-02-05 19:23:12 -05:00 |
|
Filip Tibell
|
4ae8cecd90
|
Version 0.2.2
|
2023-02-05 19:17:31 -05:00 |
|
Filip Tibell
|
aec7f820ca
|
Migrate to using cargo workspaces
|
2023-02-05 19:13:58 -05:00 |
|
Filip Tibell
|
403d87f7f5
|
Rename example
|
2023-02-05 11:36:57 -05:00 |
|
Filip Tibell
|
43713fbe92
|
Add teapot to example
|
2023-02-04 23:49:51 -05:00 |
|
Filip Tibell
|
5f831ebb9f
|
Fix rogue quote in example
|
2023-02-04 23:47:04 -05:00 |
|
Filip Tibell
|
23b570b609
|
Improve csv printer example
|
2023-02-03 23:47:22 -05:00 |
|
Filip Tibell
|
28d6817c49
|
Add more examples, global types for net APIs
|
2023-02-03 23:40:27 -05:00 |
|
Filip Tibell
|
a8b57653f3
|
Fix typedefs download breaking after switching to reqwest
|
2023-02-03 22:21:40 -05:00 |
|
Filip Tibell
|
a508849397
|
Fix version in changelog
|
2023-02-03 22:14:45 -05:00 |
|
Filip Tibell
|
22ca94c674
|
Version 0.2.1
|
2023-02-03 19:30:15 -05:00 |
|
Filip Tibell
|
aefd57d2ba
|
Implement HTTP server, update Luau version
|
2023-02-03 19:27:56 -05:00 |
|
Filip Tibell
|
0ce03e7987
|
Switch to reqwest for a proper async http client
|
2023-02-03 14:40:06 -05:00 |
|
Filip Tibell
|
a448c9d2c6
|
Migrate back to tokio to prepare for using hyper
|
2023-02-03 14:15:20 -05:00 |
|
Filip Tibell
|
aa95fa2234
|
Improve selene type definitions
|
2023-01-29 20:16:17 -05:00 |
|
Filip Tibell
|
091c73038f
|
Fix require-d test modules not returning anything
|
2023-01-29 18:59:51 -05:00 |
|
Filip Tibell
|
589c52f769
|
Fix process exit behavior
|
2023-01-28 11:16:13 -05:00 |
|
Filip Tibell
|
b414174ee6
|
Fix string literal in changelog
|
2023-01-28 00:04:43 -05:00 |
|
Filip Tibell
|
242035cb5d
|
Version 0.2.0
|
2023-01-27 23:51:44 -05:00 |
|
Filip Tibell
|
08360a861f
|
Implement new process spawn options & cwd constant
|
2023-01-27 23:46:07 -05:00 |
|
Filip Tibell
|
16911e904e
|
Update typedefs & changelog
|
2023-01-27 21:32:08 -05:00 |
|
Filip Tibell
|
e9d3fb21f0
|
Add missing param and return docs to definitions
|
2023-01-26 19:56:50 -05:00 |
|
Filip Tibell
|
0657e05cc0
|
Implement docs file generation & docs in the luau type definitions file
|
2023-01-26 19:36:06 -05:00 |
|
Filip Tibell
|
ee5b67bf3a
|
Update lockfile
|
2023-01-25 16:17:46 -05:00 |
|
Filip Tibell
|
59c00eb459
|
Version 0.1.3
|
2023-01-25 15:58:28 -05:00 |
|
Filip Tibell
|
536b24c939
|
Improve readme formatting
|
2023-01-25 14:56:15 -05:00 |
|
Filip Tibell
|
d34d87ddb0
|
Mention list command in readme
|
2023-01-25 14:49:20 -05:00 |
|
Filip Tibell
|
92781a521c
|
Implement list subcommand
|
2023-01-25 14:42:10 -05:00 |
|
Filip Tibell
|
8b7990b9a9
|
Auto-publish to crates.io
|
2023-01-24 21:11:04 -05:00 |
|
Filip Tibell
|
169be092bd
|
Make readme snazzier
|
2023-01-24 21:02:50 -05:00 |
|
Filip Tibell
|
7fa34891ca
|
Fix license expression in crate config
|
2023-01-24 20:36:59 -05:00 |
|
Filip Tibell
|
67526f6cb8
|
Version 0.1.2
|
2023-01-24 20:32:31 -05:00 |
|
Filip Tibell
|
fb1dc1ade2
|
Remove debug print
|
2023-01-24 20:31:13 -05:00 |
|
Filip Tibell
|
915dbf7bd9
|
Fix scripts that terminate instantly hanging forever
|
2023-01-24 20:30:47 -05:00 |
|
Filip Tibell
|
530d01fc9d
|
Version 0.1.1
|
2023-01-24 15:38:43 -05:00 |
|
Filip Tibell
|
ec94a76e23
|
Update changelog
|
2023-01-24 15:38:04 -05:00 |
|
Filip Tibell
|
d3046194bc
|
Potential fix for process.spawn yield issue
|
2023-01-24 15:36:09 -05:00 |
|
Filip Tibell
|
7eff6e4555
|
Improve file paths in error stack traces
|
2023-01-24 15:27:38 -05:00 |
|