public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* ANN: pandoc 2.1
@ 2018-01-08  6:39 John MacFarlane
  0 siblings, 0 replies; only message in thread
From: John MacFarlane @ 2018-01-08  6:39 UTC (permalink / raw)
  To: pandoc-announce-/JYPxA39Uh5TLH3MbocFFw,
	pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I'm pleased to announce the release of pandoc 2.1.

Binaries & changelog: https://github.com/jgm/pandoc/releases/tag/2.1
Source & API docs: https://hackage.haskell.org/package/pandoc

This release increments the major version number because
of a few incompatible API changes; however, they are fairly
minor and should not affect most users of the library.

* In Text.Pandoc.Class, the FileTree constructor is no longer exported;
  use insertInFileTree and getFileInfo to modify a FileTree.
* In Text.Pandoc.App, the type of applyFilters has changed, and
  applyLuaFilters has been removed. The Filter type is also now exported.

This last change gives us a user-facing improvement:  JSON
filters and lua filters can now be run in any order.  (They
will be run in the order they appear on the command line.)
Previously all lua filters ran before all JSON filters.

A major performance regression in earlier 2.x versions has
been fixed.  This caused the pandoc executable to run
much slower at startup.

Albert Krewinkel has continued to improve the lua filters
system, with many improvements that make it easier to write
lua filters.

Jesse Rosenthal has improved the Powerpoint writer and
fixed some issues with the docx reader.

Alexander Krotov has continued to improve the Muse reader
and writer.

Sebastian Talmon has fixed issues with subtitles and
headerless tables in the docx writer.

oltolm has improved formatting of formulas in
the OpenDocument/ODT writer.

Thanks to everyone who contributed with code, discussion, or
bug reports.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-08  6:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-08  6:39 ANN: pandoc 2.1 John MacFarlane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).