Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
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: nodejs/node-inspect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.5
Choose a base ref
...
head repository: nodejs/node-inspect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.6
Choose a head ref
  • 5 commits
  • 12 files changed
  • 4 contributors

Commits on May 13, 2019

  1. fix: replace the deprecated "repl.cli" with "repl"

    "REPLServer.rli" is deprecated and it's the reference of
    the instance. So that we can replace the "repl.cli" with
    "repl" to remove the deprecation warning in Node.js 12.
    
    Refs: nodejs/node#26260
    oyyd committed May 13, 2019
    Configuration menu
    Copy the full SHA
    5c1d771 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Merge pull request #66 from oyyd/fix-repl-rli

    fix: replace the deprecated "repl.cli" with "repl"
    hybrist authored May 16, 2019
    Configuration menu
    Copy the full SHA
    1d94012 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. fix: Address regressions due to changes in node

    Jan Krems committed May 30, 2019
    Configuration menu
    Copy the full SHA
    5b3511e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Merge pull request #67 from nodejs/jkrems/feature/master/fix-test

    Address regressions due to changes in node
    Jan Olaf Krems authored Jun 2, 2019
    Configuration menu
    Copy the full SHA
    68035a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. v1.11.6

    i-tier-bot committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    680e738 View commit details
    Browse the repository at this point in the history
Loading