Commit graph

89 commits

Author SHA1 Message Date
Filip Tibell
c43d164c6a
Implement more instance method tests 2023-03-25 17:07:08 +01:00
Filip Tibell
6895b66550
Fix unnecessary error message printing for destroyed instances 2023-03-25 16:46:46 +01:00
Filip Tibell
6fe642e06d
Version 0.6.2 2023-03-25 11:48:50 +01:00
Filip Tibell
2c6e84bbc1
Clean up docs & their links 2023-03-24 11:56:42 +01:00
Filip Tibell
6e411de99b
Version 0.6.1 2023-03-23 09:44:01 +01:00
Filip Tibell
c39aaeee8f
Version 0.6.0 2023-03-22 20:13:43 +01:00
Filip Tibell
40161efbb4
Prepare changelog for next major version 2023-03-22 19:15:26 +01:00
Filip Tibell
20cbf8aa05
Update changelog 2023-03-21 17:50:33 +01:00
Filip Tibell
6a289583bf
Shuffle some code around, update changelog 2023-03-21 16:53:09 +01:00
Filip Tibell
9e6cd4b0af
Move net encode/decode into serde builtin instead 2023-03-21 16:48:28 +01:00
Filip Tibell
172ab16823
Finish implementing async require, add test cases 2023-03-21 11:07:42 +01:00
Filip Tibell
6318176516
Start work on require overhaul 2023-03-20 13:52:18 +01:00
Filip Tibell
72c30d31c7
Version 0.5.6 2023-03-11 08:29:57 +01:00
Filip Tibell
a59b0190ab
Fix fs writeFile & readFile not working with invalid utf8 2023-03-11 08:16:16 +01:00
Filip Tibell
3163f33887
Add support for shebang at the top of a script 2023-03-08 19:23:47 +01:00
Filip Tibell
7cc1aad114
Version 0.5.5 2023-03-08 13:06:03 +01:00
Filip Tibell
a4ee9a2e84
Fix some incorrect docs 2023-03-08 13:05:19 +01:00
Filip Tibell
99ca1fc230
Improve general error message formatting 2023-03-08 12:56:08 +01:00
Filip Tibell
8e168d3a9d
Add support for absolute file paths in the CLI 2023-03-08 12:09:45 +01:00
Filip Tibell
588ae96d66
Version 0.5.4 2023-03-07 22:12:19 +01:00
Filip Tibell
cbd4ba967e
Implement passing scripts to cli through stdin, minor bug fix 2023-03-07 22:07:53 +01:00
Filip Tibell
9cb793cdea
Update changelog 2023-03-02 20:27:51 +01:00
Filip Tibell
d63ac6191a
Version 0.5.3 2023-02-26 21:42:28 +01:00
Filip Tibell
16910b462b
Version 0.5.2 2023-02-26 17:11:29 +01:00
Filip Tibell
88dbc368d1
Fix formatting-related panic 2023-02-26 13:59:34 +01:00
Filip Tibell
7d75d5c52f
Version 0.5.1 2023-02-25 13:41:50 +01:00
Filip Tibell
e340321604
Add editorconfig, fix some formatting 2023-02-24 10:17:52 +01:00
Filip Tibell
c2dc8e2eb9
Version 0.5.0 2023-02-23 21:20:14 +01:00
Filip Tibell
5445115b3b
Update changelog 2023-02-23 11:34:42 +01:00
Filip Tibell
1fdc6d088c
Implement API for moving / renaming files and / or directories 2023-02-23 00:00:48 +01:00
Filip Tibell
eecffca741
De-UNC file paths on windows wherever possible 2023-02-22 23:21:37 +01:00
Filip Tibell
32bca9dde5
Update changelog 2023-02-22 18:04:50 +01:00
Filip Tibell
edcf24fa09
Update changelog 2023-02-22 13:09:04 +01:00
Filip Tibell
f5dfe75634
Update changelog 2023-02-21 12:30:31 +01:00
Filip Tibell
79f6d6df8a
Bundle type definition files in executable 2023-02-15 22:36:26 +01:00
Filip Tibell
8d44e1e827
Support built-in coroutine global in new task scheduler 2023-02-14 23:17:03 +01:00
Filip Tibell
6f1ae83fbe
Make stdio.prompt async to let background tasks run 2023-02-14 21:14:50 +01:00
Filip Tibell
f98400f753
Improve error for net serve failing to bind 2023-02-14 19:05:35 +01:00
Filip Tibell
bb182033b9
Fix task.delay keeping Lune alive even if cancelled 2023-02-12 19:07:15 +01:00
Filip Tibell
d50df04d09
Fix typo in changelog 2023-02-12 00:10:23 +01:00
Filip Tibell
4b6a934637
Version 0.4.0 2023-02-11 23:39:59 +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
709a69aa82
Refactor and document lune lib public members 2023-02-10 12:14:28 +01:00
Filip Tibell
f3cb4f2ce0
Make process.spawn result a global type 2023-02-09 23:23:16 +01:00
Filip Tibell
be39ecc00a
Reuse http client for net.request 2023-02-09 23:21:26 +01:00
Filip Tibell
f18fe48008
Add support for tilde home dir substitution in process.spawn 2023-02-09 22:59:17 +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
f1296e391b
Version 0.3.0 2023-02-06 13:02:13 -05:00