Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -1/+0 | |
Readers: Renamed StringReader -> TextReader. Updated tests. API change. | |||||
2017-06-10 | Readers: Changed StringReader -> TextReader. | John MacFarlane | 1 | -23/+26 | |
2017-04-26 | API change: move reader functions to Text.Pandoc.Readers | Albert Krewinkel | 1 | -0/+146 | |
Reader helper functions were defined in the top-level Text.Pandoc module. These functions are moved to the Readers submodule as to enable reuse in other submodules. |