| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-10-21 | 3.2 kB | |
| v0.36.3 source code.tar.gz | 2024-10-21 | 493.0 kB | |
| v0.36.3 source code.zip | 2024-10-21 | 550.3 kB | |
| Totals: 3 Items | 1.0 MB | 1 | |
This release contains some performance improvements, thanks to @ypconstante.
Fixed
-
Stop
Floki.get_by_id/2traversal on first match. Thanks @ypconstante. -
Remove extra whitespaces from nodes without attributes on
Floki.raw_html/1. Thank you @ypconstante. -
Fix
Floki.raw_html/1typespecs. Thanks @davydog187.
Pull requests
- chore: fix some typos by @tianzedavid in https://github.com/philss/floki/pull/564
- Bump ex_doc from 0.32.1 to 0.32.2 by @dependabot in https://github.com/philss/floki/pull/566
- Bump credo from 1.7.5 to 1.7.6 by @dependabot in https://github.com/philss/floki/pull/565
- Bump html5ever from 0.15.0 to 0.16.1 by @dependabot in https://github.com/philss/floki/pull/567
- Find without html tree for some pseudo classes by @ypconstante in https://github.com/philss/floki/pull/568
- Remove stack usage on Finder by @ypconstante in https://github.com/philss/floki/pull/569
- Remove extra whitespace on node without attributes by @ypconstante in https://github.com/philss/floki/pull/571
- Stop get_by_id traversal on first match by @ypconstante in https://github.com/philss/floki/pull/572
- Bump ex_doc from 0.32.2 to 0.33.0 by @dependabot in https://github.com/philss/floki/pull/570
- Bump ex_doc from 0.33.0 to 0.34.0 by @dependabot in https://github.com/philss/floki/pull/573
- Bump benchee from 1.3.0 to 1.3.1 by @dependabot in https://github.com/philss/floki/pull/574
- Bump credo from 1.7.6 to 1.7.7 by @dependabot in https://github.com/philss/floki/pull/575
- Add OTP 27 and Elixir 1.17 to the CI matrix by @philss in https://github.com/philss/floki/pull/576
- Bump ex_doc from 0.34.0 to 0.34.1 by @dependabot in https://github.com/philss/floki/pull/577
- Bump jason from 1.4.1 to 1.4.3 by @dependabot in https://github.com/philss/floki/pull/579
- Optimize traverse_and_update without accumulator by @ypconstante in https://github.com/philss/floki/pull/584
- Bump ex_doc from 0.34.1 to 0.34.2 by @dependabot in https://github.com/philss/floki/pull/581
- Bump jason from 1.4.3 to 1.4.4 by @dependabot in https://github.com/philss/floki/pull/585
- Bump earmark from 1.4.46 to 1.4.47 by @dependabot in https://github.com/philss/floki/pull/582
- Copy and paste the benchmark commands by @kianmeng in https://github.com/philss/floki/pull/587
- Ignore .cover folder by @kianmeng in https://github.com/philss/floki/pull/586
- Use accumulator on raw_html by @ypconstante in https://github.com/philss/floki/pull/588
- Optimize raw html padding for small depths by @ypconstante in https://github.com/philss/floki/pull/589
- Bump credo from 1.7.7 to 1.7.8 by @dependabot in https://github.com/philss/floki/pull/590
- Bump dialyxir from 1.4.3 to 1.4.4 by @dependabot in https://github.com/philss/floki/pull/591
- Fix raw_html/2 typespec by @davydog187 in https://github.com/philss/floki/pull/593
New Contributors
- @tianzedavid made their first contribution in https://github.com/philss/floki/pull/564
Full Changelog: https://github.com/philss/floki/compare/v0.36.2...v0.36.3