Skip to content

Releases: unifiedjs/unified-engine

3.0.2

24 Feb 11:51
Compare
Choose a tag to compare
  • 0f463a6 Fix file-system access for filled files

3.0.1

24 Feb 11:51
Compare
Choose a tag to compare
  • daf3d53 Fix miscategorised dependency

3.0.0

23 Feb 13:01
Compare
Choose a tag to compare

2.1.0

08 Sep 15:06
Compare
Choose a tag to compare
  • Add support for presets in options (7e268a2)
  • Add configTransform option (2978f5c)
  • Fix plugin existence false-positives (b54cc2d)

2.0.0

21 Aug 17:12
Compare
Choose a tag to compare

Updates

The following updates each include major breaking changes,
which are exposed to user and to plugins.

Presets

It’s now possible to load configuration files from node_modules.
This works similar to how babel presets work (instead of ESLint’s
shareable configuration files).

Configure

  • It’s now possible to pass in YAML, JS, or package.json
    configuration files to rcPath;
  • Plugins are now loaded from the directory of the configuration file
    as well.

Ignore

  • Files are now ignored relative to the ignore file.

1.5.1

21 Aug 17:12
Compare
Choose a tag to compare
  • Fix error if stdin cannot be accessed (d6bccf7)

1.5.0

25 Jul 12:31
Compare
Choose a tag to compare
  • Fix bug where files didn’t filter properly (db6f562)
  • Add alwaysStringify option (a57f523)

1.4.1

23 Jul 17:40
Compare
Choose a tag to compare
  • Add section on projects (3daf73f)
  • Refactor debugging messages (4c62bfe)
  • Fix bug where output from config files wasn’t honoured (5900b65)
  • Update globby (6bec14f)

1.4.0

21 Jul 20:08
Compare
Choose a tag to compare
  • Add pretty errors when loading JSON (81613d6)
  • Add support for ignoring given files (b9e8f90)
  • Add support for script configs as a function (1b52844)
  • Add consolidation of plugins (1dbbebe)
  • Fix bug where output from settings wasn’t honoured (4d12640)

1.3.0

21 Jul 20:08
Compare
Choose a tag to compare
  • Add support for $rcName.yaml configuration files (514d384)
  • Update vfile-reporter (85a49cc)
  • Refactor code-style to use xo (b6d8a85)