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: syntax-tree/hast-util-select
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.2
Choose a base ref
...
head repository: syntax-tree/hast-util-select
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.3
Choose a head ref
  • 17 commits
  • 23 files changed
  • 1 contributor

Commits on Dec 26, 2022

  1. Update dev-dependencies

    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    40029ea View commit details
    Browse the repository at this point in the history
  2. Update Node in Actions

    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    022ab8e View commit details
    Browse the repository at this point in the history
  3. Fix support for parent-sensitive pseudos

    Previously, `:any`, `:matches`, and `:not` did not support
    selectors sensitive to their parent.
    This is now fixed.
    
    Closes GH-5.
    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    804cc39 View commit details
    Browse the repository at this point in the history
  4. Update npm scripts

    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    e7f87fe View commit details
    Browse the repository at this point in the history
  5. Update tsconfig.json

    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    bc13b71 View commit details
    Browse the repository at this point in the history
  6. Remove unneeded dev-dependency

    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    efff043 View commit details
    Browse the repository at this point in the history
  7. Use Node test runner

    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    f7eec7b View commit details
    Browse the repository at this point in the history
  8. Add docs to types

    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    8b57b44 View commit details
    Browse the repository at this point in the history
  9. Add improved docs

    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    2a9afde View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ee499e View commit details
    Browse the repository at this point in the history
  11. Refactor internal types

    wooorm committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    191aa36 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Refactor caching of nth checks

    wooorm committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    b600536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3142384 View commit details
    Browse the repository at this point in the history
  3. Refactor collecting of results

    wooorm committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    f763600 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Refactor to remove unneeded utilities

    *   Reorder pseudo handlers
    *   Add docs to a bunch of functions
    *   Refactor to always index queries (will be improved in the future)
    wooorm committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    cb1abde View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

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

    wooorm committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    14b84ba View commit details
    Browse the repository at this point in the history
Loading