aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Filter
AgeCommit message (Expand)AuthorFilesLines
2021-08-24Text.Pandoc.Filter: Generalize type of applyFilters...John MacFarlane1-4/+7
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel3-3/+3
2020-05-02Lua filters: improve error messages for failing filters (#6332)Albert Krewinkel1-2/+4
2020-04-17API change: use new type PandocLua for all pandoc Lua operationsAlbert Krewinkel1-3/+3
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-5/+4
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel3-3/+3
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel3-6/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel3-3/+3
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc2-10/+15
2019-03-01Remove license boilerplate.John MacFarlane3-54/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel3-6/+6
2018-10-28T.P.Filter: centralize filter path expansionAlbert Krewinkel2-10/+5
2018-10-28T.P.Lua: expose more useful internals (API change)Albert Krewinkel1-22/+3
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel1-2/+2
2018-10-28T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)Albert Krewinkel1-8/+39
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane3-0/+6
2018-01-15Renaming: Json -> JSON in modules and functions.John MacFarlane1-1/+1
2018-01-13Move filter functions to separate moduleAlbert Krewinkel3-0/+203