1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2025-05-21 23:21:29 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
82e32f26ff chore: simplify .swcrc config 2023-07-22 12:28:45 +02:00
5abdb8a1f1 style: fix prettier issues
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 44s
Test / test (push) Successful in 40s
2023-07-18 23:53:21 +02:00
aab0c3f502 build(deps): update latest 2023-07-18 23:17:31 +02:00
5fa068b9f8 chore: remove unneeded @types/tap dependency 2023-07-02 15:33:41 +02:00
c7bf82135b chore: enable source maps for easier debugging v1.4.0 2023-07-02 15:23:04 +02:00
eb970f1823 BREAKING CHANGE: change default validator severities: "warning" and "error" 2023-07-02 13:07:45 +02:00
29203985e4 feat: ability to specify the severity of the validator
fixes #4
2023-07-02 13:05:33 +02:00
a8841b24fd perf: ignore test files in published package (reduce package size) 2023-07-02 12:27:18 +02:00
bda82b39a3 fix: update author - Théo LUDWIG 2023-07-02 12:22:39 +02:00
f7a4edc46a build(deps): update latest 2023-07-02 12:19:45 +02:00
67806866ee refactor: usage of node:test instead of tap 2023-07-02 12:18:21 +02:00
3d24ffe971 feat: add npm package provenance
Ref: https://github.blog/2023-04-19-introducing-npm-package-provenance/
v1.3.0
2023-05-13 16:21:58 +02:00
e818556c5b build(deps): update latest 2023-05-13 16:19:21 +02:00
2cb7967bc7 build(deps): update latest 2023-04-02 21:27:42 +02:00
943b3d1fd6 fix: update dependencies to latest v1.2.2 2023-01-10 22:15:14 +01:00
6ca7722fcf perf: run validations in parallel
fixes #3
v1.2.1
2022-10-20 23:46:36 +02:00
3a44eca5b1 fix: only consider errors (excluding warning/info messages) 2022-10-20 23:30:41 +02:00
e762c0fad5 feat: usage of ESM modules imports (instead of CommonJS) v1.2.0 2022-04-06 19:59:31 +02:00
e032bbe637 feat: support plain HTML files (not served)
fixes #2
v1.1.0
2022-02-24 11:55:32 +01:00
d92235d79d chore: maintenance 2022-02-19 16:55:36 +01:00
29801ac6f9 feat: first release v1.0.0 2022-01-06 22:46:08 +01:00
ed21857b55 docs(readme): remove dependabot badge [skip ci] 2022-01-06 22:40:03 +01:00
59d2090282 chore: fix test and lint 2022-01-06 22:38:49 +01:00
77cefcd53f feat: add html-w3c-validator command 2022-01-06 22:34:58 +01:00
39b05c66a7 chore(deps): bump actions/setup-node from 2.4.1 to 2.5.1 (#1) 2022-01-06 19:58:51 +01:00
dc971f54ea chore: initial commit 2022-01-06 19:52:25 +01:00