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: nodejs/changelog-maker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.3
Choose a base ref
...
head repository: nodejs/changelog-maker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 12 commits
  • 14 files changed
  • 4 contributors

Commits on Nov 17, 2021

  1. chore(no-release): bump tap from 15.0.10 to 15.1.1 (#113)

    Bumps [tap](https://github.com/tapjs/node-tap) from 15.0.10 to 15.1.1.
    - [Release notes](https://github.com/tapjs/node-tap/releases)
    - [Commits](tapjs/tapjs@v15.0.10...v15.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: tap
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    fcfc5c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    a059bc7 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.7.4 [skip ci]

    ### [2.7.4](v2.7.3...v2.7.4) (2021-11-23)
    
    ### Trivial Changes
    
    * **deps:** remove package-lock.json ([#118](#118)) ([a059bc7](a059bc7))
    * **no-release:** bump tap from 15.0.10 to 15.1.1 ([#113](#113)) ([fcfc5c8](fcfc5c8))
    semantic-release-bot committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    caeeabd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    7c10a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d51e79 View commit details
    Browse the repository at this point in the history
  3. group_with_underscore: test commit message

    Empty commit to test escaping of markdown special characters in commit
    group and author name.
    aduh95 authored and rvagg committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    f12fe58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa0234f View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.8.0 [skip ci]

    ## [2.8.0](v2.7.4...v2.8.0) (2022-01-17)
    
    ### Features
    
    * escape markdown characters in user provided strings ([#122](#122)) ([aa0234f](aa0234f))
    semantic-release-bot committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c37c159 View commit details
    Browse the repository at this point in the history
  6. feat!: switch to ESM, fix output colourising, dedupe more code w/ bra…

    …nch-diff
    
    * upgrade all deps, including ESM-only deps
    * --simple is now default output, including colourising, with
      --markdown being an opt-in output format.
    * move process + print logic to separate module for exporting
      for simplifying branch-diff
    * add --sha and --reverse options from branch-diff to dedupe some
      processing code
    
    Fixes: #120
    Closes: #107
    Closes: #119
    rvagg committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    cf51a0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcf0d85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1462378 View commit details
    Browse the repository at this point in the history
  9. chore(release): 3.0.0 [skip ci]

    ## [3.0.0](v2.8.0...v3.0.0) (2022-01-17)
    
    ### ⚠ BREAKING CHANGES
    
    * switch to ESM, fix output colourising, dedupe more code w/ branch-diff
    
    ### Features
    
    * switch to ESM, fix output colourising, dedupe more code w/ branch-diff ([cf51a0f](cf51a0f))
    
    ### Bug Fixes
    
    * add back --format=x arg option ([1462378](1462378))
    
    ### Trivial Changes
    
    * remove Node.js v12 support ([fcf0d85](fcf0d85))
    semantic-release-bot committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2496c40 View commit details
    Browse the repository at this point in the history
Loading