This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
Releases: Le0Developer/luapack
Releases · Le0Developer/luapack
v0.4.3
v0.4.2
Added
- Added
include_entry
option - Added
packer:export()
- Added standalone option for CLI
- reads module names line for line and then includes them
Changed
- Improved CLI option handler
packer:pack()
no longer returns the full lua, usepacker:export()
to get it
v0.4.1
Fixed
- Fixed require pattern not working at all
v0.4.0
v0.3.3
Added
- Added
compat_arg
option which is enabled by default (compatibility option forarg
in lua 5.1/5.2)
v0.3.2
Fixed
- Fixed polyfill require not resetting recursion detection when an error occurs
- Fixed polyfill require not returning
":preload:"
v0.3.1
Added
- require of package polyfill now calls the preload function with correct arguments
Fixed
- Fixed CLI (finally)
- Fixed optional dependecies not being optional
v0.2.0
Added
- Added package polyfill
- Added plugin system
- Added support for require()'ing yuescript and moonscript builtin
Changed
- Using
package.preload
and builtinrequire
function now - Using lua patterns instead of regex dependency
- Standalone 39kb -> 29kb (or 5kb without minify)
Removed
- Removed
--cli
from the CLI
Initial release
Initial release, no changelog.
luapack.packed.lua
is luapacked luapack for direct usage.