Releases: mah0x211/lenv
Releases · mah0x211/lenv
v0.9.1
v0.9.0
Changelog
- f78d9d1 Add a current command that display Lua and LuaRocks versions
- 82dae75 Avoid cross-device rename error (EXDEV)
- 69cf2ed Merge pull request #35 from mah0x211/use-lua-package-table
- 6dd395f Merge pull request #36 from mah0x211/avoid-exdev-error
- a27bdf2 Merge pull request #37 from mah0x211/remove-symlink-to-luarocks-after-uninstalled
- 35b5b2a Merge pull request #38 from mah0x211/add-current-command
- 0886986 Remove broken symlink to luarocks after it is uninstalled
- 26358e4 Use Lua's package table instead of luarocks to extract module paths
- bf14d2f Use println func instead of printf func for unformatted output
v0.8.1
v0.8.0
v0.7.0
Changelog
- c99ba20 Merge pull request #31 from mah0x211/remove-unnecessary-commands
- 42d8720 Remove install-lj and install-rocks commands
- c7395cf Remove the implementation in perl
- 54a9b78 Remove uninstall-lj and uninstall-rocks commands
- d8a500d Remove uninstall-lj and uninstall-rocks commands
- 3718fe4 Remove use-lj and use-rocks commands
- cfc4d70 Update README.md
v0.6.0
v0.5.1
v0.5.0
Changelog
- 21dfcdc Add option to install globally
- bde399a Change behavior to display help when executed without arguments
- a336335 Merge pull request #27 from mah0x211/change-behavior-when-no-argument
- f76c7fe Merge pull request #28 from mah0x211/add-global-option
- 810143c Remove unused variables
- 89e25cd Update CI file
- 1efd713 Update README.md