Age | Commit message (Expand) | Author | Files | Lines |
2020-04-17 | API change: use PandocError for exceptions in Lua subsystem | Albert Krewinkel | 1 | -0/+2 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -55/+61 |
2019-09-29 | Raise error on unsupported extensions. Closes #4338. | John MacFarlane | 1 | -0/+23 |
2019-09-12 | Better message for PandocShouldNeverHappenError. | John MacFarlane | 1 | -1/+3 |
2019-09-12 | Change exit codes. | John MacFarlane | 1 | -3/+3 |
2019-08-25 | Better message for PandocTemplateError. | John MacFarlane | 1 | -1/+1 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -17/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-01-22 | Support ipynb (Jupyter notebook) as input and output format. | John MacFarlane | 1 | -0/+3 |
2018-11-29 | Add PandocUTF8DecodingError constructor for PandocError. | John MacFarlane | 1 | -0/+7 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2017-10-27 | Don't rely on syb when we don't need to. | John MacFarlane | 1 | -1/+1 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -4/+4 |
2017-10-21 | In rendering PandocParsecError, only print input at error location... | John MacFarlane | 1 | -1/+6 |
2017-09-11 | Support for PDF generation via `weasyprint` and `prince` (#3909) | Mauro Bieg | 1 | -1/+1 |
2017-07-07 | Rewrote LaTeX reader with proper tokenization. | John MacFarlane | 1 | -0/+3 |
2017-06-22 | Added `writerEpubSubdirectory` to `WriterOptions`. | John MacFarlane | 1 | -0/+3 |
2017-06-20 | Text.Pandoc.Error: added PandocTemplateError. | John MacFarlane | 1 | -0/+2 |
2017-06-02 | hlint suggestions. | John MacFarlane | 1 | -1/+1 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-05-07 | Added PandocHttpException, trap exceptions in fetching from URLs. | John MacFarlane | 1 | -0/+4 |
2017-05-02 | Added PandocResourceNotFound error. | John MacFarlane | 1 | -0/+3 |
2017-04-15 | Error: Added PandocCouldNotFindDataFileError. | John MacFarlane | 1 | -0/+3 |
2017-04-15 | Fixed shadowing warnings | John MacFarlane | 1 | -5/+5 |
2017-04-15 | Error: Added PandocFilterError. | John MacFarlane | 1 | -0/+3 |
2017-04-15 | Error: Added PandocPDFError | John MacFarlane | 1 | -0/+2 |
2017-04-15 | Text.Pandoc.Error: added new constructors. | John MacFarlane | 1 | -0/+7 |
2017-04-04 | Error: Added PandocOptionError. | John MacFarlane | 1 | -0/+2 |
2017-04-02 | Text.Pandoc.App: Throw errors rather than exiting. | John MacFarlane | 1 | -1/+10 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -4/+5 |
2017-02-23 | Removed unnecessary import. | John MacFarlane | 1 | -5/+1 |
2017-02-23 | Fix compiler warning for older GHC versions. | John MacFarlane | 1 | -2/+5 |
2017-02-23 | Error: Changed PandocFileReadError to PandocIOError | John MacFarlane | 1 | -2/+3 |
2017-02-19 | Error: added PandocMakePDFError | John MacFarlane | 1 | -0/+2 |
2017-02-10 | Added Text.Pandoc.Logging (exported module). | John MacFarlane | 1 | -8/+3 |
2017-01-25 | Generic instance for PandocError. | John MacFarlane | 1 | -1/+2 |
2017-01-25 | Error: change type of handleError. | John MacFarlane | 1 | -11/+11 |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -8/+18 |
2016-09-02 | Remove Text.Pandoc.Compat.Except | Jesse Rosenthal | 1 | -5/+0 |
2016-08-06 | Fix out of index error in handleError | Matthew Pickering | 1 | -4/+8 |
2016-03-22 | Updated copyright dates to include 2016. | John MacFarlane | 1 | -2/+2 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-11 | Removed unnecessary import. | John MacFarlane | 1 | -1/+1 |
2015-10-11 | Define Typeable and Exception instances for PandocError. | John MacFarlane | 1 | -1/+6 |
2015-02-18 | Move utility error functions to Text.Pandoc.Shared | Matthew Pickering | 1 | -8/+1 |
2015-02-18 | Update haddocks and copyright notices | Matthew Pickering | 1 | -2/+34 |