Floki Versions Save

Floki is a simple HTML parser that enables search for nodes using CSS selectors.

v0.33.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://hexdocs.pm/floki/changelog.html Full Diff: https://github.com/philss/floki/compare/v0.32.1...v0.33.0

v0.32.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://hexdocs.pm/floki/changelog.html Diff: https://github.com/philss/floki/compare/v0.32.0...v0.32.1

PS: this was published on 2022-03-24. I forgot to release here on GitHub.

v0.32.0

2 years ago

Added

  • Add an HTML tokenizer written in Elixir - this still experimental and it's not stable API yet.
  • Add support for HTML IDs containing periods in the selectors - thanks @Hugo-Hache
  • Add support for case-insensitive CSS attribute selectors - thanks @fcapovilla
  • Add the :root pseudo-class selector - thanks @fcapovilla

Full Changelog: https://github.com/philss/floki/compare/v0.31.0...v0.32.0

This is the first release using GitHub releases. The project will keep using the CHANGELOG.md file for documenting the changes - see it from our HexDocs page here: https://hexdocs.pm/floki/changelog.html

Happy hacking! :)