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

Commits on Jan 16, 2023

  1. Use Node 16 in Actions

    Signed-off-by: Titus <tituswormer@gmail.com>
    wooorm authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a2b65a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Update dev-dependencies

    wooorm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    20830df View commit details
    Browse the repository at this point in the history
  2. Update @types/hast, utilities

    wooorm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f0249ad View commit details
    Browse the repository at this point in the history
  3. Update to match CSS selectors 4

    This commit updates `css-selector-parser`, which is completely different.
    You’ll get some different errors if you do weird things.
    
    Otherwise, this changes:
    
    * no longer supports whitespace only, either pass an empty string or an actual
      selector
    * change to remove invalid attribute selectors such as `[a=b,c]`, use `[a="b,c"]` instead
    wooorm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ebc49d0 View commit details
    Browse the repository at this point in the history
  4. Refactor code-style

    wooorm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c15a644 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c95de39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2116a2e View commit details
    Browse the repository at this point in the history
  7. Refactor .npmrc

    wooorm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    75f623f View commit details
    Browse the repository at this point in the history
  8. Refactor docs

    wooorm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    515cdb8 View commit details
    Browse the repository at this point in the history
  9. Change to use exports

    wooorm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    230bbc8 View commit details
    Browse the repository at this point in the history
  10. Change to require Node.js 16

    wooorm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4cdcdd3 View commit details
    Browse the repository at this point in the history
  11. 3.0.0

    wooorm committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    df3455b View commit details
    Browse the repository at this point in the history
Loading