UNPKG

w3c-xml-validator

Version:

A library for programmatically submitting XML for online validation using W3C's Markup Validation Service (https://validator.w3.org/check).

20 lines (12 loc) 578 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [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](https://www.npmjs.com/package/w3c-xml-validator). ## [1.0.0] - 2020-05-04 First public release.