Loading
Commits on Source 16
-
HTML-validate authored
Signed-off-by:HTML-validate <gitlab@html-validate.org>
-
HTML-validate authored
Signed-off-by:HTML-validate <gitlab@html-validate.org>
-
HTML-validate authored
Signed-off-by:HTML-validate <gitlab@html-validate.org>
-
HTML-validate authored
Signed-off-by:HTML-validate <gitlab@html-validate.org>
-
HTML-validate authored
Signed-off-by:HTML-validate <gitlab@html-validate.org>
-
David Sveningsson authored
refs #131
-
David Sveningsson authored
API users are unaffected, if you need absolute paths you must resolve them yourself. fixes #131
-
David Sveningsson authored
feat(cli): expand relative paths to absolute paths Closes #131 See merge request !578
-
## [5.4.0](html-validate/html-validate@v5.3.0...v5.4.0) (2021-08-27) ### Features * **cli:** expand relative paths to absolute paths ([bdc30197](html-validate/html-validate@bdc30197)), closes [#131](html-validate/html-validate#131) ### Bug Fixes * **cli:** handle absolute paths as input filenames ([c860af66](html-validate/html-validate@c860af66)), closes [#131](html-validate/html-validate#131)
-
HTML-validate authored
Signed-off-by:HTML-validate <gitlab@html-validate.org>
-
David Sveningsson authored
-
HTML-validate authored
Signed-off-by:HTML-validate <gitlab@html-validate.org>
-
HTML-validate authored
Signed-off-by:HTML-validate <gitlab@html-validate.org>
-
David Sveningsson authored
Fixes issues with overriding the global metadata, i.e. if overriding the `id` attribute the changes would not apply as the global would be prioritized. This partially is related to #60 as the need for a way to express additions/removals grows.
-
David Sveningsson authored
fix(meta): use global meta as base when merging See merge request !580
-
### [5.4.1](html-validate/html-validate@v5.4.0...v5.4.1) (2021-08-29) ### Bug Fixes * **meta:** use global meta as base when merging ([9fe3793b](html-validate/html-validate@9fe3793b)), closes [#60](html-validate/html-validate#60)