d3d1a4dbd5
chore(tests, types): reflect changes in 716e8aae8e
2024-04-19 16:24:34 +05:30
716e8aae8e
refactor(net, fs): accept buffers and strings instead of just buffers
2024-04-19 14:24:04 +05:30
a35c7fc3c4
Merge branch 'main' into feature/std-buffer
2024-04-19 13:55:48 +05:30
Filip Tibell
fa7f6c6f51
Fix doc example for new stdio API
2024-04-18 22:14:54 +02:00
Filip Tibell
753897222a
Implement stdio.readToEnd API
2024-04-18 22:10:08 +02:00
Filip Tibell
4a28499aaa
Fix net.serve no longer accepting ipv6
2024-04-18 20:56:40 +02:00
Filip Tibell
03c773fd79
Fix headers in net.serve being raw bytes instead of strings
2024-04-18 20:54:21 +02:00
fe55442dac
Fix Stack Overflow while Formatting Tables with Circular Keys ( #183 )
2024-04-18 12:29:23 +02:00
Filip Tibell
34fc23d024
Add native CI target for M1 macs
2024-04-15 23:40:58 +02:00
Filip Tibell
fcfb5ed3a8
Version 0.8.3
2024-04-15 23:34:51 +02:00
Filip Tibell
f36ec1483a
Update changelog
2024-04-15 23:31:16 +02:00
Filip Tibell
aa04fb345c
Update dependencies
2024-04-15 23:28:51 +02:00
Someon1e
3f79756f70
Fix require not throwing syntax error ( #168 )
2024-04-15 23:21:25 +02:00
8e38440dad
Merge branch 'main' into feature/std-buffer
2024-04-11 18:19:29 +05:30
Snorlax
8220216893
Solve test yielding in net_serve_requests ( #177 )
2024-04-11 14:04:40 +02:00
0d302cf0c1
Fix itertools dependency being marked optional even though it is mandatory ( #176 )
2024-04-11 13:42:21 +02:00
652e71b60f
merge: 'main' -> feature/std-buffer
2024-04-11 14:19:03 +05:30
PhantomShift
1e3a604d0f
Fix case-sensitivity issue in requires with aliases ( #173 )
2024-04-07 14:44:17 +02:00
Kenneth Loeffler
a65ef2ae1b
Fix require caching by using correct tuple ordering in resolve_paths ( #171 )
2024-04-07 14:41:32 +02:00
Filip Tibell
94ba331ed0
Version 0.8.2
2024-03-12 23:32:29 +01:00
Filip Tibell
59aa780654
Unbreak accidental breaking change in net.serve
2024-03-12 23:29:19 +01:00
Filip Tibell
0116d405b2
Fix globals being injected multiple times in repl
2024-03-12 23:19:21 +01:00
Filip Tibell
9f58414e99
Make parsing of _VERSION global more robust
2024-03-12 23:12:05 +01:00
Filip Tibell
a52dfc1483
Version 0.8.1
2024-03-11 19:27:40 +01:00
Filip Tibell
65413e1c94
Mention performance improvements in changelog, too
2024-03-11 19:26:58 +01:00
Filip Tibell
edeb4003fd
Update changelog
2024-03-11 19:24:38 +01:00
Filip Tibell
4844fa1ead
Update dependencies
2024-03-11 19:17:23 +01:00
Filip Tibell
cd34dcb0dd
Rewrite scheduler and make it smol ( #165 )
2024-03-11 19:11:14 +01:00
a97a7cf025
Merge branch 'main' into feature/std-buffer
2024-03-11 23:15:52 +05:30
1f211ca0ab
Fix stack overflow when printing tables with cyclic references ( #158 )
2024-03-11 17:57:44 +01:00
20b9fce7df
Fix minor inconsistencies in doc comments ( #163 )
2024-03-11 13:05:13 +01:00
Plain English
baa03424d4
Fix fs.copy not working with empty dirs ( #155 )
2024-02-20 13:36:19 +01:00
vocksel
347da823b7
Update net.serve
docs for address
change ( #149 )
2024-02-03 20:43:40 +01:00
vocksel
fe4ba1db02
Add a timeout to CI runs ( #150 )
2024-02-03 20:41:46 +01:00
185fb6ae66
feat(types): update @lune/net types to reflect buffer support
2024-01-21 13:30:21 +05:30
746b1cc271
feat(util + net): common buffer util & buffer support for @lune/net
...
This commit implements buffer types are arguments and returns for
previously used string types for the @lune/net library.
Methods affected:
* net.request - Returns resp body as a buffer now
* net.serve - RequestConfig handlers can have a body of type string or
buffer now
* net.socket - WebSocket stream data can now be sent as a string or
buffer
2024-01-21 13:23:42 +05:30
a1b11345a1
feat(types + tests): updated types and tests for @lune/fs
2024-01-21 11:06:36 +05:30
caecf9edd1
feat: buffer support for @lune/fs
...
* fs.readFile now returns a buffer, instead of a string
* fs.writeFile now accepts a string or a buffer for the contents
argument
2024-01-21 01:39:29 +05:30
vocksel
3c68d8e314
Serve from other IPs ( #142 )
2024-01-19 20:39:57 +01:00
Filip Tibell
1b25ed2904
Add missed extension in changelog
2024-01-14 17:13:13 +01:00
Filip Tibell
1ab6a7a9fd
Version 0.8.0
2024-01-14 17:07:38 +01:00
Filip Tibell
474ceb139a
Change properties on fs.metadata to be DateTime values instead of numbers
2024-01-14 17:06:41 +01:00
Filip Tibell
b322d3dfa5
Fix justfile command
2024-01-14 16:53:10 +01:00
Filip Tibell
7b662801f2
Clarify standalone require behavior in changelog
2024-01-14 14:06:17 +01:00
Filip Tibell
ce21063d7c
Change repository links to new org
2024-01-14 13:42:10 +01:00
Filip Tibell
7b4942fc3d
Update dependencies
2024-01-14 13:39:08 +01:00
Filip Tibell
b07202a64b
Implement support for path aliases in require
2024-01-14 13:33:15 +01:00
Filip Tibell
0392c163a0
Give standalone compilation its own dir, leave some future notes
2024-01-14 11:15:17 +01:00
Filip Tibell
e5e83d1ad6
Rename lune struct to runtime
2024-01-14 10:41:18 +01:00
Filip Tibell
ef9550ced5
Make clippy happy
2024-01-14 10:37:54 +01:00