11
0

4 Commits

4 changed files with 39 additions and 5 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Jun 23 10:28:08 UTC 2025 - Peter Simons <psimons@suse.com>
- Update pandoc-lua-marshal to version 0.3.1.
## 0.3.1
Released 2025-06-23.
* Fix docs of the `Cite` constructor function
* Relax upper bounds for hslua and QuickCheck.
* Dropped support for GHC 8.6.
-------------------------------------------------------------------
Sat Dec 7 21:29:59 UTC 2024 - Peter Simons <psimons@suse.com>
- Update pandoc-lua-marshal to version 0.3.0.
## 0.3.0
Released 2024-12-07.
* Add method `normalize` to Pandoc objects.
This returns a normalized document by merging adjacent spaces in inlines
and by modifying tables.
* Push Captions as userdata, move code to separate module.
* Add tests for RawInline and its properties
* Allow treatment of custom elements as singleton lists.
* Remove `pandoc` prefix on table components (jgm/pandoc#8574).
-------------------------------------------------------------------
Tue Oct 1 12:28:55 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-pandoc-lua-marshal
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.9
Version: 0.3.1
Release: 0
Summary: Use pandoc types in Lua
License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:618a5a479ed1a313cea00be4672170acf8399a36723f57a408e9b6e002941813
size 41557

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:205ff68480086e29a6f7d2b77479b8275ac7b3f19b24a3600349179e7255c920
size 42887