floki v0.25.0 Release Notes

Release Date: 2020-01-26 // over 4 years ago
  • ➕ Added

    • 📜 Add Floki.parse_fragment!/1 and Floki.parse_document!/1 that has the same functionality of the functions without the bang, but they return the document or fragment without the either tuple 👻 and will raise exception in case of errors - thanks @schneiderderek
    • Add Floki.traverse_and_update/3 which accepts an accumulator which is useful to keep the state while traversing the HTML tree - thanks @Dalgona

    🔄 Changed

    • ⚡️ Update the html_entities dependency from v0.5.0 to v0.5.1