| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 12 days | Lua: add function `pandoc.utils.documentation` (#11383) | Albert Krewinkel | |
| Closes #10999. This is now used to generate much of the Lua API documentation. | |||
| 2026-01-08 | Lua: switch to HsLua 2.5 | Albert Krewinkel | |
| 2024-12-10 | Lua: support more elements as input to `pandoc.utils.stringify`. | Albert Krewinkel | |
| Elements of type Caption, Cell, TableHead, and TableFoot can now be stringified. Fixes: #10450 | |||
| 2024-10-01 | doc/lua-filters.md: list functions in `pandoc.utils` alphabetically | Albert Krewinkel | |
| 2024-09-29 | Stop depending on package SHA | Albert Krewinkel | |
| Pandoc already depends on `crypton-conntection`, and thus transitively on `crypton`. The latter provides a vast variety of hashing algorithms and makes the dependency on SHA unnecessary. | |||
| 2024-07-08 | Harmonize maintainer email addresses in module headers. | Albert Krewinkel | |
| 2024-06-07 | doc/lua-filters: autogenerate docs for module pandoc.template | Albert Krewinkel | |
| 2024-06-07 | Lua: allow passing an environment to `run_lua_filter`. | Albert Krewinkel | |
| The default is now to use a *copy* of the global environment when running a filter; this ensures better separation when `run_lua_filter` is used multiple times. A custom environment can be specified via the optional third parameter. | |||
| 2024-05-28 | Lua: fix typo in `run_lua_filter` | Albert Krewinkel | |
| Fixes previous commit ad68ff34aeb78e26d98a593dfdaf6bc4933857fc. | |||
| 2024-05-27 | Lua: add function `pandoc.utils.run_lua_filter` (#9803) | Albert Krewinkel | |
| 2024-05-04 | Lua: fix generated docs. | Albert Krewinkel | |
| Update and fix docs for `pandoc.types.Version` and `pandoc.utils.type`. | |||
| 2024-04-25 | Update copyright dates to 2024. | John MacFarlane | |
| 2023-03-20 | lua-filters.md: Generate docs for pandoc.utils | Albert Krewinkel | |
| The documentation in the Haskell sources has been updated. | |||
| 2023-03-19 | Lua: add info on when functions became available in pandoc | Albert Krewinkel | |
| 2023-03-13 | Switch to hslua-2.3 | Albert Krewinkel | |
| 2023-01-10 | Update copyright years, it's 2023! | Albert Krewinkel | |
| 2022-12-20 | Shared: use LineBreak as default block sep in blocksToInlines | Albert Krewinkel | |
| This change also affects the `pandoc.utils.blocks_to_inlines` Lua function. Closes: #8499 | |||
| 2022-10-06 | Lua: cleanup module dependencies | Albert Krewinkel | |
| Ensures a cleaner module dependency graph. | |||
| 2022-09-30 | [API Change] Extract Lua code into new package pandoc-lua-engine | Albert Krewinkel | |
| The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3. | |||
