Releases: sparksuite/w3c-css-validator
Releases · sparksuite/w3c-css-validator
v1.4.0
09 Apr 19:53
Compare
Sorry, something went wrong.
No results found
New
Introduced a configurable profile option, with a default value of css3
(#211 )
v1.3.2
07 Dec 17:32
Compare
Sorry, something went wrong.
No results found
Fixed
Fix an issue bundling with esbuild (#176 )
v1.3.1
29 Jul 13:40
Compare
Sorry, something went wrong.
No results found
Fixed
Utilize more accurate method of calculating byte length (#133 )
v1.3.0
24 Jun 16:21
Compare
Sorry, something went wrong.
No results found
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
31 Jan 14:50
Compare
Sorry, something went wrong.
No results found
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
04 Oct 20:20
Compare
Sorry, something went wrong.
No results found
New
Ability to validate external CSS files via validateURL()
(#92 )
Fixed
Fix inability to catch certain errors in server environments (#94 )
v1.1.0
19 May 20:09
Compare
Sorry, something went wrong.
No results found
New
Introduced a configurable timeout option, with a default value of 10s (#63 )
v1.0.3
26 Feb 17:57
Compare
Sorry, something went wrong.
No results found
Improved
Remove unwanted characters from error messages (#41 )
v1.0.2
25 Feb 14:37
Compare
Sorry, something went wrong.
No results found
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 )
v1.0.1
24 Feb 18:25
Compare
Sorry, something went wrong.
No results found