floki v0.3.0 Release Notes

Release Date: 2015-06-07 // almost 9 years ago
  • ➕ Added

    • ➕ Add attribute equals selector. This feature enables the user to search using HTML attributes other than "class" or "id". E.g: Floki.find(html, "[data-model=user]") - @nelsonr