2022-07-17 10:32:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 16 13:29:37 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update pandoc-lua-marshal to version 0.1.7.
|
|
|
|
## 0.1.7
|
|
|
|
|
|
|
|
Released 2022-07-16.
|
|
|
|
|
|
|
|
- Allow Blocks to be passed as Caption value. The resulting
|
|
|
|
caption has the Blocks as its long version and no short
|
|
|
|
version.
|
|
|
|
|
|
|
|
- Add `clone` method to Pandoc elements.
|
|
|
|
|
2022-06-29 12:18:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 10 10:13:58 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update pandoc-lua-marshal to version 0.1.6.1.
|
|
|
|
Upstream has edited the change log file since the last release in
|
|
|
|
a non-trivial way, i.e. they did more than just add a new entry
|
|
|
|
at the top. You can review the file at:
|
|
|
|
http://hackage.haskell.org/package/pandoc-lua-marshal-0.1.6.1/src/CHANGELOG.md
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 19 14:49:24 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update pandoc-lua-marshal to version 0.1.5.1.
|
|
|
|
## 0.1.5.1
|
|
|
|
|
|
|
|
Release pending.
|
|
|
|
|
|
|
|
- Relax upper bound for lua and hslua.
|
|
|
|
|
2022-02-20 02:01:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 17 14:43:00 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update pandoc-lua-marshal to version 0.1.5.
|
|
|
|
## 0.1.5
|
|
|
|
|
|
|
|
Released 2022-02-17.
|
|
|
|
|
|
|
|
- Allow any type of callable object as argument to List
|
|
|
|
functions `filter`, `map`, and `find_if`. These previously
|
|
|
|
required the argument to be of type `function`, which was too
|
|
|
|
restrictive.
|
|
|
|
|
|
|
|
- Inline: the type of Image captions is now `Inlines` instead
|
|
|
|
of `List`.
|
|
|
|
|
2022-02-10 14:36:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 4 12:31:25 UTC 2022 - psimons@suse.com
|
|
|
|
|
|
|
|
- Add pandoc-lua-marshal at version 0.1.4.
|
|
|
|
|