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 all attribute selector operators #1157

Merged
merged 12 commits into from
Nov 11, 2017

Commits on Sep 26, 2017

  1. Test attribute value selectors with public API

    Brandon Dail authored and ljharb committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    b88114b View commit details
    Browse the repository at this point in the history
  2. Support all attribute value selector operators

    Brandon Dail authored and ljharb committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    4c19481 View commit details
    Browse the repository at this point in the history
  3. Don't attempt to match non-strings in fuzzy attribute selectors

    Brandon Dail authored and ljharb committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    de3069d View commit details
    Browse the repository at this point in the history
  4. Fix suffix attribute selector logic

    Brandon Dail authored and ljharb committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    11663db View commit details
    Browse the repository at this point in the history
  5. Add tests for all attribute selector operators

    Brandon Dail authored and ljharb committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    94011e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Use has module instead of hasOwnProperty

    Brandon Dail authored and ljharb committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    9751ed8 View commit details
    Browse the repository at this point in the history
  2. Inline nodeHasMatchingProperty logic in selector module

    Brandon Dail authored and ljharb committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    6573ebe View commit details
    Browse the repository at this point in the history
  3. Use slice instead of substr for suffix/prefix

    Brandon Dail authored and ljharb committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    ead8641 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Fix duplicate Infinity test

    Brandon Dail authored and ljharb committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    d64abf3 View commit details
    Browse the repository at this point in the history
  2. Fix "HYPEN" typo

    Brandon Dail authored and ljharb committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    45a1a7d View commit details
    Browse the repository at this point in the history
  3. Remove nodeHasProperty tests

    Brandon Dail authored and ljharb committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    e8dd8d9 View commit details
    Browse the repository at this point in the history
  4. Remove trailing space

    Brandon Dail authored and ljharb committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    dec1505 View commit details
    Browse the repository at this point in the history