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

add support for :has(<relative operator>) #115

Merged
merged 18 commits into from
Aug 18, 2021

Commits on Jun 21, 2021

  1. add support for :has(<relative operator>)

    annbgn committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c44c595 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. allow :has() arguments start not solely from a combinator

    Co-authored-by: Eugenio Lacuesta <1731933+elacuesta@users.noreply.github.com>
    2 people authored and annbgn committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    c4ef8c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. expand tests on relative selectors

    annbgn committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7bcc7e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

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

Commits on Jul 12, 2021

  1. run formatter

    annbgn committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7b03ae2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_support_for_has' of https://github.com/annbgn/cssse…

    …lect into add_support_for_has
    annbgn committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d0f4116 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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

Commits on Jul 16, 2021

  1. fix review remarks

    annbgn committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    62f737b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_support_for_has' of https://github.com/annbgn/cssse…

    …lect into add_support_for_has
    annbgn committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    ea57bc2 View commit details
    Browse the repository at this point in the history
  3. fix lint

    annbgn committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    47f3c11 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. simplify test + run darker master HEAD

    annbgn committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    b64eacf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

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

Commits on Jul 25, 2021

  1. Merge pull request #1 from elacuesta/add_support_for_has_revert_xpath…

    …_translation_change
    
    Revert xpath translation change to make it consistent
    annbgn committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    de1836a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

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

Commits on Jul 27, 2021

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

Commits on Aug 4, 2021

  1. run black

    annbgn committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    9d16efa View commit details
    Browse the repository at this point in the history
  2. add an xpath test, similar to parse_many

    annbgn committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    0e37bf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. fix xpath translating for > combinator

    annbgn committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b4cbd4e View commit details
    Browse the repository at this point in the history