Releases: sparksuite/w3c-css-validator
Releases · sparksuite/w3c-css-validator
v1.3.2
Fixed
- Fix an issue bundling with esbuild (#176)
v1.3.1
Fixed
- Utilize more accurate method of calculating byte length (#133)
v1.3.0
Improved
- Use
POST
HTTP method to validate text, to support much longer inputs (#117)
- Refactored internal code to prepare for using
POST
method (#120, #123, #124)
v1.2.1
Improved
- Hint that large CSS content could be a possible cause of a bad status code (#103)
Fixed
- Gracefully handle responses with non-
2xx
status codes (#103)
v1.2.0
New
- Ability to validate external CSS files via
validateURL()
(#92)
Fixed
- Fix inability to catch certain errors in server environments (#94)
v1.1.0
New
- Introduced a configurable timeout option, with a default value of 10s (#63)
v1.0.3
Improved
- Remove unwanted characters from error messages (#41)
v1.0.2
Improved
- Completely refactor testing to be based around real-world programs (#37)
Fixed
- Fix reference error to
window
object in Node.js environments (#36)
- Fix needing to use
.default
when requiring in some environments (#38)
- Fix a typo in the README (#34)