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
Filip Tibell
1ab6a7a9fd
Version 0.8.0
2024-01-14 17:07:38 +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
6f8b1e4896
Implement standalone executable compilation ( #140 )
2024-01-13 21:19:59 +01:00
Filip Tibell
2511bb00a7
Update dependencies
2023-12-29 21:17:26 +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
e3981c8db2
Update to latest rbx-dom
2023-10-25 11:12:08 +02:00
Filip Tibell
56949aad09
Version 0.7.9
2023-10-21 11:43:56 +02:00
Filip Tibell
4e68c64daf
Update dependencies
2023-10-21 11:32:11 +02: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
Filip Tibell
74d7f3d66f
Update dependencies
2023-10-04 09:02:17 -05:00
Filip Tibell
8c853fb99e
Update dependencies
2023-09-25 13:52:02 -05:00
Filip Tibell
7a05563f0f
Update dependencies
2023-09-16 21:29:36 -05:00
e2aef015fa
Implement DateTime Built-in Library ( #94 )
2023-09-11 12:52:07 -05:00
Filip Tibell
066df67ffa
Update dependencies
2023-08-24 19:09:35 -05:00
Filip Tibell
603cc10b42
Version 0.7.7
2023-08-23 15:30:10 -05:00
Filip Tibell
3450d0ed4f
Update dependencies
2023-08-22 20:00:58 -05:00
Filip Tibell
58d64fc0c8
Use default env filter for tracing
2023-08-22 20:00:58 -05:00
Filip Tibell
38a91a3dc3
Implement tracing for scheduler, set to debug for now
2023-08-22 20:00:58 -05:00
Filip Tibell
bcef44e286
Implement bulk of new require behavior
2023-08-22 20:00:58 -05:00
Filip Tibell
6e83958653
Remove mlua macros feature
2023-08-22 20:00:58 -05:00
Filip Tibell
e08908e22e
Update mlua version
2023-08-22 20:00:58 -05:00
Filip Tibell
7c8af9730f
Some work on async functions for new scheduler
2023-08-22 20:00:58 -05:00
bff6dffe90
Implement a REPL ( #83 )
2023-08-16 10:05:53 -05:00
Filip Tibell
e57b8c3b15
Version 0.7.6
2023-08-09 16:33:04 -05:00
Filip Tibell
061742ed07
Update dependencies
2023-08-09 16:29:56 -05:00
Filip Tibell
ee3d0ba502
Use published versions of rbx-dom libraries
2023-08-09 16:28:12 -05:00
Filip Tibell
036c171eb3
Update dependencies
2023-08-07 16:20:53 -05:00
Filip Tibell
9f662f21f1
Bump rbx_cookie dependency
2023-08-07 16:18:21 -05:00
Filip Tibell
eafb566e91
Update dependencies
2023-08-04 13:32:07 -05:00
Filip Tibell
ed4d99fa6a
Update lockfile
2023-07-22 17:17:19 +02:00
Filip Tibell
57f730e788
Remove old docs, move typedefs dir
2023-07-22 14:44:28 +02:00
Filip Tibell
2f464f846a
Update dependencies
2023-07-20 11:07:44 +02:00
Filip Tibell
689994552f
Goodbye monorepo, hello monolith
2023-07-20 09:47:00 +02:00
Kenneth Loeffler
33be2ed716
Start using new rbx_dom_weak instance cloning methods ( #62 )
2023-07-08 11:14:04 +02:00
Filip Tibell
fc107e64b8
Version 0.7.4
2023-07-07 09:06:33 +02:00
Filip Tibell
1dc0ea67e3
Add support for CFrame and Font in instance attributes
2023-07-07 09:02:02 +02:00
Filip Tibell
9e67a8542f
Update dependencies, fix fn borrow recursion in postprocessing
2023-07-07 08:52:57 +02:00
Filip Tibell
6a4e44918c
Version 0.7.3
2023-07-05 10:40:58 +02:00
Filip Tibell
940834f70e
Version 0.7.2
2023-06-28 12:21:57 +02:00
Filip Tibell
533b12b11c
Update Luau version, fix changelog entries
2023-06-28 12:20:38 +02:00
Filip Tibell
66e122ea63
Rewrite setup subcommand to be more permissive and user friendly
2023-06-28 12:10:17 +02:00
Filip Tibell
518e263c69
Remove dependency on blocking crate
2023-06-28 10:33:37 +02:00
Filip Tibell
e0f5e65ff6
Update rbx-dom
2023-06-26 12:34:39 +02:00
Filip Tibell
ef5d06a169
Update lockfile
2023-06-17 21:17:35 +02:00
Filip Tibell
a0f6b25b9e
Version 0.7.1
2023-06-17 21:14:09 +02:00
reggie
aaa0977d54
Add TLS support for net.socket()
, fix WebSocket.closeCode
behavior ( #57 )
2023-06-15 22:36:05 +02:00