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/commit-stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: nodejs/commit-stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 14 commits
  • 9 files changed
  • 9 contributors

Commits on Aug 15, 2017

  1. allow for trailing slash in PR-URL (#3)

    Current regular expression will not match URL that ends in a slash.
    MylesBorins authored and rvagg committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    f6ad20e View commit details
    Browse the repository at this point in the history
  2. 1.0.3

    rvagg committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    2c044b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e12009 View commit details
    Browse the repository at this point in the history
  4. 1.1.0

    rvagg committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    0eadf45 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. add support for co-authored-by

    Co-authored-by: nobody <nobody@nowhere>
    addaleax and yashikno committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    cb1488c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Merge pull request #4 from nodejs/co-authored-by

    add support for co-authored-by
    Lars-Magnus Skog authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    09fae89 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    b232087 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. chore(ci): add auto-release

    rvagg committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    5ca9a54 View commit details
    Browse the repository at this point in the history
  2. feat!: refactor, format, and update

    - Rewrite to ESM.
    - Refactor the JavaScript files.
    - Update dependencies and developer dependencies to their latest
    versions.
    - Format files with Prettier.
    - Add `package-lock.json` to `.gitignore`.
    - Add missing backtick in `README.md`.
    VoltrexKeyva authored and rvagg committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4fbc36a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    090d127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3db5f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c69ecd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f458df View commit details
    Browse the repository at this point in the history
  7. chore(release): 2.0.0 [skip ci]

    ## [2.0.0](v1.0.2...v2.0.0) (2023-04-04)
    
    ### ⚠ BREAKING CHANGES
    
    * refactor, format, and update
    
    ### Features
    
    * refactor, format, and update ([4fbc36a](4fbc36a))
    
    ### Bug Fixes
    
    * check for and handle process erorrs ([f3db5f7](f3db5f7))
    * full-depth checkout to make tests work ([2c69ecd](2c69ecd))
    * release from main, not master ([2f458df](2f458df))
    * use pipeline to catch errors ([090d127](090d127))
    
    ### Trivial Changes
    
    * **ci:** add auto-release ([5ca9a54](5ca9a54))
    * update strip-ansi to 6.x ([#5](#5)) ([b232087](b232087))
    semantic-release-bot committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    018e3e0 View commit details
    Browse the repository at this point in the history
Loading