Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 868 Bytes

File metadata and controls

33 lines (18 loc) · 868 Bytes

Changelog for w3c-xml-validator

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changed

  • Module is now completely ESM.

Removed

  • Support for Node version < 18.

Fixed

  • The README has been updated to show that a) this module is cross-platform, and b) the status code returned when the input is not markup (307).

[1.1.0] - 2020-05-05

Added

  • New CLI functionality! Please refer to README for more information.
  • Errors now indicate line numbers.
  • doctype is now returned to indicate what W3C reported back.
  • Published to npm.

[1.0.0] - 2020-05-04

First public release.