summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Logging.hs
Commit message (Expand)AuthorAge
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* RST writer: convert to PandocMonad, report on unrendered raw items.John MacFarlane2017-03-13
* Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane2017-03-13
* Issue warning for duplicate header identifiers.John MacFarlane2017-03-12
* Logging: Added NoLangSpecified, use toConstr to avoid boilerplate.John MacFarlane2017-03-09
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Logging: Added NoTitleElement constructor for LogMessage.John MacFarlane2017-03-04
* Logging: Remove UsingResourceFrom, add CouldNotConvertImageJohn MacFarlane2017-02-24
* Class: Add stResourcePath to CommonState, getResourcePath, setResourcePath.John MacFarlane2017-02-24
* Put makeSelfContained in PandocMonad instead of IO.John MacFarlane2017-02-23
* Add CircularReference constructor to LogMessage.John MacFarlane2017-02-15
* Rename logMessagesToJSON -> encodeLogMessages.John MacFarlane2017-02-11
* Logging: export logMessagesToJSON.John MacFarlane2017-02-11
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Logging: added ToJSON instance and showLogMessage.John MacFarlane2017-02-10
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10