Skip to content

Latest commit

 

History

History
125 lines (86 loc) · 6.93 KB

CHANGELOG.md

File metadata and controls

125 lines (86 loc) · 6.93 KB

Changelog

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.7.5 - 2022-09-02

Changed

0.7.4 - 2022-08-24

Changed

0.7.3 - 2022-08-12

Changed

0.7.2 - 2022-07-18

Changed

Fixed

  • Use smaller range for LINT3010 (#70)

0.7.1 - 2022-05-09

Fixed

  • error variable from catch statement should be available within the catch block (#64)
  • Prevent "unused var" in goto loop (#65)

0.7.0 - 2022-04-13

Added

  • no-todo code style rule (#56)
  • no-stop rule (#57)
  • newline-last rule (#58)

Changed

Fixed

  • do not consider enums as unused variables (#59)

0.6.0 - 2022-03-24

Changed

Fixed

  • npm audit issues

0.6.0 - 2021-10-27

Added

  • associative array comma linting and fixing (#40)
  • automatic code fix for removing as void when changing a function to sub (#42)

0.5.0 - 2021-07-07

Added

  • check scripts/components usage (behind --checkUsage flag). (#35)

0.4.0 - 2021-05-25

Added

  • automatic code fixes (#28)
    • function/sub style
    • then style
    • if condition grouping with/without parenthesis

0.3.0 - 2021-05-19

Added

  • Add ignores and globals (#27)

Fixed

  • invoking classes fix (#26)

0.2.0 - 2021-05-13

Added

  • no-print-rule (#19)
  • Add namespaces and super (#24)

0.1.0 - 2021-02-22

Added

Initial release