hslua-module-doclayout uses PVP Versioning.
The changelog is available on GitHub.
Released 2026-01-08.
- Require hslua-2.5.
Released 2025-06-23.
- Relaxed upper bound for hslua, allow hslua-2.4.
Released 2024-09-21.
-
Require doclayout-0.5.
-
Add new styling functions
bold,italic,underlined,strikeout,fg, andbg. -
The
renderfunction now takesstyleas a third parameter. It must be either 'plain' or 'ansi' when given.
Released 2024-06-10.
- Fixed another documentation bugs:
renderreturns astring.
Released 2024-06-09.
- Fixed minor typos in docstrings.
Released 2024-01-23.
-
Relaxed upper bound for text, allowing text-2.1.
-
Improved doc strings.
-
Test with latest GHC versions.
Release pending.
-
Require hslua-2.3 and tasty-lua-1.1.
-
Type info is added to all fields.
-
The
Doctype is now associated with this module's docs, making it easier to generate documentation.
Released 2022-04-03.
- Allow doclayout-0.4.
Released 2022-02-18.
- Relaxed upper bound for hslua, allowing hslua-2.2.
Released 2022-02-05.
-
Modify functions, ensuring that the main document is always the first argument. This allows convenient use of these functions as methods.
-
Improved documentation.
Released 2022-01-31.
-
Updated to hslua-2.1.
-
Functions that take a
Docas the first argument are added as methods toDocvalues.
Released 2021-10-24.
- Upgraded to hslua-2.0.
- Switched module name from
Foreign.Lua.Module.DocLayouttoHsLua.Module.DocLayout.
Released 2020-10-28.
- Relax upper bounds for hslua, allowing hslua-1.3.*
- Full test coverage of all provided Lua functions.
- Use documented module, including all function docs in the exported Haskell structure.
- Test with all GHC 8 major versions.
- Initial release.