Skip to content

Releases: mah0x211/lenv

v0.9.1

14 Apr 10:33
017d688
Compare
Choose a tag to compare

Changelog

  • e1628c0 Fix bug when switching both Lua and LuaRocks versions
  • 017d688 Merge pull request #39 from mah0x211/fix-bug-in-use-command

v0.9.0

08 Apr 02:07
35b5b2a
Compare
Choose a tag to compare

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

04 Apr 12:32
73abbc2
Compare
Choose a tag to compare

Changelog

  • 5cbdbf1 Fix module path resolution using luarocks path command
  • 73abbc2 Merge pull request #34 from mah0x211/fix-module-path-resolution

v0.8.0

03 Apr 15:44
Compare
Choose a tag to compare

Changelog

  • f3fdecb Add -p/--project option to install Lua/LuaRocks in current directory
  • 55c27eb Merge pull request #32 from mah0x211/add-project-option
  • bdb4dfd Merge pull request #33 from mah0x211/refactor
  • 240a51e Refactor symlink creation in install process
  • ca315dc Update README.md

v0.7.0

05 Apr 05:51
Compare
Choose a tag to compare

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

21 Dec 07:54
70068c8
Compare
Choose a tag to compare

Changelog

  • f863c67 Add optional argument to path command
  • 70068c8 Merge pull request #30 from mah0x211/add-optional-args-to-path-cmd
  • c76256d Update CI file

v0.5.1

21 Dec 05:16
058d106
Compare
Choose a tag to compare

Changelog

v0.5.0

28 Sep 14:55
Compare
Choose a tag to compare

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

v0.4.2

25 Sep 15:59
df9c91d
Compare
Choose a tag to compare

Changelog

  • 4b3562f Change the luajit installation instructions
  • 97404a3 Merge pull request #25 from mah0x211/refactor
  • df9c91d Merge pull request #26 from mah0x211/change-the-luajit-installation
  • 93154fe Refactor

v0.4.1

26 Aug 08:06
33ad65f
Compare
Choose a tag to compare

Changelog

  • b562f9c Fix bug that downloaded files were extracted in the working directory
  • 33ad65f Merge pull request #24 from mah0x211/fix-bug-in-downloaded-file-extraction