Skip to content

Commit

Permalink
Release pandoc-lua-marshal 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Oct 1, 2024
1 parent c8b1990 commit 19c4306
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

`pandoc-lua-marshal` uses [PVP Versioning][].

## 0.2.9

Released 2024-10-01.

- Update list module, thereby introducing a new method `iter`;
the function returns an iterator that steps through list
values on each call.

- Added support for `__toinline` and `__toblock` metamethods. If
the metamethods are available on a Lua object and return an
appropriate value, then that returned value will be used
during unmarshalling.

## 0.2.8

Released 2024-09-21.
Expand Down
2 changes: 1 addition & 1 deletion pandoc-lua-marshal.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc-lua-marshal
version: 0.2.8
version: 0.2.9
synopsis: Use pandoc types in Lua
description: This package provides functions to marshal and unmarshal
pandoc document types to and from Lua.
Expand Down

0 comments on commit 19c4306

Please sign in to comment.