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

Support complex selector in not #124

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from

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 <[email protected]>
    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 authored 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 3, 2021

  1. run black

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

Commits on Aug 17, 2021

  1. support parsing complex selector in :not()

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