floki v0.30.0 Release Notes

Release Date: 2021-02-06 // about 3 years ago
  • ➕ Added

    • ➕ Add ":disabled" pseudo selector - thanks @vnegrisolo
    • ➕ Add Gleam adapter - thanks @CrowdHailer
    • ➕ Add pretty option to Floki.raw_html/2 - thanks @evaldobratti
    • 📜 Add html_parser option to parse_ functions. This enables a more dynamic and functional 🔧 configuration of the HTML parser in use.

    🔄 Changed

    • ✂ Remove support for Elixir 1.7 - thanks @carlosfrodrigues
    • 🗄 Replace IO.warn by Logger.info for deprecation warnings - thanks @juulSme

    🛠 Fixed

    • 🛠 Fix typespecs for find, attr and attribute functions - thanks @mtarnovan
    • 📚 Documentation Improvements - thanks @kianmeng