11Releases
22--------
33
4+ ### 0.5
5+
6+ Released on Jun 24 2019.
7+
8+ ** Changes:**
9+
10+ * Imported a fork of the Gumbo C library and applied many
11+ [ bug fixes and improvements] [ lib readme ] . The parser code is now
12+ built along with the Lua bindings and an external installation of
13+ libgumbo is no longer required.
14+ * Changed the ` gumbo.parse() ` function to take a [ table of options]
15+ as the second parameter. The old API still continues to work, but
16+ any new options will only be supported by the new API.
17+ * Various bug fixes to DOM methods.
18+ * Many performance improvements.
19+
20+ ** Download:**
21+
22+ * [ ` lua-gumbo-0.5.tar.gz ` ] ( https://craigbarnes.gitlab.io/dist/lua-gumbo/lua-gumbo-0.5.tar.gz )
23+
424### 0.4
525
626Released on Dec 3 2015.
727
828This is the first release to target gumbo 0.10.0+ and also includes
929support for HTML fragment parsing.
1030
11- [ ` lua-gumbo-0.4.tar.gz ` ] ( https://craigbarnes.gitlab.io/dist/lua-gumbo/lua-gumbo-0.4.tar.gz )
31+ ** Download: **
1232
13- Checksums:
14-
15- * MD5: ` 7fb4d046569cbd908578b22b463a0e28 `
16- * SHA1: ` 8356b1293d9fcc61e9aa2642df8766a0c53968a7 `
17- * SHA256: ` beeae6296df777508bacde1bb307c9d93311c20d2b76e96b66822347c2329eba `
33+ * [ ` lua-gumbo-0.4.tar.gz ` ] ( https://craigbarnes.gitlab.io/dist/lua-gumbo/lua-gumbo-0.4.tar.gz )
1834
1935---
2036
@@ -27,10 +43,10 @@ Mostly just minor tweaks and build fixes since 0.2.
2743This will be the last release to support Gumbo 0.9.x. Future releases
2844will target 0.10.0+.
2945
30- [ ` lua-gumbo-0.3.tar.gz ` ] ( https://craigbarnes.gitlab.io/dist/lua-gumbo/lua-gumbo-0.3.tar.gz )
46+ ** Download:**
47+
48+ * [ ` lua-gumbo-0.3.tar.gz ` ] ( https://craigbarnes.gitlab.io/dist/lua-gumbo/lua-gumbo-0.3.tar.gz )
3149
32- Checksums:
3350
34- * MD5: ` be902b1533402b1eb45908e9a5bcda2e `
35- * SHA1: ` 18e0427fa9ebd54eadf3e64660d45b3fe45ac8b7 `
36- * SHA256: ` 24c497c4770bce1b072d7e1dc875124e70fafe4876214f68a03b7739243c5836 `
51+ [ lib readme ] : https://gitlab.com/craigbarnes/lua-gumbo/blob/07bea90bb0afbc7ab1e4475e5711faac08264d20/lib/README.md
52+ [ table of options ] : https://craigbarnes.gitlab.io/lua-gumbo/#parsing-options
0 commit comments