Skip to content

Releases: webdevbynight/markup-validator

v0.2.1

Choose a tag to compare

@webdevbynight webdevbynight released this 01 Mar 00:02

Patch changes

  • utils: only validate files whose filenames do not match the patterns in exclude option (b204fbe)
  • utils: include the starting folder when beginning browsing recursively (9424f24)

Full changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@webdevbynight webdevbynight released this 27 Feb 22:10

Minor changes

  • implement running from CLI (80b0050)

Full changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@webdevbynight webdevbynight released this 24 Feb 02:20

Patch changes


Full changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@webdevbynight webdevbynight released this 24 Feb 02:00

Minor changes

  • implement document validation for HTML, CSS and SVG (b29162f)

Patch changes

  • utils: escape backslashes (4ea3b8c)