summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
Commit message (Expand)AuthorAge
* Use hslua v0.9.0Albert Krewinkel2017-10-05
* pandoc.lua: use wrapper funciton for pipe commandAlbert Krewinkel2017-10-03
* Lua.PandocModule: promote addFunction to top levelAlbert Krewinkel2017-10-03
* Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.John MacFarlane2017-10-01
* Lua: move sha1 from pandoc.mediabag to pandoc.John MacFarlane2017-10-01
* Lua: use sha1 instead of hashname.John MacFarlane2017-09-30
* Lua: make fetch return mime type first and then content.John MacFarlane2017-09-30
* Lua: simply mediabag module.John MacFarlane2017-09-30
* Lua: make lua.mediabag.fetch return filename and mime type.John MacFarlane2017-09-30
* Lua filters: make sure whole CommonState is passed through...John MacFarlane2017-09-30
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Text.Pandoc.Lua: add mediabag submoduleAlbert Krewinkel2017-09-30
* Allow lua filters to return lists of elementsAlbert Krewinkel2017-09-24
* Update to hslua-0.8.0Albert Krewinkel2017-08-16
* Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel2017-08-13
* Text.Pandoc.Lua: Optimize performance by using raw table accessAlbert Krewinkel2017-08-13
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-08-13
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* Readers.getReader, Writers.getWriter API change.John MacFarlane2017-06-24
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Improve code style in lua and org modulesAlbert Krewinkel2017-06-03
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Lua module: simplify Attributes, rename to AttrAlbert Krewinkel2017-04-30
* Lua module: make Header argument order consistentAlbert Krewinkel2017-04-30
* Lua module: provide simple `read` format parserAlbert Krewinkel2017-04-26
* Lua filter: allow natural access to meta elementsAlbert Krewinkel2017-04-26
* Lua filter: use Attributes constructor for AttrsAlbert Krewinkel2017-04-15
* Lua filter: Re-order code of stack value instancesAlbert Krewinkel2017-04-14
* Lua filter: use lua strings for nullary constructorsAlbert Krewinkel2017-04-14
* Avoid repeating StackValue instances definitionsAlbert Krewinkel2017-04-14
* Extract lua helper functions into Lua.Util moduleAlbert Krewinkel2017-04-14
* Use lua bools and strings for MetaBool, MetaStringAlbert Krewinkel2017-04-14
* Drop dependency on hslua-aesonAlbert Krewinkel2017-04-14
* Push blocks via lua constructors and constantsAlbert Krewinkel2017-04-14
* Push inlines via lua constructors and constantsAlbert Krewinkel2017-04-14
* Use lua constructors to push meta valuesAlbert Krewinkel2017-04-13
* Lua filter: use custom StackValue Inline instanceAlbert Krewinkel2017-04-11
* Lua filter: improve doc filter performanceAlbert Krewinkel2017-04-07
* Lua filter: Improve block filter performanceAlbert Krewinkel2017-04-06
* Lua filter: Improve inline filter performanceAlbert Krewinkel2017-04-06
* Lua module: add readers submoduleAlbert Krewinkel2017-04-02
* Ensure compatibility with hslua 0.5.*Albert Krewinkel2017-03-24
* Lua filters (#3514)Albert Krewinkel2017-03-20