Releases: retextjs/retext
Releases · retextjs/retext
3.0.0
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
, andprocess()
now returns a
VFile (can be stringified withtoString()
).
2.0.0
Highlights
- Remove Duo, Component, Bower support (
92dcfdc
) - Add npm, GitHub releases deployment to Travis (
a7f4e85
) - Update unified (
b0ace83
)
Changes
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!