Bugfixes
- When using multiple configurations in watch mode and calling
Watching.invalidate
,dependencies
andparallelism
of the config array is now respected correctly - Fix a crash when accessing the
stats
after the next compilation has started - fix collecting changes when using
Watching.suspend
- fix schema of
RuleCondition.not
and allow passing a condition directly instead of only an array
Developer Experience
- typings accept a ReadonlyArray of configurations now
Contributing
- fix coverage reporting for child processes
- remove outdated loader from readme