:warning: Breaking changes
- Globs are not allowed inside `files` arrays of rules
- Tree API has been changed. Third party plugins must be updated accordingly
Bug fixes
- Fixed some inconsistencies using `--rootdir` and `--config` CLI options
Enhancements
- This version comes with a big refactor of some crucial parts of the program, which has allowed a x5 speedup improvement
- Don't depend on `typing_extensions` at runtime
New features
- Added `project-config show reporters` command to show all available reporters
- Added JMESPath functions for some file system operations: `isfile`, `isdir`, `exists`, `mkdir`, `rmdir` and `glob`
- Added new actions for `inclusion` plugin: `exludeLines` and `includeContent`