Skip to content

Releases: retextjs/retext

3.0.0

22 Jun 10:20
Compare
Choose a tag to compare

Refactor project to monorepo

  • Add new retext-latin, retext-stringify packages;

  • Internalise retext-english, retext-dutch packages;

  • Update dependencies, dev-dependencies, most importantly
    unified, which provides a new better interface
    (unifiedjs/unified@a070ad0).

    Most importantly, do retext().process instead of
    retext.process, and process() now returns a
    VFile (can be stringified with toString()).

2.0.0

02 Mar 13:31
Compare
Choose a tag to compare

Highlights

  • Remove Duo, Component, Bower support (92dcfdc)
  • Add npm, GitHub releases deployment to Travis (a7f4e85)
  • Update unified (b0ace83)

Changes

1.0.0...2.0.0

What this means

Bower, Component, and Duo users

Bower, Component, and Duo, are no longer supported. Either switch to browserify or webpack, or use the bundles from the releases page (below).

Using plug-ins

Using multiple plug-ins is now easier: unifiedjs/unified#5.


And that’s it!