You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
Same as 0.10.0, but with the version number bumped because the last version-number commit to v0.9.4 makes GitHub think that v0.9.4 is the latest version and so it's not highlighted on the webpage.
4
4
5
-
Gumbo 0.10.0 (2015-04-30)
5
+
## Gumbo 0.10.0 (2015-04-30)
6
6
7
-
* Full support for <template> tag (kevinhendricks, nostrademons).
8
-
* Some fixes for <rtc>/<rt> handling (kevinhendricks, vmg).
7
+
* Full support for `<template>` tag (kevinhendricks, nostrademons).
8
+
* Some fixes for `<rtc>`/`<rt>` handling (kevinhendricks, vmg).
9
9
* All html5lib-trunk tests pass now! (kevinhendricks, vmg, nostrademons)
10
10
* Support for fragment parsing (vmg)
11
11
* A couple additional example programs (kevinhendricks)
12
12
* Performance improvements totaling an estimated 30-40% total improvement (vmg, nostrademons).
13
13
14
-
Gumbo 0.9.4 (2015-04-30)
14
+
## Gumbo 0.9.4 (2015-04-30)
15
15
16
16
* Additional Visual Studio fixes (lowjoel, nostrademons)
17
17
* Fixed some unused variable warnings.
18
18
* Fix for glibtoolize vs. libtoolize build errors on Mac.
19
-
* Fixed CDATA end tag handling.
19
+
* Fixed `CDATA` end tag handling.
20
20
21
-
Gumbo 0.9.3 (2015-02-17)
21
+
## Gumbo 0.9.3 (2015-02-17)
22
22
23
-
* Bugfix for Æ entities (rgrove)
24
-
* Fix CDATA handling; CDATA sections now generate a GUMBO_NODE_CDATA node rather
23
+
* Bugfix for `Æ` entities (rgrove)
24
+
* Fix `CDATA` handling; `CDATA` sections now generate a `GUMBO_NODE_CDATA` node rather
25
25
than plain text.
26
-
* Fix get_title example to handle whitespace nodes (gsnedders)
26
+
* Fix `get_title example` to handle whitespace nodes (gsnedders)
27
27
* Visual Studio compilation fixes (fishioon)
28
28
* Take the namespace into account when determining whether a node matches a
29
29
certain tag (aroben)
@@ -32,21 +32,21 @@ speedup in overall parse time (kevinhendricks, vmg)
32
32
* Add MacOS X support to Travis CI, and fix the deployment/DLL issues this
33
33
uncovered (nostrademons, kevinhendricks, vmg)
34
34
35
-
Gumbo 0.9.2 (2014-09-21)
35
+
## Gumbo 0.9.2 (2014-09-21)
36
36
37
37
* Performance improvements: Ragel-based char ref decoder and DFA-based UTF8
38
-
*decoder, totaling speedups of up to 300%.
38
+
decoder, totaling speedups of up to 300%.
39
39
* Added benchmarking program and some sample data.
40
40
* Fixed a compiler error under Visual Studio.
41
41
* Fix an error in the ctypes bindings that could lead to memory corruption in
42
-
*the Python bindings.
43
-
* Fix duplicate attributes when parsing <isindex> tags.
42
+
the Python bindings.
43
+
* Fix duplicate attributes when parsing `<isindex>` tags.
44
44
* Don't leave semicolons behind when consuming entity references (rgrove)
45
45
* Internally rename some functions in preparation for an amalgamation file
46
46
(jdeng)
47
47
* Add proper cflags for gyp builds (skabbes)
48
48
49
-
Gumbo 0.9.1 (2014-08-07)
49
+
## Gumbo 0.9.1 (2014-08-07)
50
50
51
51
* First version listed on PyPi.
52
52
* Autotools files excluded from GitHub and generated via autogen.sh. (endgame)
0 commit comments