All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changes problem matcher to work with updated webpack-cli changes
- Removes pre-v5.0 fork-ts-checker-webpack-plugin support
- Changes problem matcher names to be simplier
- Changes to support updated warning/error output for v5 of the fork-ts-checker-webpack-plugin
- Adds support for v5 of the fork-ts-checker-webpack-plugin using the
basic
formatter - Adds the code to the problem output
- Fixes an issue with ESLint matching
- Adds support for running under
webpack-dev-server
- Adds new $ts-checker-webpack and $ts-checker-webpack-watch problem matchers to support errors and warnings reported by the fork-ts-checker-webpack-plugin
- Adds new $ts-checker-eslint-webpack and $ts-checker-eslint-webpack-watch problem matchers to support errors and warnings reported by ESLint via the fork-ts-checker-webpack-plugin
- Adds warning support to $ts-webpack and $ts-webpack-watch
- Adds support for
--info-verbosity verbose
as webpack/webpack-cli#570 as been fixed
- Fixes issue (maybe?) with matchers conflicting with language services
- Fixes issue $ts-webpack-watch not handling absolute paths properly — Watch out for 🐛Microsoft/vscode#56721 if you are basing a problem matcher on another
- Fixes issues with multi-root folders and tslint warnings
- Fixes some issues with errors overlapping with language services
- Initial release