summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App.hs
Commit message (Expand)AuthorAge
...
* Revision to binary format output to stdout:John MacFarlane2017-08-16
* Change behavior with binary format output to stdout.John MacFarlane2017-08-16
* Remove initial check for pdf creating program.John MacFarlane2017-08-15
* Set user data dir at beginning, so readDataFile has access to it.John MacFarlane2017-08-12
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Remove writerUserDataDir from WriterOptions.John MacFarlane2017-08-10
* Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane2017-08-10
* Expose getDefaultDataFile in both Shared and Class.John MacFarlane2017-08-10
* Removed redundant import.John MacFarlane2017-08-08
* Issue deprecation warning for `markdown_github`.John MacFarlane2017-08-07
* Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane2017-07-30
* Templates: change signature of getDefaultTemplate.John MacFarlane2017-07-19
* Print informative message when failing with use of `--normalize`.John MacFarlane2017-07-12
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane2017-06-30
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* Readers.getReader, Writers.getWriter API change.John MacFarlane2017-06-24
* Added `--epub-subdirectory` option.John MacFarlane2017-06-22
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* App: issue proper errors instead of using 'error'.John MacFarlane2017-06-20
* Text.Pandoc.Lua: throw LuaException instead of using 'error'.John MacFarlane2017-06-20
* Separated tracing from logging.John MacFarlane2017-06-19
* Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.John MacFarlane2017-06-19
* Properly decode source from stdin.John MacFarlane2017-06-11
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* App: change readSource(s) to use Text instead of String.John MacFarlane2017-06-10
* hlint suggestions.John MacFarlane2017-06-02
* Some hlint refactoring.John MacFarlane2017-06-01
* Use isNothing.John MacFarlane2017-06-01
* Trivial renaming.John MacFarlane2017-06-01
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Let `--eol` take `native` as an argument.John MacFarlane2017-05-22
* Text.Pandoc.App: ToJSON and FromJSON instances for Opts.John MacFarlane2017-05-21
* Finished implemtation of `--resource-path`.John MacFarlane2017-05-21
* Added `--resource-path=SEARCHPATH` command line option.John MacFarlane2017-05-20
* Add `--eol` flag and writer option to control line endings.Stefan Dresselhaus2017-05-18
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Rename fillMedia -> fillMediaBag.John MacFarlane2017-05-07
* Moved fillMedia, extractMedia from App to Class.John MacFarlane2017-05-07
* Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane2017-05-07
* fillMediaBag: don't cause fatal error if resource not found.John MacFarlane2017-05-07
* Allow `--extract-media` to work with non-binary input formats.John MacFarlane2017-05-07
* Simplify plumbing for document transformation.John MacFarlane2017-05-07
* Small fix to error reporting in App.John MacFarlane2017-04-15
* Error: Added PandocCouldNotFindDataFileError.John MacFarlane2017-04-15
* App: use PandocOptionError instead of PandocAppError where appropriate.John MacFarlane2017-04-15
* Error: Added PandocFilterError.John MacFarlane2017-04-15
* Error: Added PandocPDFErrorJohn MacFarlane2017-04-15
* Text.Pandoc.Error: added new constructors.John MacFarlane2017-04-15