Skip to content

0.10.0 (released Dec 5, 2018)

Compare
Choose a tag to compare
@thenets thenets released this 15 Dec 05:51
· 32 commits to master since this release

How to run

# For WikiMedia >= 1.31
docker run -it -p 8080:8000 -e PARSOID_DOMAIN_localhost=http://localhost/w/api.php thenets/parsoid:0.8.1

See more at:
https://www.mediawiki.org/wiki/Parsoid/Releases#0.10.0_(released_Dec_5,_2018)

  • Updated bundled parsoid to git tag v0.10.0.
  • Notable changes:
    • Parsoid HTML version is now 2.0.0
    • Support for content negotiation protocol for negotiating HTML content versions (see announcement)

This version of Parsoid will only work with versions of Visual Editor or Parsoid clients that request a Parsoid HTML version of 1.6.0 or later.

This version of Parsoid will only work with version 6 or later of Node.js