html-validate 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/dist/cjs/core.js +1 -1
- package/dist/es/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# html-validate changelog
|
|
2
2
|
|
|
3
|
+
### [6.0.1](https://gitlab.com/html-validate/html-validate/compare/v6.0.0...v6.0.1) (2021-09-27)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- docs ([4973ee4](https://gitlab.com/html-validate/html-validate/commit/4973ee4f9e2e5270654a5295f5e252121358e289))
|
|
8
|
+
|
|
3
9
|
## [6.0.0](https://gitlab.com/html-validate/html-validate/compare/v5.5.0...v6.0.0) (2021-09-26)
|
|
4
10
|
|
|
5
11
|
### ⚠ BREAKING CHANGES
|
|
@@ -11,7 +17,7 @@ The default configuration loader has changed from `FileSystemConfigLoader` to
|
|
|
11
17
|
`StaticConfigLoader`, i.e. the directory traversal looking for
|
|
12
18
|
`.htmlvalidate.json` configuration files must now be explicitly enabled.
|
|
13
19
|
|
|
14
|
-
See
|
|
20
|
+
See [MIGRATION.md](https://html-validate.org/migration/index.html) for details.
|
|
15
21
|
|
|
16
22
|
- **event:** `ConfigReadyEvent` passes `ResolvedConfig` instance instead of `ConfigData`
|
|
17
23
|
- **meta:** `MetaElement.attribute` has changed from `string[]` to
|
package/dist/cjs/core.js
CHANGED
|
@@ -2864,7 +2864,7 @@ var TRANSFORMER_API;
|
|
|
2864
2864
|
})(TRANSFORMER_API || (TRANSFORMER_API = {}));
|
|
2865
2865
|
|
|
2866
2866
|
const name = "html-validate";
|
|
2867
|
-
const version = "6.0.
|
|
2867
|
+
const version = "6.0.1";
|
|
2868
2868
|
const homepage = "https://html-validate.org";
|
|
2869
2869
|
const bugs = {
|
|
2870
2870
|
url: "https://gitlab.com/html-validate/html-validate/issues/new"
|
package/dist/es/core.js
CHANGED
|
@@ -2852,7 +2852,7 @@ var TRANSFORMER_API;
|
|
|
2852
2852
|
})(TRANSFORMER_API || (TRANSFORMER_API = {}));
|
|
2853
2853
|
|
|
2854
2854
|
const name = "html-validate";
|
|
2855
|
-
const version = "6.0.
|
|
2855
|
+
const version = "6.0.1";
|
|
2856
2856
|
const homepage = "https://html-validate.org";
|
|
2857
2857
|
const bugs = {
|
|
2858
2858
|
url: "https://gitlab.com/html-validate/html-validate/issues/new"
|