All Versions
6
Latest Version
Avg Release Cycle
134 days
Latest Release
1615 days ago
Changelog History
Changelog History
-
v0.2.2 Changes
August 15, 2020๐ Released 2020-08-15.
- ๐ Relaxed upper bound for hslua, allow
hslua-1.2.*
. - ๐ Improved documentation of internal types.
- โ Use tasty-lua for unit tests.
- โก๏ธ Update CI to test with all GHC versions.
- ๐ Relaxed upper bound for hslua, allow
-
v0.2.2.1 Changes
October 16, 2020- ๐ Relaxed upper bound for hslua, allow
hslua-1.3.*
.
- ๐ Relaxed upper bound for hslua, allow
-
v0.2.1 Changes
May 04, 2019- ๐ Use module helpers made available with HsLua 1.0.3. This avoids code duplication when used with other hslua modules.
-
v0.2.0 Changes
May 01, 2019All fields and functions are now exported from the Haskell module under the same name as that used in Lua.
๐ New fields
arch
: processor architecture.compiler_name
: Haskell compiler that was used to compile the module.compiler_version
: version of the compiler.os
: operating system.
๐ New functions
mkdir
: create a new directory.- ๐
rmdir
: remove a directory. with_env
: perform action with custom environment.with_wd
: perform action in another directory.
โ Removed or renamed functions
currentdir
was renamed togetwd
.chdir
was renamed tosetwd
.- ๐
pwd
was removed.
Misc
- ๐ Fix typos and copy-paste errors in docs, tests.
-
v0.1.0 Changes
April 28, 2019- ๐ First version. Released on an unsuspecting world.
-
v0.1.0.1
April 28, 2019