Skip to content

Tags: rinpatch/fast_html

Tags

v2.0.4

Toggle v2.0.4's commit message
fast_html 2.0.4

submodule ux is garbage lol

v2.0.3

Toggle v2.0.3's commit message
fast_html 2.0.3

v2.0.2

Toggle v2.0.2's commit message
fast_html 2.0.2

v2.0.1

Toggle v2.0.1's commit message
mix.exs: also check if git executable exists before listing files

the CI has .git, but not the git executable

v2.0

Toggle v2.0's commit message
Merge branch 'release/2.0' into 'master'

2.0 Release

Closes #5

See merge request pleroma/elixir-libraries/fast_html!15

v1.0.3

Toggle v1.0.3's commit message
fix C-Node not being respawned after being killed

v1.0.2

Toggle v1.0.2's commit message
fix returning attribute name as value when the latter is empty

v1.0.1

Toggle v1.0.1's commit message
parse_fragment: fix {:error, :badmatch} when the option list is passed

All lists with items have an empty list as tail, so we need to decode
that before we get to the next argument

v1.0.0

Toggle v1.0.0's commit message
Merge branch 'fix/multiple-root-tags' into 'master'

Fix worker going into infinite loop when decoding a document with multiple root nodes

See merge request pleroma/fast_html!13

v0.99.4

Toggle v0.99.4's commit message
Hardcode 127.0.0.1 again

Erlang distribution doesn't work with v6 addresses as hostnames anyway.