Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: philss/floki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: philss/floki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 28, 2015

  1. Configuration menu
    Copy the full SHA
    50c56b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2015

  1. Change behavior of Floki.text/1 to run deap search

    Floki.text/1 is performing a "deep search" like jQuery does to get
    the text of the entire tree of found elements.
    
    This commit is related to issue #7.
    philss committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    58bf4ef View commit details
    Browse the repository at this point in the history
  2. Add support to HTML strings in Floki.attribute/2

    This commit adds a missing support to HTML string in Floki.attribute/2
    and fixes the broken doctest. It also adds doctests to the test suite.
    philss committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    b91958c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ae5607 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14be69e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. Add support to optional deep search for Floki.text

    This commit adds an option to allow the user choose between a deep or
    flat search when using `Floki.text/1`.
    This feature was added to bring back the previous behavior of
    `Floki.text/1` that performed a flat search.
    
    Closes #7 (#7).
    philss committed May 3, 2015
    Configuration menu
    Copy the full SHA
    30293fc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'flat-text'

    philss committed May 3, 2015
    Configuration menu
    Copy the full SHA
    8dce33d View commit details
    Browse the repository at this point in the history
  3. Update version to v0.2.0

    philss committed May 3, 2015
    Configuration menu
    Copy the full SHA
    0c45818 View commit details
    Browse the repository at this point in the history
Loading