Releases
v1.2.3
12/6/2022
1.2.3 (2022-12-06)
Bug Fixes
- dynamic import validator with file url on windows (03408d2), closes #232
v1.2.1
12/1/2022
1.2.1 (2022-12-01)
Bug Fixes
- validator: do not log non-existent errors on higher log levels (#247) (f1a2c36)
v1.1.1
11/2/2022
1.1.1 (2022-11-02)
Bug Fixes
- normalize nitro plugin path (47de42b)
v1.1.0
10/15/2022
1.1.0 (2022-10-15)
Features
Bug Fixes
v1.0.0
9/25/2022
1.0.0 (2022-09-25)
Features
- add compatibility with nitro (nuxt 3 + nuxt bridge) (#206) (b134043)
v0.7.0
5/15/2022
0.7.0 (2022-05-15)
⚠ BREAKING CHANGES
Miscellaneous Chores
- upgrade
html-validate
to v7 (ece459b)
v0.6.0
10/11/2021
0.6.0 (2021-10-11)
⚠ BREAKING CHANGES
- bump html-validate version
Miscellaneous Chores
v0.5.0
7/26/2021
0.5.0 (2021-07-26)
Features
- allow throwing an error in ci if validation fails (#96) (5f7d650)
v0.4.0
4/19/2021
0.4.0 (2021-04-19)
Features
- upgrade
html-validator
and use native hint links (23400fc)
v0.3.1
4/11/2021
0.3.1 (2021-04-11)
Bug Fixes
- display validation links inline (1f82e78), closes #39
v0.3.0
3/31/2021
0.3.0 (2021-03-31)
Features
- add additional information to error reporting (#12) (6f671b2)
v0.2.2
3/8/2021
0.2.2 (2021-03-08)
Bug Fixes
- don't require capitalised DOCTYPE (a639aec)
v0.2.0
2/3/2021
0.2.0 (2021-02-03)
⚠ BREAKING CHANGES
- change minimum supported node version to 12
Bug Fixes
- allow overriding
options.extends
(be0c16c), closes #9
Miscellaneous Chores
- change minimum supported node version to 12 (e0dad18)
v0.1.2
11/3/2020
Bug Fixes
- ignore scoped data attributes (d51da80), closes #3