Skip to content

Commit eb7b04c

Browse files
committed
Release hslua-module-doclayout 1.2.0
1 parent 514fa08 commit eb7b04c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
`hslua-module-doclayout` uses [PVP Versioning][1].
44
The changelog is available [on GitHub][2].
55

6+
## 1.2.0
7+
8+
Released 2024-09-21.
9+
10+
- Require doclayout-0.5.
11+
12+
- Add new styling functions `bold`, `italic`, `underlined`,
13+
`strikeout`, `fg`, and `bg`.
14+
15+
- The `render` function now takes `style` as a third parameter.
16+
It must be either 'plain' or 'ansi' when given.
17+
618
## 1.1.1.2
719

820
Released 2024-06-10.

hslua-module-doclayout.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hslua-module-doclayout
3-
version: 1.1.1.2
3+
version: 1.2.0
44
synopsis: Lua module wrapping Text.DocLayout.
55
description: Lua module wrapping @Text.DocLayout@.
66
homepage: https://github.com/hslua/hslua-module-doclayout

0 commit comments

Comments
 (0)