index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Lua
/
Global.hs
Age
Commit message (
Expand
)
Author
2022-09-30
[API Change] Extract Lua code into new package pandoc-lua-engine
Albert Krewinkel
2022-09-30
Change imports in Lua code to only use exported pandoc modules
Albert Krewinkel
2022-09-30
[API Change] Rename `pandocVersion` to `pandocVersionText`...
Albert Krewinkel
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2022-01-01
Lua: provide global `PANDOC_WRITER_OPTIONS` [API change]
Albert Krewinkel
2021-12-19
Custom writer: assign default Pandoc object to global PANDOC_DOCUMENT
Albert Krewinkel
2021-11-27
Lua: use package pandoc-lua-marshal (#7719)
Albert Krewinkel
2021-11-06
Lua: allow to pass custom reader options to `pandoc.read`
Albert Krewinkel
2021-10-22
Lua: marshal Version values as userdata
Albert Krewinkel
2021-10-22
Switch to hslua-2.0
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-05-29
Lua: add Version type to simplify comparisons
Albert Krewinkel
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-16
T.P.Lua: split StackInstances into smaller Marshaling modules
Albert Krewinkel
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-10-26
Text.Pandoc.Lua: move globals handling to separate module
Albert Krewinkel