Skip to content

0.1.4

Choose a tag to compare

@J4KEWasNotHere J4KEWasNotHere released this 05 Jul 10:32
· 39 commits to main since this release
e41f925

Stable-build, with bug fixes and improvements to a more stable experience.
What is provided is the v0.1.4. version of Loom and its .rbxm file.
These versions are also used to install other versions within the plugin.

Changes since, v0.1.0

Removed

  • Removed Unpack src files setting; read more..

Fixed

  • Fixed zip imports dropping valid Lua/Luau files with secondary extensions
  • Fixed out-of-order nested init.lua files creating duplicate, orphaned folders
  • Fixed src unpacking not targeting an existing init module correctly
  • Fixed package entry-point script being named init instead of the package's actual name

Added

  • Added Rojo project-file (default.project.json) path remapping support during zip import
  • Added root-level folder collapsing to match Rojo's init-folder semantics

Re-commits

  • Upgraded Wally version to 0.3.2 or lower if needed ; I made a coding mistake and made Loom load the version based of the package's version.
  • Fixed VersionControl failing to index versions. (Recalled)

Notices

  • author/name@^1 should be implemented in future version.
  • Issue with nested packages not loading, despite working? (may relate to first point)