Skip to content

0.2.2

Choose a tag to compare

@J4KEWasNotHere J4KEWasNotHere released this 14 Jul 17:20
· 39 commits to main since this release
39a0025

0.2.2-stable-build, package import stability and stray warning cleanup.

What is provided is the v0.2.2 version of Loom and its .rbxm file.
These versions are also used to install other versions within the plugin.

Changes since v0.2.0

Added

  • Added init.meta.json support, a script/module folded from an init.lua/init.luau folder now has its properties and attributes applied directly to the resulting Script/ModuleScript.

Fixed

  • Import packages (.zip) button would stay stuck disabled if the file picker was cancelled, requiring a plugin reload to import again.
  • Removed an unnecessary warn message that was firing in live game sessions.
  • VersionControl.waitFor always blocked for the full timeout duration even when the awaited task finished instantly, instead of returning as soon as it completed.

Recommits

  • Create Package Directors setting didn't do anything.