Skip to content

Releases: JuliaWeb/Gumbo.jl

v0.8.2

24 Oct 11:41
6c36ae3
Compare
Choose a tag to compare

Gumbo v0.8.2

Diff since v0.8.0

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

30 Apr 23:18
7113ac1
Compare
Choose a tag to compare

Gumbo v0.8.0

Diff since v0.7.0

Closed issues:

  • ERROR: MethodError: no method matching tag(::HTMLText) (#78)

Merged pull requests:

v0.7.0

08 Feb 03:11
v0.7.0
61203ce
Compare
Choose a tag to compare

v0.7.0 (2020-01-27)

Diff since v0.5.1

Closed issues:

  • Information about node position in parent (#73)
  • Tagged whitespace disappears (#64)

Merged pull requests:

v0.5.1 Remove SHA from REQUIRES

07 Sep 08:29
0d4be0d
Compare
Choose a tag to compare
Merge pull request #63 from andreasnoack/patch-1

Remove SHA from REQUIRE

v0.5.0

16 Aug 08:56
0edcb58
Compare
Choose a tag to compare

This version is compatible with Julia 0.7 and 1.0 and drops support for older versions.

v0.4.1

09 Jun 23:27
4d6f329
Compare
Choose a tag to compare
  • Fixes a bug where custom tags weren't being correctly parsed (#46)

v0.4.0

06 Jul 02:56
Compare
Choose a tag to compare

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

12 Jan 00:04
Compare
Choose a tag to compare
  • drop support for julia 0.4
  • deprecate the tree traversals in this library in favor of just using the ones in AbstractTrees.jl