Added
- Add the ability to specify a wildcard version (
*) for external formatter executables. (#2757)
Changes
- Dramatic (~100x) performance improvement when using git
ratchetFrom. (#2805)
Fixed
- [fix]
NPEdue to workingTreeIterator being null for git ignored files. #911 (#2771) - Prevent race conditions when multiple npm-based formatters launch the server process simultaneously while sharing the same
node_modulesdirectory. (#2786)