
Список изменений
loadedlibs() system changed!
1.1 - System remake.
Previously, loadedlibs() would gather data from a simple table. Now, the table is stored in a file using fs. Now you are able to unload imported libs from past sections.
1.2 - Optimization.
The system isn't as optimized as it could be, so expect an optimization for upcoming updates.
loader.lua changes
2.1 - import() changes.
Using "import()" now loads all files from the repo. Make sure to verify if stablecheck is set to true. If it is, the function will only import files ended in "S".
2.2 - Tiny changes.
Added colors to some functions such as unload().
Bugs fixed
3.1 - loadedlibs() still showing deleted libraries.
When unloading libraries, loadedlibs() would still show them as loaded.
Using the functions
4.1 - import() now loads all files at once.
>> import(OptLib)
> Success! Imported OptLib V1.3.1
--------------------------------------
>> import()
> Success! Imported Optlib V1.3.1
> Success! Imported BetterStrings V1.2
-- Note: Imported all the files from luiplib repo ended in "S".
Note:
>> Install Global Packs if you didn't!!
