0.4.2.-beta, zip-import reliability and dependency-director fixes.
What is provided is the v0.4.2 version of Loom and its .rbxm file and source-code.
These versions are also used to install other versions within the plugin.
Changes since v0.3.0
Added
- Added a Package Manager page - still in beta.
Fixed
- Import packages (.zip) no longer requires a
wally.tomlto import an archive at all - plugins/packages with no Wally metadata now import as a plain package instead of being rejected outright. - Packages with no
init/init.lua/init.luauentry point (found via zip decompression or folder search) are now imported as-is instead of the import silently failing and the extracted files being deleted. - Create Package-Directors in Package setting is now actually respected during zip import - it was previously read but never applied, so directors were created unconditionally regardless of the setting.
- Improved Logger colorizer