Skip to content

Latest commit

 

History

History
94 lines (50 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

94 lines (50 loc) · 2.63 KB

Change Log

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.

[0.6.2]

  • Fixes CI issues

[0.6.0]

Fixed

  • Fixes an issue where warnings weren't getting handled properly — thanks to PR #12 by Connor Peet (@connor4312)

[0.5.0]

Changed

  • Updates problem matchers to better work with webpack-cli@4 changes

[0.4.0]

Changed

  • Changes problem matcher to work with updated webpack-cli changes

Removed

[0.3.1]

Changed

  • Changes problem matcher names to be simplier

[0.3.0]

Changed

[0.2.0]

Added

Fixed

  • Fixes an issue with ESLint matching

[0.1.1]

Added

  • Adds support for running under webpack-dev-server

[0.1.0]

Added

  • 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

[0.0.4]

Added

[0.0.3]

Fixed

  • Fixes issue (maybe?) with matchers conflicting with language services

[0.0.2]

Fixed

  • 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

[0.0.1]

Added

  • Initial release