Skip to content

Latest commit

 

History

History
379 lines (269 loc) · 26.4 KB

CHANGELOG.md

File metadata and controls

379 lines (269 loc) · 26.4 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.8.21 - 2024-05-17

Changed

0.8.20 - 2024-03-27

Changed

Fixed

  • Fix npm audit issues (#98)
  • Fix safe colors (#101)

0.8.19 - 2024-03-07

Changed

0.8.18 - 2024-02-29

Changed

0.8.17 - 2024-01-30

Changed

0.8.16 - 2024-01-25

Changed

0.8.15 - 2024-01-16

Changed

0.8.14 - 2024-01-08

Changed

0.8.13 - 2023-12-07

Changed

0.8.12 - 2023-11-08

Changed

0.8.11 - 2023-10-08

Added

  • color format checking for bslint (#94)

Changed

0.8.10 - 2023-09-11

Changed

0.8.9 - 2023-07-24

Changed

0.8.8 - 2023-07-17

Changed

Fixed

  • code flow bug with try/catch (#93)
  • performance issues due to needless duplicate global var lookups (#92)

0.8.7 - 2023-07-05

Changed

0.8.6 - 2023-05-17

Changed

0.8.5 - 2023-05-10

Changed

0.8.4 - 2023-04-28

Changed

0.8.3 - 2023-04-18

Changed

Fixed

  • do not consider consts as unused variables (#85)

0.8.2 - 2023-03-17

Changed

0.8.1 - 2023-01-12

Changed

0.8.0 - 2022-12-09

Changed

  • re-released the content from v0.7.6 but with a minor version bump instead of patch

0.7.7 - 2022-12-09

Changed

  • Roll back v0.7.6 because it introduced breaking peerDependency changes. That should have been introduced in v0.8.0

0.7.6 - 2022-12-08

Added

  • Add new aa-comma-style all-except-single-line. (#80)

Fixed

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

  • upgrade to brighterscript@0.48.0

Fixed

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

0.6.0 - 2022-03-24

Changed

  • upgrade to brighterscript@0.45.3

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