Note: The earliest version documented here is 1.4.0.
1.5.0
Fixed the .Split() function in the ExtraString submodule.
.ToBoolean() now calls :lower() on the provided string before comparing with it.
Added new methods to the ExtraTable submodule.
Added the EntityData submodule.
Made it so the main file will no longer require an update when you want to use a submodule that was made after your version of the main file. Now, it will attempt to load the submodule provided regardless of if it thinks it exists or not.
The main file now only loads files once .GetModule is called for it, instead of loading every one on initialization.