Releases: richie0866/rbxm-suite
Releases · richie0866/rbxm-suite
v2.2.2
Bug Fixes
- Fixed a bug in the
nocache
option. 26bcb29 72c36e8 @richie0866 - Fixed recursion issue in custom
require
implementation. 72c36e8 @richie0866 - Top-level LocalScripts are now executed when
runscripts
is true. 26bcb29 @richie0866
v2.2.1
Development
- Fix globals for debug mode 14fcbdf @richie0866
v2.2.0
New Features
📂 Add nocache
option for Roblox library assets
- Add support for nocache option 00f18b1 @EpixScripts
🧬 Add deferred
option for running scripts when runscripts
is true
Development
🔥 Allow Luau optimizations that were disabled in previous versions
- Remove 'setfenv' by localizing globals, refactor code deed3cd @richie0866
- Use new selene executor environment @EpixScripts
v2.1.1
Development
- Minify in JS instead of bash 4040354 @richie0866
- Use latest asset redirect internally 7fce52b @richie0866
v2.1.0
v2.0.3
Bug Fixes
- Use HttpGetAsync instead of request 5152dc0 @richie0866
- Fix issue with running init 5152dc0 @richie0866
v2.0.2
Bug Fixes
⭐ Fix false module recursion error when using Roblox-TS
- Do not check loaded modules for recursion 2f1fd6f @richie0866
Documentation
- Fix mistakes in docs (#5)
v2.0.1
Development
- Minor refactor 4a4f0fe @richie0866
v2.0.0
Documentation
⭐ Use EmmyLua annotations
- Avoid Luau type-related errors in exploits and the lua minifier
Development
⭐ Full Luau rewrite to improve performance and reduce file size
- Rewrite in Luau 9bc10fe @richie0866
- Add
no_circular_deps
option 2042c0c @richie0866