Releases: yatyricky/lua-bundler
Releases · yatyricky/lua-bundler
v1.0.2
v1.0.1
v1.0.0
Simplified cli and do less.
Removed [f|w] argument for mode switch.
- If the target file is named "war3map.lua", lua-bundler will inject generated source to war3map.lua.
- If the target file name is everything else, lua-bundler will write the bundled source to the target location.
- 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.
- No longer converts 'hfoo' to int. The users are responsible to wrap it with FourCC.