Skip to content

Latest commit

 

History

History
109 lines (57 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

109 lines (57 loc) · 1.61 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.

[Unreleased]

[1.1.1] - 2022-02-26

Changed

  • Bump various dependencies

[1.1.0] - 2021-07-09

Added

  • Reference link to lint rule documentation

[1.0.2] - 2021-03-27

Fixed

  • Graceful handling of the upstream colorized output feature
  • Revalidate on file save

[1.0.1] - 2021-02-15

Changed

  • Optimized extension production build with webpack

[1.0.0] - 2021-02-14

Added

  • Multi-root workspae support

[0.3.0] - 2018-12-01

Added

  • Revalidate all Dockerfile when .hadolint.yaml is changed

[0.2.3] - 2018-11-28

Changed

  • Upgrade dependencies

[0.2.2] - 2018-11-08

Fixed

  • Revalidate Dockerfile now works on file saved

[0.2.1] - 2018-09-22

Fixed

  • Fixed broken Dockerfile fs path on win32

Changed

  • Add instruction for win32 users to setup path to hadolint excutable

[0.2.0] - 2018-05-30

Added

  • Add optiont to set custom full path to hadolint executable

[0.1.1] - 2018-04-23

Fixed

  • Add missing output level configuration

[0.1.0] - 2018-04-22

Added

  • Add option to set default output level

[0.0.3] - 2018-04-20

Changed

  • Improve npm build scripts
  • Update development instruction

Fixed

  • Fixed window error message typo

[0.0.2] - 2018-04-20

Fixed

  • Fix broken tsconfig
  • Fix broken npm script type: should use yarn over npm

[0.0.1] - 2018-04-19

Added

  • First release