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: cookpete/auto-changelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.4
Choose a base ref
...
head repository: cookpete/auto-changelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 11 commits
  • 36 files changed
  • 1 contributor

Commits on Apr 10, 2020

  1. Refactor git data fetching logic

    - Use `git tags` and then an individual `git log` for each release
    
    Breaking changes:
    - Removes `--starting-commit` option
    	- Commits are no longer fetched in one long list, so this option no longer makes any sense
    - Removes `--include-branch` option
    	- No longer necessary now that releases are fetched via `git tags`
    cookpete committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    09325ac View commit details
    Browse the repository at this point in the history
  2. Add --starting-version

    cookpete committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    43d7c17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aead76 View commit details
    Browse the repository at this point in the history
  4. Improve progress output

    cookpete committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    a2ba4ac View commit details
    Browse the repository at this point in the history
  5. Fix tests

    cookpete committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    868d4ec View commit details
    Browse the repository at this point in the history
  6. Remove the need for core-js and building with babel

    Seems like overkill to have so many dependendies and a build step to just support `import` and `export`
    
    Breaking changes:
    - Requires node 8.3 or higher
    - Removes all `lib` files from npm package
    cookpete committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    2383380 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0aff625 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #144 from CookPete/refactor-git-logic

    Refactor codebase
    cookpete authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    09890c1 View commit details
    Browse the repository at this point in the history
  9. Update .npmignore

    cookpete committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    713656f View commit details
    Browse the repository at this point in the history
  10. Update readme

    cookpete committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    8673af4 View commit details
    Browse the repository at this point in the history
  11. 2.0.0

    cookpete committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    d4977ce View commit details
    Browse the repository at this point in the history
Loading