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/unist-util-visit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: syntax-tree/unist-util-visit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 21, 2021

  1. Update dev-dependencies

    wooorm committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6ca3b63 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Add improved parent type

    Previously, a basic `Parent` from `@types/unist` was used for the third parameter of a visitor (`parent`). This changes that to instead use an array of descendants in `tree` which implement the abstract `Parent` interface and can have `node` as a child.
    
    Closes GH-30.
    Closes GH-31.
    Related-to: syntax-tree/unist-util-visit-parents#11.
    wooorm authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    a76200b View commit details
    Browse the repository at this point in the history
  2. 4.1.0

    wooorm committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    5abd634 View commit details
    Browse the repository at this point in the history
Loading