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

test: add initial tests (WIP) #6

Merged
merged 8 commits into from
Sep 2, 2022
Merged

test: add initial tests (WIP) #6

merged 8 commits into from
Sep 2, 2022

Commits on Jul 25, 2022

  1. test: add initial tests

    43081j committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    286b691 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. test: add more missing tests

    43081j committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    8d34dcc View commit details
    Browse the repository at this point in the history
  2. test: add tests for sibling iterators

    43081j committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    199989f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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

Commits on Aug 2, 2022

  1. feat: stop returning root in query functions

    This changes methods such as `query`, `queryAll`, `walkChildren`, etc.
    to no longer return/yield the root node passed in.
    
    This brings the behaviour closer to that of a browser's `querySelector`
    method.
    43081j committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b8bad8a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. test: add traverse tests

    43081j committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    17c8022 View commit details
    Browse the repository at this point in the history
  2. chore: update readme

    43081j committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    78d9027 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. chore: update parse5

    43081j committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    5928de1 View commit details
    Browse the repository at this point in the history