Releases: JuliaWeb/Gumbo.jl
Releases · JuliaWeb/Gumbo.jl
v0.8.2
Gumbo v0.8.2
Closed issues:
- Maintainership (#83)
- Strange behaviour with autoclosing tags (#84)
- ERROR: MethodError: no method matching tag(::HTMLText) (#88)
- Not working in Alpine Linux or julia musl. (#89)
- ERROR: UndefVarError: libgumbo not defined macbook m1 (#90)
- TagBot trigger issue (#93)
Merged pull requests:
v0.8.0
Gumbo v0.8.0
Closed issues:
- ERROR: MethodError: no method matching tag(::HTMLText) (#78)
Merged pull requests:
- Upgrade to Julia 1.3+, use JLL package (#74) (@staticfloat)
- Install TagBot as a GitHub Action (#79) (@JuliaTagBot)
- properly escape xml entities and overhaul printing (#80) (@pfitzseb)
- fix printing, add
hasattr
, addtext(::HTMLElement)
(#81) (@pfitzseb) - version 0.8 (#82) (@pfitzseb)
v0.7.0
v0.7.0 (2020-01-27)
Closed issues:
Merged pull requests:
- switch to Project.toml, bump version to 0.7 (#77) (pfitzseb)
- make
HTMLText
mutable (#76) (pfitzseb) - option for preserving relevant whitespace in
parsehtml
(#75) (pfitzseb) - Update README.md (#69) (scls19fr)
- Fix print attributes (#67) (stev47)
- add one more test and documentation for getattr (#66) (porterjamesj)
- Convenience attribute accessors (#65) (ninjin)
v0.5.1 Remove SHA from REQUIRES
Merge pull request #63 from andreasnoack/patch-1 Remove SHA from REQUIRE
v0.5.0
v0.4.1
v0.4.0
Largely a maintenance release prompted by the release of Julia 0.6.
- update to Julia 0.6 syntax for type declarations
- as a result, drop support for julia 0.5
- make HTMLText and NullNode immutable
- remove deprecated tree traversal methods in favor of traversal methods in AbstractTrees.jl
- improve prettyprinting algorithm (#32)
v0.3.0
- drop support for julia 0.4
- deprecate the tree traversals in this library in favor of just using the ones in AbstractTrees.jl