Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-22 | Version bump to 1.8.1.3. | John MacFarlane | 1 | -1/+1 | |
2011-07-19 | Added unexported Text.Pandoc.MIME. | John MacFarlane | 1 | -0/+1 | |
Moved getMimeType from Text.Pandoc.Shared to Text.Pandoc.MIME, so we won't have an API change. | |||||
2011-07-16 | Version bump to 1.8.1.2. | John MacFarlane | 1 | -1/+1 | |
2011-06-09 | Changed to github issue tracker. | John MacFarlane | 1 | -1/+1 | |
2011-02-13 | Bump version to 1.8.1.1 & update changelog. | John MacFarlane | 1 | -1/+1 | |
2011-02-13 | Version bump to 1.8.1. | John MacFarlane | 1 | -1/+1 | |
2011-02-05 | Updated copyright. | John MacFarlane | 1 | -1/+1 | |
2011-02-05 | Bumped version to 1.8.0.3; updated changelog; fixed source-repository. | John MacFarlane | 1 | -2/+2 | |
2011-02-05 | Added Source-repository to cabal file. | John MacFarlane | 1 | -0/+4 | |
2011-02-05 | Version bump to 1.8.0.2. | John MacFarlane | 1 | -1/+1 | |
2011-02-01 | Added 6.10.4 to list of GHC versions test (MacPorts). | John MacFarlane | 1 | -1/+1 | |
2011-01-31 | Version bump to 1.8.0.1. | John MacFarlane | 1 | -1/+1 | |
2011-01-30 | Require non-buggy zip-archive 0.1.1.7. | John MacFarlane | 1 | -2/+2 | |
2011-01-30 | Depend on citeproc >= 0.3.1. | John MacFarlane | 1 | -2/+2 | |
2011-01-29 | Added HTML writer tests for inline code. | John MacFarlane | 1 | -0/+1 | |
2011-01-29 | Depend on highlighting-kate >= 0.2.9. | John MacFarlane | 1 | -2/+2 | |
This is needed for highlighting of inline code. | |||||
2011-01-29 | Moved tests to src. | John MacFarlane | 1 | -1/+1 | |
2011-01-29 | Updated tested-with field of cabal file. | John MacFarlane | 1 | -1/+1 | |
2011-01-29 | Added Tests.Shared with normalize round-trip tests. | John MacFarlane | 1 | -0/+1 | |
2011-01-29 | Added biblatex citation tests to Tests.Readers.LaTeX. | John MacFarlane | 1 | -1/+0 | |
Removed old biblatex-citations.latex. | |||||
2011-01-29 | Added natbib citation tests to Tests.Readers.LaTeX. | John MacFarlane | 1 | -1/+0 | |
Removed old tests/natbib-citations.latex. | |||||
2011-01-28 | Refactored man pages. | John MacFarlane | 1 | -1/+5 | |
* Markdown syntax description from README now goes in pandoc_markdown.5. * Refactored man page construction functions, putting more of the work in MakeManPages.hs. | |||||
2011-01-28 | Moved manpage.template -> man/man1/pandoc.1.template. | John MacFarlane | 1 | -1/+1 | |
2011-01-26 | Added Tests.Readers.Markdown. | John MacFarlane | 1 | -0/+1 | |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -2/+2 | |
Additional related changes: * URLs in Code in autolinks now use class "url". * Require highlighting-kate 0.2.8.2, which omits the final <br/> tag, essential for inline code. | |||||
2011-01-26 | Added RST reader tests. | John MacFarlane | 1 | -0/+1 | |
2011-01-26 | Updates for compiling with ghc 7. | John MacFarlane | 1 | -3/+7 | |
We now use a CPP trick to have compatible quasiquotes that work in both GHC 6.12 and 7. | |||||
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -3/+3 | |
The old TeX, HtmlInline and RawHtml elements have been removed and replaced by generic RawInline and RawBlock elements. All modules updated to use the new raw elements. | |||||
2011-01-22 | Use ANSI color to point to diffs in test output. | John MacFarlane | 1 | -1/+2 | |
ConTeXt writer bullet list test set to break as an example. | |||||
2011-01-22 | Depend on latest QuickCheck2. | John MacFarlane | 1 | -2/+2 | |
2011-01-22 | Added native writer tests. | John MacFarlane | 1 | -0/+1 | |
2011-01-22 | Added 'property' in Tests.Helpers & some quickcheck tests. | John MacFarlane | 1 | -0/+2 | |
2011-01-22 | Improved test framework. | John MacFarlane | 1 | -1/+2 | |
Now there is a uniform interface for reader and writer tests. Also added a quasiquoter, for multiline strings. | |||||
2011-01-21 | Added Tests.Writers.ConTeXt and helpers for writer tests. | John MacFarlane | 1 | -0/+1 | |
2011-01-19 | Added Text.Pandoc.Readers.Native (readNative). | John MacFarlane | 1 | -0/+1 | |
readNative can now read full pandoc documents, block lists, blocks, inline lists, or inlines. It will interpret Str "hi" as if it were Pandoc (Meta [] [] []) [Plain [Str "hi"]] This should make testing easier. | |||||
2011-01-19 | Include man pages in extra-source-files. | John MacFarlane | 1 | -0/+3 | |
The man pages are produced by a post-build hook, using MakeManPage.hs. However, there seem to be problems running this program on some systems; see https://github.com/jgm/pandoc/issues/#issue/15. This change means that the generated man pages will be included in the tarball produced by 'cabal sdist', and hence in releases. They will still be updated by the build process if the sources change, but in most builds, the man page won't need to be regenerated. | |||||
2011-01-15 | Added upper bounds to all cabal dependencies. | John MacFarlane | 1 | -20/+38 | |
2011-01-15 | Merge branch 'tests' | John MacFarlane | 1 | -4/+17 | |
2011-01-15 | Added new tests to pandoc.cabal. | John MacFarlane | 1 | -0/+14 | |
Otherwise cabal sdist won't include them. | |||||
2011-01-14 | Require Cabal version >= 1.6. | John MacFarlane | 1 | -1/+1 | |
2011-01-14 | Keep Tests.Arbitrary but remove quickcheck tests for now. | John MacFarlane | 1 | -3/+1 | |
Remove Tests.Shared. Remove dependency on QuickCheck. | |||||
2011-01-14 | Added quickcheck tests for normalize in Shared. | John MacFarlane | 1 | -2/+5 | |
2011-01-13 | Added Tests/Arbitrary.hs, with Arbitrary instances. | John MacFarlane | 1 | -2/+6 | |
2011-01-12 | Removed copy-pasted -O2. | Nathan Gass | 1 | -2/+2 | |
2011-01-12 | Added some basic testing infrastructure and some latex reader tests. | Nathan Gass | 1 | -1/+4 | |
2011-01-12 | Improvements to test suite. | John MacFarlane | 1 | -1/+6 | |
+ You can now specify glob patterns after 'cabal test'; e.g. 'cabal test latex' will only run the latex tests. + Instead of detecting highlighting support in Setup.hs, we now detect it in test-pandoc, by looking to see if 'languages' is null. + We now verify the lhs readers against the lhs-test.native, normalizing with 'normalize'. This makes more sense than verifying against HTML, which also brings in the HTML writer. + Added lhsn-test.nohl.{html,html+lhs}, so we can do the lhs tests whether or not highlighting has been installed. | |||||
2011-01-11 | Moved test-pandoc.hs to tests directory. | Nathan Gass | 1 | -1/+1 | |
2011-01-10 | Changed test-pandoc to use test-framework and HUnit. | Nathan Gass | 1 | -1/+1 | |
2011-01-05 | Updated for texmath 0.5. | John MacFarlane | 1 | -1/+1 | |
2010-12-30 | New HTML reader using tagsoup as a lexer. | John MacFarlane | 1 | -2/+4 | |
* The new reader is faster and more accurate. * API changes for Text.Pandoc.Readers.HTML: - removed rawHtmlBlock, anyHtmlBlockTag, anyHtmlInlineTag, anyHtmlTag, anyHtmlEndTag, htmlEndTag, extractTagType, htmlBlockElement, htmlComment - added htmlTag, htmlInBalanced, isInlineTag, isBlockTag, isTextTag * tagsoup is a new dependency. * Text.Pandoc.Parsing: Generalized type on readWith. * Benchmark.hs: Added length calculation to force full evaluation. * Updated HTML reader tests. * Updated markdown and textile readers to use the functions from the HTML reader. * Note: The markdown reader now correctly handles some cases it did not before. For example: <hr/> is reproduced without adding a space. <script> a = '<b>'; </script> is parsed correctly. |