forked from pool/ghc-pandoc-lua-marshal
Compare commits
27 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
d7967ed416 | ||
|
3785c813f5 | ||
|
9bc780391b | ||
|
299be49885 | ||
|
2f87327595 | ||
|
887d5db0f8 | ||
|
cc8030a707 | ||
|
50f204dd49 | ||
|
93652db89f | ||
|
181e94b0bd | ||
|
82cb594cfc | ||
|
8e32df1c39 | ||
|
4cbf76be30 | ||
|
272e8187cc | ||
|
9d1ad926be | ||
|
9c3d230036 | ||
|
7cc134c279 | ||
|
f2f081a640 | ||
|
8f84363213 | ||
|
c2b61201f6 | ||
|
88c32e68ea | ||
|
0342a1dbd7 | ||
|
bdcb788830 | ||
|
e4b4c4ddff | ||
|
fa724b50e4 | ||
|
644da6168d | ||
|
47213140da |
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update pandoc-lua-marshal to version 0.2.9.
|
||||
## 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.
|
||||
|
||||
- Update list module, thereby introducing a new method `at` and
|
||||
an extended constructor for List types.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 07:59:53 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.7.1
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: Use pandoc types in Lua
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcfb0a8e6913e90e1552496bf3029f2437d09ab8cbb06e06c85e70d5c586e1f9
|
||||
size 40489
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f688d6fdb0627ff8e2ee74c95d302cf378ecf4c7c4d45e8ed0cc15a7e4ed45d8
|
||||
size 39133
|
3
pandoc-lua-marshal-0.3.0.tar.gz
Normal file
3
pandoc-lua-marshal-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afe839db7867698822880cc81020b61fb6b1d35800b784695a0784f6ea721b35
|
||||
size 42833
|
Loading…
x
Reference in New Issue
Block a user