All Versions
6
Latest Version
Avg Release Cycle
134 days
Latest Release
1343 days ago

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.
  • v0.2.2.1 Changes

    October 16, 2020
    • ๐Ÿ˜Œ Relaxed upper bound for hslua, allow hslua-1.3.*.
  • 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, 2019

    All 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 to getwd.
    • chdir was renamed to setwd.
    • ๐Ÿšš 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