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: fgnass/node-dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Liquid-JS/node-dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 136 files changed
  • 1 contributor

Commits on Sep 15, 2023

  1. Fix ESM loader to work with Node 20

    `process.send` is no longer accessible from ESM loader in Node 20, therefore loader needs to use `context.port` and a proxy function to send messages to the parent. See https://nodejs.org/api/esm.html#globalpreload
    HitkoDev committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c24801b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Run test on node 20

    HitkoDev committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    fd7abff View commit details
    Browse the repository at this point in the history
  2. Resovle dependency issues

    HitkoDev committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    00f0137 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. Update for node 20.6+

    HitkoDev authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    cfff80f View commit details
    Browse the repository at this point in the history
  2. Support node 21+

    HitkoDev committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    0e79d72 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Configuration menu
    Copy the full SHA
    928d067 View commit details
    Browse the repository at this point in the history
  2. feat: run tests

    HitkoDev committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    7e797f2 View commit details
    Browse the repository at this point in the history
  3. fix: limit init

    HitkoDev committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    e9688f3 View commit details
    Browse the repository at this point in the history
  4. chore: cleanup

    HitkoDev committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    bc66241 View commit details
    Browse the repository at this point in the history
  5. feat: lint, updates

    HitkoDev committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    9ab1b96 View commit details
    Browse the repository at this point in the history
  6. chore: yarn

    HitkoDev committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    ae6f61a View commit details
    Browse the repository at this point in the history
  7. fix: drop node 18

    HitkoDev committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    528cc71 View commit details
    Browse the repository at this point in the history
  8. fix: datetimeformat

    HitkoDev committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    8ae33d9 View commit details
    Browse the repository at this point in the history
  9. chore: prepare for packagins

    HitkoDev committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    9e37379 View commit details
    Browse the repository at this point in the history
  10. chore(release): 9.0.0

    HitkoDev committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    8a9274a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. chore: typescript

    HitkoDev committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    5e263d8 View commit details
    Browse the repository at this point in the history
  2. feat: typescript types

    HitkoDev committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    8682363 View commit details
    Browse the repository at this point in the history
  3. feat: add kill timeout

    HitkoDev committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    98d5e18 View commit details
    Browse the repository at this point in the history
  4. chore(release): 10.0.0-0

    HitkoDev committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    bbb3342 View commit details
    Browse the repository at this point in the history
Loading