- Update dependencies
- Bug fixes
- Bug fixes
- Update dependencies
- Use ESLint instead of TSLint
- Use npm instead of gulp
- Bug fixes
- API rewrite and simplification
- Add option to use self-closing tags if an element is empty
- Stop indenting multi-line strings
- Add option to automatically fix strings that are not valid XML in certain cases
- More detailed error messages
- Other bug fixes
- Bug fixes
- Documentation fixes
- Add null and undefined in type declarations
- Replace
XmlText
withXmlCharData
andXmlAttributeText
to reflect differences in what characters are acceptable in attribute values versus character data
- Re-write in TypeScript
- Remove expensive dependencies (especially babel-runtime)
- Bug fixes and documentation fixes
- Initial release