Skip to content

Releases: sparksuite/w3c-css-validator

v1.3.2

07 Dec 17:32
d85eed0
Compare
Choose a tag to compare

Fixed

  • Fix an issue bundling with esbuild (#176)

v1.3.1

29 Jul 13:40
b5bef10
Compare
Choose a tag to compare

Fixed

  • Utilize more accurate method of calculating byte length (#133)

v1.3.0

24 Jun 16:21
dcba42a
Compare
Choose a tag to compare

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
b3d3abf
Compare
Choose a tag to compare

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
2265fe7
Compare
Choose a tag to compare

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
fd5f6eb
Compare
Choose a tag to compare

New

  • Introduced a configurable timeout option, with a default value of 10s (#63)

v1.0.3

26 Feb 17:57
f1f1b0c
Compare
Choose a tag to compare

Improved

  • Remove unwanted characters from error messages (#41)

v1.0.2

25 Feb 14:37
3d86bf0
Compare
Choose a tag to compare

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
520fa02
Compare
Choose a tag to compare

Improved

v1.0.0

24 Feb 17:11
2ebed2c
Compare
Choose a tag to compare

Initial release 🎉