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: jsdoc/jsdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.6.7
Choose a base ref
...
head repository: jsdoc/jsdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.11
Choose a head ref
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 22, 2022

  1. update dependencies

    hegemonic committed Jan 22, 2022
    2 Configuration menu
    Copy the full SHA
    a024054 View commit details
    Browse the repository at this point in the history
  2. 3.6.8

    hegemonic committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    c5ea65a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. fix installation error when installing via npm (#1970)

    When you publish a package to npm, the package-lock.json file isn't published. Unfortunately, npm-force-resolutions fails if package-lock.json isn't present, so if you tried to install JSDoc via npm, the preinstall script errored out.
    
    We now use force-resolutions, a replacement for npm-force-resolutions that doesn't have this issue.
    hegemonic committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    24c1354 View commit details
    Browse the repository at this point in the history
  2. 3.6.9

    hegemonic committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    aab7b50 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. remove npm preinstall script (#1971)

    The script was causing failures in some CI environments.
    hegemonic committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ffa07da View commit details
    Browse the repository at this point in the history
  2. 3.6.10

    hegemonic committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2bf9f88 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    ff5963a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cccfd3d View commit details
    Browse the repository at this point in the history
  3. 3.6.11

    hegemonic committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    dc48aa6 View commit details
    Browse the repository at this point in the history
Loading