e4c4ea4129
feat(types): include and document json5 support in types
2024-03-04 12:12:57 +05:30
532409aa25
feat: add json5 support to net.jsonDecode
2024-02-25 18:20:17 +05:30
84af0f7a60
feat: include support for json5 encoding
...
JSON5 is a superset of JSON, which includes support for trailing commas,
extra whitespaces, comments, and an expanded set of numbers. This commit
adds mainly decoding support for json5, in `@lune/serde`. Encoding
"support" is also included, but isn't a practical use-case.
* Expanded `EncodeDecodeFormat` to have a `Json5` variant
* Handled JSON5 decoding using `serde_json5` crate
* Matched JSON5 encoding alongside JSON
2024-02-25 16:38:18 +05:30
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
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
Filip Tibell
d7c603e881
Refactor CLI to use subcommands, update changelog
2024-01-14 10:35:27 +01:00
Filip Tibell
3565c897c0
Remove old cli setup flags
2024-01-14 09:41:08 +01:00
Filip Tibell
9c27057bf3
Use blocking io for print and warn globals
2024-01-14 09:38:56 +01:00
6f8b1e4896
Implement standalone executable compilation ( #140 )
2024-01-13 21:19:59 +01:00
Filip Tibell
5040deddb6
Update tooling, fix luau analyze errors
2024-01-04 20:00:44 +01:00
Filip Tibell
c9ce29741b
Add support for multiple query & header values in net request
2023-12-30 17:38:58 +01:00
Filip Tibell
cd78fea1f5
Fix print and warn globals yielding
2023-12-30 16:28:04 +01:00
Filip Tibell
0e54d7f124
Update changelog
2023-12-29 21:19:17 +01:00
Filip Tibell
2511bb00a7
Update dependencies
2023-12-29 21:17:26 +01:00
guidable0
39d9557559
Fix overwrite option for copying directories ( #133 )
2023-12-29 21:17:16 +01:00
Filip Tibell
507d88e63e
Version 0.7.11
2023-10-29 21:32:07 +01:00
Filip Tibell
779a11c85a
Version 0.7.10
2023-10-25 11:21:31 +02:00
Filip Tibell
f29636b038
Use lower timeout on non-windows in process spawn async sleep test
2023-10-25 11:17:01 +02:00
Filip Tibell
f860821498
Use GetDebugId in custom instance properties test
2023-10-25 11:14:08 +02:00
Filip Tibell
e3981c8db2
Update to latest rbx-dom
2023-10-25 11:12:08 +02:00
Filip Tibell
1c814285c6
Implement GetDebugId instance method
2023-10-25 11:10:24 +02:00
Filip Tibell
56949aad09
Version 0.7.9
2023-10-21 11:43:56 +02:00
Filip Tibell
7e9aaeafe6
Fix lints
2023-10-21 11:41:09 +02:00
Filip Tibell
4e68c64daf
Update dependencies
2023-10-21 11:32:11 +02:00
Filip Tibell
37afe7b05e
Add test for async custom instance methods in roblox builtin
2023-10-21 11:30:20 +02:00
ec6060a6cb
Support listing directories with init.lua(u)
files in them ( #119 )
2023-10-12 21:50:20 -05:00
Filip Tibell
e16c28fd40
Refactor process spawn for more granular stdio options
2023-10-11 16:32:16 -05:00
Filip Tibell
1aa6aef679
Add typedefs and tests for custom instance properties and methods
2023-10-08 23:05:19 -05:00
Filip Tibell
9fe3b02d71
Start work on custom instance properties and methods in roblox builtin
2023-10-06 11:58:39 -05:00
Filip Tibell
02d812f103
Version 0.7.8
2023-10-05 21:52:57 -05:00
Filip Tibell
ed07ba8613
Update dependencies
2023-10-05 21:48:26 -05:00
Kenneth Loeffler
ede3365f64
Use TerrainMaterials::from_str to parse material variant name ( #118 )
2023-10-05 21:10:11 -05:00
Filip Tibell
e92cb4ee64
Fix new clippy lints
2023-10-05 20:54:36 -05:00
Filip Tibell
dc7e3888d7
Split process spawn tests into multiple files
2023-10-05 20:53:29 -05:00
Filip Tibell
eb1bddf44e
Update changelog
2023-10-05 20:37:26 -05:00
8865692f1d
Allow for passing stdin to child ( #106 )
2023-10-05 20:30:27 -05:00
Kenneth Loeffler
c43648faec
Use clone_multiple_into_external in Document instance methods ( #117 )
2023-10-04 14:25:26 -05:00