Releases: unifiedjs/unified-engine
Releases · unifiedjs/unified-engine
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.0
Updates
The following updates each include major breaking changes,
which are exposed to user and to plugins.
- vfile: https://github.com/wooorm/vfile/releases/tag/2.0.0
- load-plugin: https://github.com/wooorm/load-plugin/releases/tag/2.0.0
- unified: https://github.com/wooorm/unified/releases/tag/5.0.0
- vfile-reporter: https://github.com/wooorm/vfile-reporter/releases/tag/3.0.0
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 torcPath
; - Plugins are now loaded from the directory of the configuration file
as well.
Ignore
- Files are now ignored relative to the ignore file.