Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
90 lines (50 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

90 lines (50 loc) · 3.54 KB

Changelog linter-xmllint

1.4.4 (May 12 2018)

  • Catch errors from the SAX parser to report an error instead of resulting in a stacktrace (#94)

1.4.3 (Jun 7 2017)

  • Detect error messages without a newline, source line, and marker (#82)

1.4.2 (May 20 2017)

  • Update linter to v2.0.0, Update atom-package-deps to v4.6.0 (#79)
  • Update atom-linter to v10.0.0 (#78)

1.4.1 (Mar 03 2017)

  • Update xmldoc to v1.0.0 (#72)
  • Update atom-linter to v9.0.0 (#73)

1.4.0 (Dec 6 2016)

  • Add configuration options to disable specific validator types (#70)

1.3.6 (Sep 1 2016)

  • Fix regression to support .xsl files again (#67)
  • Update to AtomLinter 8.0.0 (#65)

1.3.5 (Jun 30 2016)

  • Make warnings from the linter available rather then ignoring them (#62)
  • Update to AtomLinter 5.0.1 (#59)
  • Update to xmldoc 0.5.0 (#57)

1.3.4 (Feb 24 2016)

  • Update to XRegExp 3.1.0 (#52)

1.3.3 (Feb 17 2016)

  • Fix regex to work on Windows (#49)

1.3.2 (Feb 13 2016)

  • Fix marker text for DTD errors (regression in 1.3.0) (#43)
  • Improve marker position and text for schemas and schematron (#44)

1.3.1 (Feb 10 2016)

  • Improve startup time (#41)

1.3.0 (Jan 8 2016)

  • Add support for Relax NG and Schematron schemas (#29)
  • Validate against all specified schemas (#37)

1.2.0 (Dec 14 2015)

  • Add support for lintOnFlyAdd option (#32)
  • Add support for xml-model processing instruction to specify the XML schema definition (#34)

1.1.0 (Nov 14 2015)

  • Add validation based on document type definition (.dtd) and XML schema definition (.xsd) files (#28)

1.0.0 (Nov 10 2015)

  • Update to new linter API (#27)

0.0.7 (Jun 27 2015)

  • Also check .xsl files (#5)
  • Fix Uncaught TypeError by updating regular expression (#18)

0.0.6 (May 26 2015)

  • Update configuration to use non-deprecated API (#7, #8, #10)

0.0.5 (Aug 13 2014)

  • Update README

0.0.4 (Jul 28 2014)

  • Update README

0.0.3 (May 14 2014)

  • First working release checking that .xml files are well-formed