floki v0.27.0 Release Notes

Release Date: 2020-07-07 // almost 4 years ago
  • โž• Added

    • Floki.filter_out/2 now can filter text nodes - thanks @ckruse
    • ๐Ÿ‘Œ Support more enconding entities in Floki.raw_html/1 - thanks @ntenczar

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix Floki.attribute/2 when there is only text nodes in the document - thanks @ckruse

    ๐Ÿ‘Œ Improvements

    • ๐ŸŽ Performance improvements of Floki.raw_html/1 function - thanks @josevalim
    • Improvements in the docs and specs of Floki.traverse_and_update/2 and Floki.children/1 - thanks @josevalim
    • Improvements in the spec of Floki.traverse_and_update/2 - thanks @Dalgona
    • ๐Ÿ‘Œ Improve the CI setup to run the formatter correctly - thanks @Cleidiano