| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-30 | [API Change] Rename `pandocVersion` to `pandocVersionText`... | Albert Krewinkel | |
| and add a new `pandocVersion` value with type `Version`. This is consistent with the type used for `pandocTypesVersion` and allows to use the value where a Version type is required. | |||
| 2022-09-29 | Bump pandoc version to 3.0. | John MacFarlane | |
| In light of the package splitting changes. | |||
| 2022-09-28 | Bump version to 2.20, depend on >= 2.20 in pandoc-cli, pandoc-server. | John MacFarlane | |
| 2022-09-27 | pandoc-cli: support `-E` flag in pandoc-lua | Albert Krewinkel | |
| 2022-09-27 | pandoc-cli: support "lua" and "serve" as commands | Albert Krewinkel | |
| Pandoc behaves like `pandoc-lua` and `pandoc-server` if the first argument is `lua` and `serve`, respectively. | |||
| 2022-09-27 | pandoc-cli: update to hslua-cli-1.2 | Albert Krewinkel | |
| 2022-09-27 | pandoc-cli: Avoid the CPP language extension | Albert Krewinkel | |
| Alternative behavior for the *server* flag is implemented by using separate modules. | |||
| 2022-09-26 | pandoc-lua: support more command line flags | Albert Krewinkel | |
| 2022-09-26 | Add server flag to pandoc-cli. | John MacFarlane | |
| This allows the executable to be built without support for "server mode." | |||
| 2022-09-23 | Use hslua-cli package for pandoc-lua interface | Albert Krewinkel | |
| 2022-09-22 | Make pandoc behave like a Lua interpreter when called as `pandoc-lua`. (#8311) | Albert Krewinkel | |
| 2022-09-22 | Split pandoc-server, pandoc-cli into separate packages. (#8309) | John MacFarlane | |
| This also removes the unnecessary Setup.hs from pandoc. Cabal does not need this with build-type 'simple'. | |||
