File: CHANGELOG

package info (click to toggle)
node-htmlparser 1.7.5%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 704 kB
  • ctags: 54
  • sloc: makefile: 26
file content (38 lines) | stat: -rw-r--r-- 929 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
v1.8.0
	*

v1.7.3
	* Renamed node-htmlparser.* to htmlparser.* and created shims for people still expecting node-htmlparser.*

v1.7.2
	* Document position feature fixed to work correctly with chunked parsing

v1.7.1
	* Document position feature disabled until it works correctly with chunked parsing

v1.7.0
	* Empty tag checking switch to being case insensitive [fgnass]
	* Added feature to include document position (row, col) in element data [fgnass]
	* Added parser option "includeLocation" to enable document position data

v1.6.4
	* Fixed 'prevElement' error [Swizec]

v1.6.3
	* Updated to support being an npm package
	* Fixed DomUtils.testElement()

v1.6.1
	* Optimized DomUtils by up to 2-3x 

v1.6.0
	* Added support for RSS/Atom feeds

v1.5.0
	* Added DefaultHandler option "enforceEmptyTags" so that XML can be parsed correctly

v1.4.2
	* Added tests for parsing XML with namespaces

v1.4.1
	* Added minified version