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: isaacs/jackspeak
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.6
Choose a base ref
...
head repository: isaacs/jackspeak
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 5 commits
  • 15 files changed
  • 1 contributor

Commits on Oct 10, 2023

  1. Copy the full SHA
    e2c0992 View commit details

Commits on Oct 12, 2023

  1. ci: remove v14, makework

    isaacs committed Oct 12, 2023
    Copy the full SHA
    98c1087 View commit details

Commits on May 18, 2024

  1. Copy the full SHA
    84f02cd View commit details
  2. changelog 3.0

    isaacs committed May 18, 2024
    Copy the full SHA
    64b13a3 View commit details
  3. 3.0.0

    isaacs committed May 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6f5cd29 View commit details
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 20.x]
platform:
- os: ubuntu-latest
shell: bash
13 changes: 0 additions & 13 deletions .github/workflows/commit-if-modified.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/copyright-year.sh

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/isaacs-makework.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/package-json-repo.js

This file was deleted.

5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.0

- Move custom `Error` fields to the `cause` property where they
belong.

# 2.3

- add `jack.usageMarkdown()` method
Loading