Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

54 lines (34 loc) · 1.31 KB

Change Log

All notable changes to the "Hinty" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.17.0]

  • Rebranding to "Hinty". Linter -> Hinter -> Hinty
  • Hinty brand hero

[0.16.0]

  • Now rules can have fileRegex property that indicates what files should the rule be tested against

[0.15.0]

  • New rules. Reached 50 rules.

[0.14.0]

  • Article with SQL rules

[0.13.0]

  • Information how to become a patron

[0.11.0]

  • Added support of multiline regex (modifiers: 's')
  • Performance improvement
  • New rules for Angular
  • First rules for CSS (SCSS) and JS. Also a general rule

[0.9.0]

  • Unit tests
  • Rulesets: Added file with rulesets, and ruleset for Angular
  • Readme: Minor updates
  • Readme: Link to ruleset for Angular/TypeScript
  • Readme: Added comparision to regular Linters and SonarLint
  • Readme: Added instruction how to add rules to user settings

[0.8.0]

  • Now you can set up RegEx modifiers for rules and globally for workspace eg. 'gi' for case insensitive rules
  • Autocomplete will help you write Hinty rules and indicate spelling mistakes
  • Instruction for the extension is clearer
  • Notes does not show up in configuration file anymore
  • Performance improvement

[0.0.1]

  • Initial release