forked from pool/ghc-pandoc-lua-marshal
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
9bc780391b | |||
299be49885 |
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Jul 2 07:59:53 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.7.1
|
Version: 0.2.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Use pandoc types in Lua
|
Summary: Use pandoc types in Lua
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bcfb0a8e6913e90e1552496bf3029f2437d09ab8cbb06e06c85e70d5c586e1f9
|
|
||||||
size 40489
|
|
3
pandoc-lua-marshal-0.2.9.tar.gz
Normal file
3
pandoc-lua-marshal-0.2.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:618a5a479ed1a313cea00be4672170acf8399a36723f57a408e9b6e002941813
|
||||||
|
size 41557
|
Reference in New Issue
Block a user