CHANGELOG 803 B

123456789101112131415161718192021222324252627282930313233
  1. v1.7.2
  2. * Document position feature fixed to work correctly with chunked parsing
  3. v1.7.1
  4. * Document position feature disabled until it works correctly with chunked parsing
  5. v1.7.0
  6. * Empty tag checking switch to being case insensitive [fgnass]
  7. * Added feature to include document position (row, col) in element data [fgnass]
  8. * Added parser option "includeLocation" to enable document position data
  9. v1.6.4
  10. * Fixed 'prevElement' error [Swizec]
  11. v1.6.3
  12. * Updated to support being an npm package
  13. * Fixed DomUtils.testElement()
  14. v1.6.1
  15. * Optimized DomUtils by up to 2-3x
  16. v1.6.0
  17. * Added support for RSS/Atom feeds
  18. v1.5.0
  19. * Added DefaultHandler option "enforceEmptyTags" so that XML can be parsed correctly
  20. v1.4.2
  21. * Added tests for parsing XML with namespaces
  22. v1.4.1
  23. * Added minified version