- Catch errors from the SAX parser to report an error instead of resulting in a stacktrace (#94)
- Detect error messages without a newline, source line, and marker (#82)
- Update
linter
to v2.0.0, Updateatom-package-deps
to v4.6.0 (#79) - Update
atom-linter
to v10.0.0 (#78)
- Add configuration options to disable specific validator types (#70)
- 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)
- Update to XRegExp 3.1.0 (#52)
- Fix regex to work on Windows (#49)
- Fix marker text for DTD errors (regression in 1.3.0) (#43)
- Improve marker position and text for schemas and schematron (#44)
- Improve startup time (#41)
- Add support for lintOnFlyAdd option (#32)
- Add support for xml-model processing instruction to specify the XML schema definition (#34)
- Add validation based on document type definition (
.dtd
) and XML schema definition (.xsd
) files (#28)
- Update to new
linter
API (#27)
- Update README
- Update README
- First working release checking that
.xml
files are well-formed