Skip to content

Releases: unifiedjs/unified

6.2.0

02 May 12:40
Compare
Choose a tag to compare
  • 16b7607 Add support for transformers as async functions
  • 469e9e4 Add Acknowledgments section to readme.md
  • 455c7e6 Add Contribute section to readme.md
  • a4f00fc Add contributing.md
  • a5bb427 Add code-of-conduct.md

6.1.6

16 Nov 23:35
Compare
Choose a tag to compare

6.1.5

16 Jun 17:05
Compare
Choose a tag to compare

6.1.4

23 May 15:22
Compare
Choose a tag to compare
  • 51b85c0 Mention site and guides in readme.md
  • 851e1c4 Fix and update examples

6.1.3

30 Apr 12:03
Compare
Choose a tag to compare
  • 655239b Remove deprecated isarray

6.1.2

10 Apr 20:03
Compare
Choose a tag to compare
  • c73fe3f Fix incorrect return on turned off plugins

6.1.1

28 Feb 20:59
Compare
Choose a tag to compare
  • f7b592f Fix bug when calling freeze when freezing

6.1.0

24 Feb 10:30
Compare
Choose a tag to compare
  • 03650ff Fix to only merge settings for plain objects

6.0.0

23 Feb 11:20
Compare
Choose a tag to compare
Changes
  • 111d3c6 (GH-26) Remove streaming — use unified-stream instead
  • 6f1b3e3 (GH-21) Remove first argument of attachers, processor — use this instead
  • 56882b0 (GH-8) Remove sync behaviour from run, process — use runSync, processSync instead
  • e73da90 (GH-29) Add plugin reconfiguring — It’s no longe possible to pass duplicate plugins. Plugins are now invoked when freezing the processor (see below)
  • e73da90 (GH-29) Rename .abstract() to .freeze()
  • e73da90 (GH-29) Processors automatically freeze on .parse, .stringify, .run, .runSync, .process, .processSync.
  • 0db0928 (GH-23) Change signatures in parser, compiler.
Features
  • b17f876 (GH-25) Add support for parser, compiler, as functions instead of constructors
  • f0427f4 (GH-22, GH-23) Add support for presets
  • 56882b0 (GH-8) Add support for returning promises from run, process
  • e73da90 (GH-29) It’s now possible to call .parse, .stringify, .run, .runSync, .process, .processSync on frozen processors

5.1.0

10 Oct 20:16
Compare
Choose a tag to compare
  • 39fa4b5 Add support for passing a processor to use
  • b9077ce Add rehype-retext to list of inter-syntax transforms
  • d07fd2b Add reference to rehype-preset-minify