Skip to content

Releases: sds/haml-lint

0.57.0

13 Feb 03:00
@sds sds
v0.57.0
3e10e24
Compare
Choose a tag to compare
  • Add GitHubReporter

0.56.0

04 Feb 07:58
@sds sds
v0.56.0
e189e60
Compare
Choose a tag to compare
  • Rubocop: Properly pass the whitespace around tag attributes to RuboCop. This allows some improved corrections and fixes bugs.

0.55.0

23 Jan 17:03
@sds sds
v0.55.0
68bac7a
Compare
Choose a tag to compare
  • Lazily open files to avoid file descriptor exhaustion

0.54.0

23 Jan 00:19
@sds sds
v0.54.0
e838071
Compare
Choose a tag to compare
  • Drop support for Ruby 2.7, which reached EoL in March 2023
  • Add support for --stdin/-s flags for piping from standard input

0.53.0

07 Jan 06:23
@sds sds
v0.53.0
740ccc8
Compare
Choose a tag to compare
  • Drop Haml 4 compatibility
  • Add support for conditional comments in RuboCop linter

0.52.0

13 Dec 05:23
@sds sds
v0.52.0
ef50bf3
Compare
Choose a tag to compare
  • Add Haml 6.3 compatibility
  • Add --stderr flag
  • Fix node_for_line helper to return last possible node when nothing matches

0.51.0

02 Oct 15:44
@sds sds
v0.51.0
c8e189a
Compare
Choose a tag to compare
  • Allow HAML > 6.1

0.50.0

25 Aug 16:38
@sds sds
v0.50.0
0b2d2f5
Compare
Choose a tag to compare
  • Update minimum Ruby version to 2.7+
  • Disable RuboCop's Style/RedundantStringEscape cop

HAML-Lint 0.49.3

08 Aug 23:07
@sds sds
v0.49.3
3e46c38
Compare
Choose a tag to compare
  • Fix some cases where part of multiline scripts could end up less indented than the starting line of that script.

HAML-Lint 0.49.2

24 Jul 18:58
@sds sds
v0.49.2
81a3b41
Compare
Choose a tag to compare
  • Fix handling of interpolation of plain when the plain is spread over multiple lines using pipes