Filip Tibell
|
9c4806a840
|
Add mustuse and access control tags in typedefs file
|
2023-02-15 22:51:01 +01:00 |
|
Filip Tibell
|
5157e60379
|
Improve websocket examples
|
2023-02-12 18:24:55 +01:00 |
|
Filip Tibell
|
4b6a934637
|
Version 0.4.0
|
2023-02-11 23:39:59 +01:00 |
|
Filip Tibell
|
1e7cbc4062
|
Clean up typedefs file
|
2023-02-11 23:38:47 +01:00 |
|
Filip Tibell
|
091dc17337
|
Implement web socket client
|
2023-02-11 23:29:17 +01:00 |
|
Filip Tibell
|
6c97003571
|
Implement web sockets for net serve
|
2023-02-11 22:40:14 +01:00 |
|
Filip Tibell
|
41212f4b4c
|
Net serve now returns a handle to stop serving requests safely
|
2023-02-11 14:25:53 +01:00 |
|
Filip Tibell
|
f3cb4f2ce0
|
Make process.spawn result a global type
|
2023-02-09 23:23:16 +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
|
2e3f95ebd6
|
Migrate console lib printing functions to regular globals
|
2023-02-05 22:25:36 -05:00 |
|
Filip Tibell
|
4ae8cecd90
|
Version 0.2.2
|
2023-02-05 19:17:31 -05:00 |
|
Filip Tibell
|
28d6817c49
|
Add more examples, global types for net APIs
|
2023-02-03 23:40:27 -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
|
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
|
59c00eb459
|
Version 0.1.3
|
2023-01-25 15:58:28 -05:00 |
|
Filip Tibell
|
67526f6cb8
|
Version 0.1.2
|
2023-01-24 20:32:31 -05:00 |
|
Filip Tibell
|
530d01fc9d
|
Version 0.1.1
|
2023-01-24 15:38:43 -05:00 |
|
Filip Tibell
|
7d0338ef3c
|
Version 0.1.0
|
2023-01-24 12:44:33 -05:00 |
|
Filip Tibell
|
bfe852f034
|
Uncomment task lib argument stuff to prepare for implementation
|
2023-01-23 20:59:57 -05:00 |
|
Filip Tibell
|
76f21076f9
|
Version 0.0.6
* Also add task lib to example
|
2023-01-23 20:14:01 -05:00 |
|
Filip Tibell
|
af8eb08433
|
Update unit tests & typedefs
|
2023-01-23 19:13:18 -05:00 |
|
Filip Tibell
|
d4ad835fd8
|
Lune library internal util improvements, type definition improvements
|
2023-01-23 18:52:31 -05:00 |
|
Filip Tibell
|
54846648fd
|
Re-implement task library
|
2023-01-22 23:00:09 -05:00 |
|
Filip Tibell
|
746990938c
|
Version 0.0.5
|
2023-01-22 21:46:30 -05:00 |
|
Filip Tibell
|
8ab5855ccc
|
Add missing task.cancel API
|
2023-01-21 17:23:39 -05:00 |
|
Filip Tibell
|
d5b3d3f94b
|
Implement test suite & prototypes for task global
|
2023-01-21 15:07:18 -05:00 |
|
Filip Tibell
|
8e8fb6c54f
|
Implement task.wait global
|
2023-01-21 13:33:33 -05:00 |
|
Filip Tibell
|
761580ad84
|
Implement test suite for console
|
2023-01-21 01:37:31 -05:00 |
|
Filip Tibell
|
2565e02e11
|
Version 0.0.4
|
2023-01-20 21:18:11 -05:00 |
|
Filip Tibell
|
bce6958c46
|
Refactor process args & env, improve errors
|
2023-01-20 15:21:20 -05:00 |
|
Filip Tibell
|
3706d9f8c6
|
Version 0.0.3
|
2023-01-19 22:12:25 -05:00 |
|
Filip Tibell
|
aa1804d738
|
Implement console global
|
2023-01-19 22:10:34 -05:00 |
|
Filip Tibell
|
3ccb31d918
|
Add networking functions & move json apis
|
2023-01-19 17:56:12 -05:00 |
|
Filip Tibell
|
b0042726ce
|
Version 0.0.2
|
2023-01-19 15:08:38 -05:00 |
|
Filip Tibell
|
c21dfb997e
|
Cleanup readme, add APIs to it
|
2023-01-19 14:57:39 -05:00 |
|
Filip Tibell
|
8078425b2d
|
Initial commit
|
2023-01-18 20:47:14 -05:00 |
|