431f0ff666
refactor: implemented requested changes
...
* makes use of `directories` instead of `home`
* use `anyhow::Result` instead of more verbose `Result<_, anyhow::Error>`
* removes redundant match statement
* removes NO_COLOR logic, already handled by `console` library
2023-08-14 16:14:06 +05:30
93a265d4f2
Merge branch 'main' into feature/repl
2023-08-11 12:24:06 +05:30
f1467f9ba9
chore: fix conflicts
2023-08-11 12:21:32 +05:30
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
f9919a40aa
feat: initial context preservation
...
This allows the REPL to now preserve context, such as previously
declared variables which can be used in future eval steps.
Currently is only supported for variables, support for other types to be
included soon.
2023-08-09 21:49:42 +05:30
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
bd594e6f07
feat(repl): initial implementation
2023-08-06 16:18:37 +05:30
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
Filip Tibell
f1c230d39b
Version 0.7.0
2023-06-12 12:22:08 +02:00
Filip Tibell
10be29c121
Remove support for windows on arm, too complicated
2023-06-12 12:20:36 +02:00
Filip Tibell
1247196c35
Upgrade to mlua version 0.9
2023-06-08 14:25:44 +02:00
Filip Tibell
71cf5e7c96
Update dependencies
2023-06-08 12:23:33 +02:00
Filip Tibell
0773dc024a
Fix list subcommand not printing multiline descriptions properly
2023-06-08 11:31:26 +02:00
Filip Tibell
b42c69f9c4
Update dependencies and Luau version
2023-05-20 10:12:40 +02:00
Filip Tibell
dc0d693d1a
Add lz4 compression format
2023-05-20 09:22:50 +02:00
Filip Tibell
860c696212
Implement compression in serde builtin
2023-05-19 17:01:59 +02:00
Filip Tibell
75c79e15e8
Update dependencies
2023-05-14 21:36:58 +02:00
Filip Tibell
66aa1fc9ea
First draft for new setup & typedefs generation
2023-05-08 13:13:34 +02:00
Filip Tibell
3c204ee883
Update cargo manifest to use new dependency structure
2023-05-06 10:45:17 +02:00
Filip Tibell
3071a1154c
Release workflow improvements, hopefully windows on arm support
2023-05-06 10:35:18 +02:00
Filip Tibell
d0aa55ba04
Update lockfile
2023-05-06 10:02:47 +02:00
Filip Tibell
6f1081fe4f
Rustls not supported on windows on arm, use default tls
2023-05-06 09:45:13 +02:00
Filip Tibell
408f1a6d21
Update lockfile
2023-05-06 09:07:38 +02:00
Filip Tibell
b11996e13d
Version 0.6.6
2023-04-30 20:51:52 +02:00
Filip Tibell
710b945b03
Set up logger in cli
2023-04-30 20:48:47 +02:00
Filip Tibell
cd434cf68c
Update dependencies
2023-04-29 10:53:39 +02:00
Filip Tibell
587e30aafb
Version 0.6.5
2023-03-27 16:03:58 +02:00
Filip Tibell
4cb260c7dd
Version 0.6.4
2023-03-26 12:09:13 +02:00
Filip Tibell
ffe0ce1f52
Version 0.6.3
2023-03-26 09:40:13 +02:00
Filip Tibell
e9bea839b3
Replace lazy_static with once_cell
2023-03-25 17:37:12 +01:00