Skip to content

Releases: thenets/docker-parsoid

0.11.0 (released Jan 14, 2020)

02 Mar 03:51
Compare
Choose a tag to compare

How to run

# For MediaWiki >= 1.33
docker run -d -p 8080:8000 -e PARSOID_DOMAIN_localhost=http://localhost/w/api.php thenets/parsoid:0.11.0

See more at:
https://www.mediawiki.org/wiki/Parsoid/Releases#0.11.0_(released_Jan_14,_2020)

This is the LAST release of the JS implementation of Parsoid. Parsoid has been ported from JS to PHP and will be more closely integrated into MediaWiki and will not need its own debian package henceforth.

  • Updated bundled parsoid to git commit 5d37da17
  • See src/HISTORY.md for details of what changed in Parsoid. Notable changes:
    • Parsoid HTML version is now 2.1.0
    • Lots of code cleanup and code refactoring
    • Language converter move out to its own repo

This release is breaking (switching between visual and source editing) for versions of MediaWiki 1.31.x, possibly also 1.32.x and lower. If your are using one of these versions, do not upgrade Parsoid.

0.10.0 (released Dec 5, 2018)

15 Dec 05:51
Compare
Choose a tag to compare

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

0.8.1 (released June 5, 2018)

05 Jun 22:07
ad13282
Compare
Choose a tag to compare

How to run

# For WikiMedia 28, 29 and 30
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.8.1_(released_June_5,_2018)

This is a release to address security advisories and updates a couple of node modules from 0.8.0. This can be downloaded from https://releases.wikimedia.org/parsoid/

0.9.0 (released Mar 23, 2018)

04 Apr 21:25
Compare
Choose a tag to compare

How to run

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

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

  • Updated bundled parsoid to git commit 5fe6923ab
  • See src/HISTORY.md for details of what changed in Parsoid
  • Notable changes:
    • Parsoid HTML version is now 1.6.1
    • Sections are wrapped in
      tags.

This is the last version of Parsoid with node v4 support.

0.8.0 (released Oct 27, 2017)

04 Apr 21:24
Compare
Choose a tag to compare

How to run

# For WikiMedia 28, 29 and 30
docker run -it -p 8080:8000 -e PARSOID_DOMAIN_localhost=http://localhost/w/api.php thenets/parsoid:0.8.0

See more at:
https://www.mediawiki.org/wiki/Parsoid/Releases#0.8.0_(released_Oct_27,_2017)

Notable changes

  • Audio/video support
  • Red links and disambiguation links marked up
  • Support for improved TemplateData format specifier which lets templates control formatting of transclusions after VE edits