aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Init.hs
AgeCommit message (Expand)Author
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
2022-09-30Change imports in Lua code to only use exported pandoc modulesAlbert Krewinkel
2022-09-27pandoc-cli: support `-E` flag in pandoc-luaAlbert Krewinkel
2022-06-23Lua: ensure that tables marshaled via JSON arrays behave like Lists.Albert Krewinkel
2022-06-19Lua: do not reset foreign encoding before running LuaAlbert Krewinkel
2022-06-09Lua: use only old ByteString functions.Albert Krewinkel
2022-06-08Lua: Simplify module loading code.Albert Krewinkel
2022-02-06Lua: add module `pandoc.layout` to format and layout textAlbert Krewinkel
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel
2021-11-19Lua: fix global module loading (#7701)Albert Krewinkel
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel
2021-11-16Lua: make loading of global LPeg modules more robustAlbert Krewinkel
2021-11-11Lua: load `re` module available into global of the same nameAlbert Krewinkel
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel
2021-11-05Lua: always load lpeg as global moduleAlbert Krewinkel
2021-10-26Lua: marshal ListAttributes values as userdata objectsAlbert Krewinkel
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel
2021-10-22Switch to hslua-2.0Albert Krewinkel
2021-08-24Lua subsystem and custom writers: generalize types from PandocIO...John MacFarlane
2021-01-26Lua: always load built-in Lua scripts from default data-dirAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-16T.P.Lua: get CommonState from Lua globalAlbert Krewinkel
2019-02-09Lua filters: load module `pandoc` before calling `init.lua` (#5287)Albert Krewinkel
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-10-28T.P.Lua: expose more useful internals (API change)Albert Krewinkel
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel
2018-10-26Text.Pandoc.Lua: move globals handling to separate moduleAlbert Krewinkel
2018-10-25Lua: allow access to pandoc state (#5015)Albert Krewinkel
2018-10-12Lua filters: push ListAttributes via constructorAlbert Krewinkel
2018-09-24Use hslua v1.0.0Albert Krewinkel
2018-07-02Spellcheck commentsAlexander Krotov
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-02-24Lua: register script name in global variableAlbert Krewinkel
2018-01-23Lua filters: store constructors in registryAlbert Krewinkel
2018-01-07Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel
2018-01-07Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-18Lua filters: perform minor code clean-upAlbert Krewinkel