Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Floki.filter_out/2 now can filter out nodes #283

Merged
merged 2 commits into from
Jun 21, 2020
Merged

feat: Floki.filter_out/2 now can filter out nodes #283

merged 2 commits into from
Jun 21, 2020

Commits on Jun 14, 2020

  1. feat: Floki.filter_out/2 now can filter out nodes

    Christian Kruse committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    72d5c42 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. fix: use is_binary/1 instead of is_bitstring/1

    Strings in Elixir are binaries, not bitstrings.
    Christian Kruse committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    e6e2abe View commit details
    Browse the repository at this point in the history