| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-25 | Use dev texmath, citeproc. | John MacFarlane | |
| 2021-04-20 | stack.yaml - use latest unicode-collation. | John MacFarlane | |
| 2021-04-18 | Use lastest citeproc. | John MacFarlane | |
| 2021-04-18 | Use lastest unicode-collation. | John MacFarlane | |
| 2021-04-17 | Update to released unicode-collation, latest citeproc dev version. | John MacFarlane | |
| Update citeproc test. | |||
| 2021-04-17 | Use new citeproc + unicode-collation. | John MacFarlane | |
| Add command test for unicode-collation. | |||
| 2021-04-15 | Use latest xml-conduit. | John MacFarlane | |
| 2021-03-22 | Require latest skylighting (fixes a bug in XML syntax highlighting). | John MacFarlane | |
| 2021-03-19 | Use skylighting 0.10.5. | John MacFarlane | |
| This fixes a bad regression in Haskell syntax highlighting. | |||
| 2021-03-17 | Use random 1.2.0 in stack.yaml. | John MacFarlane | |
| 2021-03-17 | Remove unnecessary tasty-bench from extra-deps | John MacFarlane | |
| 2021-03-16 | Increase heap space in runtime for benchmarks. | John MacFarlane | |
| Otherwise we're essentially benchmarking garbage collecting, which can give very inconsistent results. | |||
| 2021-03-15 | Require texmath 0.12.2 | John MacFarlane | |
| 2021-03-15 | Use doclayout 0.3.0.2. | John MacFarlane | |
| This further reduces time and memory needed to compile pandoc. | |||
| 2021-03-14 | Require latest doclayout and skylighting. | John MacFarlane | |
| 2021-03-14 | Use latest dev version of doclayout. | John MacFarlane | |
| This reduces compile time/memory consumption for pandoc considerably. See jgm/doclayout#1. | |||
| 2021-03-13 | Use eciteproc >= 0.3.0.9 | John MacFarlane | |
| 2021-03-13 | stack.yaml: add jira-wiki-markup-1.3.4 to extra-deps | Albert Krewinkel | |
| 2021-03-04 | Update stack resolver. | John MacFarlane | |
| 2021-03-02 | stack.yaml - use citeproc 0.3.0.8 | John MacFarlane | |
| 2021-02-27 | Add xml-conduit to stack.yaml extra-deps. | John MacFarlane | |
| 2021-02-27 | Use skylighting 0.10.4. | John MacFarlane | |
| This version of skylighting uses xml-conduit rather than hxt. This speeds up parsing of XML syntax definitions fourfold, and removes four packages from pandoc's dependency graph: hxt-charproperties hxt-unicode hxt-regex-xmlschema hxt | |||
| 2021-02-22 | Use latest skylighting. | John MacFarlane | |
| 2021-02-18 | 'make bench': Create csv files for comparison. | John MacFarlane | |
| 2021-02-12 | Jira: require jira-wiki-markup 1.3.3 | Albert Krewinkel | |
| * Modified the Doc parser to skip leading blank lines. This fixes parsing of documents which start with multiple blank lines. (#7095) * Prevent URLs within link aliases to be treated as autolinks. (#6944) Fixes: #7095 Fixes: #6944 | |||
| 2021-02-08 | Use lts-17.2 resolver (with ghc 8.10.3). | John MacFarlane | |
| 2021-02-06 | stack.yaml - use commonmark-0.1.1.4 for GHC 9 | John MacFarlane | |
| 2021-02-02 | Fix stack config | Albert Krewinkel | |
| 2021-02-02 | Lua: add module "pandoc.path" | Albert Krewinkel | |
| The module allows to work with file paths in a convenient and platform-independent manner. Closes: #6001 Closes: #6565 | |||
| 2021-02-01 | BibTeX writer fixes. Closes #7067. | John MacFarlane | |
| + Require citeproc 0.3.0.7, which correctly titlecases when titles contain non-ASCII characters. + Correctly handle 'pages' (= 'page' in CSL). + Correctly handle BibLaTeX 'langid' (= 'language' in CSL). + In BibTeX output, protect foreign titles since there's no language field. | |||
| 2021-01-30 | Require citeproc 0.3.0.6. | John MacFarlane | |
| 2021-01-30 | Use tasty-bench instead of criterion for benchmarks. | John MacFarlane | |
| It is much lighter-weight. | |||
| 2021-01-30 | Use latest citeproc. | John MacFarlane | |
| The fix to jgm/citeproc#49 also closes #7060. | |||
| 2021-01-22 | Use citeproc 0.3.0.5. | John MacFarlane | |
| 2021-01-15 | Use citeproc >= 0.3.0.4. | John MacFarlane | |
| 2021-01-15 | Use dev version of citeproc. | John MacFarlane | |
| Change a citation test which had wrong disambiguation (see jgm/citeproc#44). | |||
| 2021-01-11 | Use commonmark 0.1.1.3. | John MacFarlane | |
| 2020-12-29 | Use citeproc 0.3.0.3. | John MacFarlane | |
| Fixes an issue in author-only citations when both an author and translator are present. | |||
| 2020-12-28 | Use latest citeproc release. | John MacFarlane | |
| 2020-12-27 | Require texmath 0.12.1. | John MacFarlane | |
| 2020-12-18 | Use citeproc 0.3.0.1. | John MacFarlane | |
| 2020-12-17 | Remove .travis.yml and add CircleCI config. | John MacFarlane | |
| 2020-12-17 | Use skylighting 0.10.2. | John MacFarlane | |
| Cloess #6625. | |||
| 2020-12-16 | Use released citeproc 0.3. | John MacFarlane | |
| 2020-12-16 | Use released doctemplates 0.9. | John MacFarlane | |
| 2020-12-16 | Fix citeproc regression with duplicate references. | John MacFarlane | |
| - Use dev version of citeproc, which handles duplicate ids better, preferring the last one in the list and discarding the rest. - Ensure that inline citations take priority over external ones. See jgm/citeproc#36. This restores the behavior of pandoc-citeproc. | |||
| 2020-12-16 | Use latest dev version of doctemplates. | John MacFarlane | |
| 2020-12-15 | Properly handle boolean values in writing YAML metadata. | John MacFarlane | |
| (Markdown writer.) This requires doctemplates >= 0.9. Closes #6388. | |||
| 2020-12-09 | Use latest citeproc release. | John MacFarlane | |
| 2020-11-30 | Use a more recent stack resolver. | John MacFarlane | |
