Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Releases: Le0Developer/luapack

v0.4.3

29 Oct 22:12
ee76147
Compare
Choose a tag to compare

Fixed

  • Fixed lua pattern not working with 1s in the name.

v0.4.2

29 Oct 21:57
f293675
Compare
Choose a tag to compare

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, use packer:export() to get it

v0.4.1

11 Apr 23:34
07cb121
Compare
Choose a tag to compare

Fixed

  • Fixed require pattern not working at all

v0.4.0

09 Apr 10:33
1a00d5b
Compare
Choose a tag to compare

YANKED

Updated

  • Updated lua pattern:
    • Support require("someone's lib") (#2)
    • Allow all whitespace between require and parentheses (#3)
    • Allow whitespace within the parentheses too

v0.3.3

06 Mar 10:12
c1adbfa
Compare
Choose a tag to compare

Added

  • Added compat_arg option which is enabled by default (compatibility option for arg in lua 5.1/5.2)

v0.3.2

04 Mar 20:11
efd4c89
Compare
Choose a tag to compare

Fixed

  • Fixed polyfill require not resetting recursion detection when an error occurs
  • Fixed polyfill require not returning ":preload:"

v0.3.1

04 Mar 17:52
4b9f260
Compare
Choose a tag to compare

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

03 Mar 21:10
05534f0
Compare
Choose a tag to compare

Added

  • Added package polyfill
  • Added plugin system
  • Added support for require()'ing yuescript and moonscript builtin

Changed

  • Using package.preload and builtin require function now
  • Using lua patterns instead of regex dependency
  • Standalone 39kb -> 29kb (or 5kb without minify)

Removed

  • Removed --cli from the CLI

Initial release

25 Mar 14:47
60e4efa
Compare
Choose a tag to compare

Initial release, no changelog.


luapack.packed.lua is luapacked luapack for direct usage.