summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/EPUB.hs
Commit message (Expand)AuthorAge
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* EPUB reader: minor refactoring, avoiding explicit MediaBag handling.John MacFarlane2017-02-24
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* Removed readerVerbosity and writerVerbosity.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* EPUB reader: don't add root path to data: URIs.John MacFarlane2016-10-22
* Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* Fix grouping of imports.Jesse Rosenthal2016-09-02
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* EPUB Reader: normalise Link id as wellmb212016-05-24
* EPUB reader: unescape URIs in spine.John MacFarlane2016-05-17
* Binary fmts throw PandocError on zip-archive failJesse Rosenthal2016-05-01
* Depend on deepseq rather than deepseq-generics.John MacFarlane2016-01-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | EPUB reader: stop mangling external URLs.John MacFarlane2015-08-10
|/
* Change return type of EPUB readerMatthew Pickering2015-02-18
* Update Reader.EPUB to use `MimeType`.Artyom Kazak2014-08-17
* EPUB reader: use walk instead of bottomUp.John MacFarlane2014-08-11
* EPUB Reader: Fixed another normalisation problem..Matthew Pickering2014-08-11
* EPUB Reader: Can now parse multiple meta data fieldsMatthew Pickering2014-08-11
* EPUB reader: Fixed bug where filepaths weren't sufficiently normalisedMatthew Pickering2014-08-11
* EPUB: Fixed another mediabag related regression..Matthew Pickering2014-08-10
* EPUB Reader: Changed image paths to be relative to manifest fileMatthew Pickering2014-08-09
* Merge branch 'newbranch' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2014-08-08
|\
| * EPUB Reader: Improved robustness of image extractionMatthew Pickering2014-08-08
| * EPUB Reader: Fixed regressions in image extractionMatthew Pickering2014-08-08
| * EPUB Reader: Use collapseFilePathMatthew Pickering2014-08-08
| * EPUB Reader: Removed incorrectly set reader flagMatthew Pickering2014-08-08
* | Added `native_divs` and `native_spans` extensions.John MacFarlane2014-08-08
|/
* EPUB Reader: Improved how images are extractedMatthew Pickering2014-08-07
* EPUB Reader: Now uses the new MediaBag for imagesMatthew Pickering2014-07-31
* EPUB Reader: Added EPUB readerMatthew Pickering2014-07-31