Skip to content

Releases: yatyricky/lua-bundler

v1.0.2

07 Oct 13:25

Choose a tag to compare

  1. Added option -e (or --exclude) to enable the exclusion of specified dirs and files.

v1.0.1

19 Sep 06:24

Choose a tag to compare

  1. Use pcall to execute main script
  2. Handles the case when war3map.lua is modified manually.

v1.0.0

15 Sep 09:35

Choose a tag to compare

Simplified cli and do less.
Removed [f|w] argument for mode switch.

  1. If the target file is named "war3map.lua", lua-bundler will inject generated source to war3map.lua.
  2. If the target file name is everything else, lua-bundler will write the bundled source to the target location.
  3. lua-bundler no longer filters unused lua files because you might dynamically require the source in the execution code. I.e. the users are responsible for excluding any unwanted lua sources from their working directory.
  4. No longer converts 'hfoo' to int. The users are responsible to wrap it with FourCC.

v0.2.0

21 May 03:19

Choose a tag to compare

First release

20 May 06:52

Choose a tag to compare