| 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 | |
| 2025-08-01 | Lua: use proper interface functions to access the CommonState. | Albert Krewinkel | |
| - The `PANDOC_STATE` is no longer a userdata object, but a table that behaves like the old object. - Log messages in `PANDOC_STATE.log` are now in temporal order. | |||
| 2025-05-28 | Lua: add function `pandoc.mediabag.make_data_uri`. | Albert Krewinkel | |
| The function takes a MIME type and raw data from which it creates an RFC 2397 data URI. Closes: #10876 | |||
| 2024-07-08 | Harmonize maintainer email addresses in module headers. | Albert Krewinkel | |
| 2024-04-25 | Update copyright dates to 2024. | John MacFarlane | |
| 2023-03-19 | lua-filters.md: auto-generate docs for more modules | Albert Krewinkel | |
| 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-16 | Lua: Add function `pandoc.mediabag.write`. | Albert Krewinkel | |
| Allows to write the complete mediabag or just a specific file to a given directory. | |||
| 2023-01-10 | Update copyright years, it's 2023! | Albert Krewinkel | |
| 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. | |||
