Skip to content

Latest commit

 

History

History
120 lines (69 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

120 lines (69 loc) · 3.42 KB

Change Log

[1.1.4] - 2025-02-22

  • Fix: grammar haml block comment syntax.
  • Feat: refactor lint configuration loading and improve error notifications

[1.1.3] - 2025-02-21

  • Feat: refactor linter diagnostics to prevent duplicated diagnostics for the same line.
  • Fix: trim whitespace from empty lines.
  • Fix: update regex to support unicode letters in string output.
  • Fix: remove indentation from json output in linter logging.

[1.1.2] - 2025-02-21

  • Feat: refactor formaters to better performance.
  • Fix: fix HamlLint: SpaceBeforeScript cop autocorrect.

[1.1.1] - 2025-02-18

  • Feat: refactor lint offense handling and enabling clickable links to documentation.

[1.1.0] - 2025-02-18

  • Feat: add support for UnnecessaryStringOutput linting rule.
  • Feat: improve space handling for Ruby script indicators in Haml formatter.
  • Fix: load config by preload bundle config in rails projects.

[1.0.9] - 2025-02-15

  • Bugfix: Fix command execution when useBundler is true.

[1.0.8] - 2025-01-17

  • Feat: Add rubocop support to haml_lint configuration enabling rubocop cops

[1.0.7] - 2025-01-16

  • Bugfix: Altocorrenction to rubocop Layout/SpaceAfterColon when call class constants.

[1.0.6] - 2024-12-12

  • Feat: Add support to 'Style/MethodCallWithArgsParentheses' cop. Only add parentheses around method calls with arguments when there are no parentheses.

[1.0.5] - 2024-12-07

  • Fix: update regex for space handling after colon and add test for space inside parentheses.
  • Feat: Implement file watching for live preview updates in HAML files

[1.0.4] - 2024-12-05

  • Feature: Add Live Preview for HAML plain files.

[1.0.3] - 2024-12-02

  • Bugfix: Fix locals comments in Split to Partial command.
  • Formatter: Add support to haml-lint HtmlAttributes

[1.0.2] - 2024-11-27

  • Formatter: Add support to rubocop Layout/SpaceBeforeComma
  • Formatter: Add support to rubocop Layout/SpaceAfterColon
  • Bugfix: Fix Style/StringLiterals with interpolation.

[1.0.1] - 2024-11-26

[1.0.0] - 2024-11-24

[0.0.9] - 2024-11-22

  • Fix: icon background color.

[0.0.8] - 2024-11-22

  • Update extension description and enhance README with feature details and future plans.
  • Update icon.

[0.0.7] - 2024-11-18

  • Fix: Rails routes loader to old Rails versions.

[0.0.6] - 2024-11-17

  • Feature: Add suporte to convert selected HTML/ERB to HAML.

[0.0.5] - 2024-11-16

  • Feature: Add Routes Completions if the project is a Rails project.
  • Feature: Add Routes Definition provider if the project is a Rails project.

[0.0.4] - 2024-11-12

  • Feature: Add Html2Haml command to convert HTML to Haml.
  • Linter: Add autocorrect action for HamlLint: SpaceBeforeScript cop.
  • Linter: Add autocorrect action for RuboCop: Layout/SpaceInsideHashLiteralBraces cop.

[0.0.3] - 2024-11-09

  • Linter: Add autocorrect action for RuboCop: String/StringLiterals cop.

[0.0.2] - 2024-11-09

Split to Partial

  • Strict template locals: change global variables to locals when creating a partial from selection.

[0.0.1] - 2024-11-09

  • Initial release

[Unreleased]

  • Initial release