index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Filter
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
3
-3
/
+3
2020-05-02
Lua filters: improve error messages for failing filters (#6332)
Albert Krewinkel
1
-2
/
+4
2020-04-17
API change: use new type PandocLua for all pandoc Lua operations
Albert Krewinkel
1
-3
/
+3
2020-04-17
API change: use PandocError for exceptions in Lua subsystem
Albert Krewinkel
1
-5
/
+4
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
3
-3
/
+3
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
3
-6
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
3
-3
/
+3
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2
-10
/
+15
2019-03-01
Remove license boilerplate.
John MacFarlane
3
-54
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
3
-6
/
+6
2018-10-28
T.P.Filter: centralize filter path expansion
Albert Krewinkel
2
-10
/
+5
2018-10-28
T.P.Lua: expose more useful internals (API change)
Albert Krewinkel
1
-22
/
+3
2018-10-28
T.P.Lua: rename `runPandocLua` to `runLua` (API change)
Albert Krewinkel
1
-2
/
+2
2018-10-28
T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)
Albert Krewinkel
1
-8
/
+39
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
3
-0
/
+6
2018-01-15
Renaming: Json -> JSON in modules and functions.
John MacFarlane
1
-1
/
+1
2018-01-13
Move filter functions to separate module
Albert Krewinkel
3
-0
/
+203