floki v0.19.0 Release Notes

Release Date: 2017-11-11 // over 6 years ago
  • ➕ Added

    • ➕ Added support for nth-of-type, first-of-type, last-of-type and last-child pseudo-classes - thanks @saleem1337.
    • ➕ Added support for nth-child pseudo-class functional notation - thanks @nirev.
    • ➕ Added functional notation support for nth-of-type pseudo-class.
    • ➕ Added a Contributing guide.

    🛠 Fixed

    • Format all files according to the Elixir 1.6 formatter - thanks @fcevado.
    • 🛠 Fix Floki.raw_html to support raw text - thanks @craig-day.