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: conventional-changelog/conventional-changelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: conventional-changelog-angular@5.0.11
Choose a base ref
...
head repository: conventional-changelog/conventional-changelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: conventional-changelog-angular@5.0.12
Choose a head ref
  • 14 commits
  • 97 files changed
  • 9 contributors

Commits on Jun 22, 2020

  1. 2

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0679d7a View commit details

Commits on Aug 12, 2020

  1. chore(deps): lock file maintenance (#646)

    Signed-off-by: Renovate Bot <bot@renovateapp.com>
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 12, 2020
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0c3db59 View commit details
  2. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f10256c View commit details
  3. Publish

     - conventional-changelog-cli@2.1.0
     - conventional-changelog-conventionalcommits@4.4.0
     - conventional-changelog-core@4.2.0
     - conventional-changelog@3.1.23
     - conventional-recommended-bump@6.0.10
     - git-semver-tags@4.1.0
     - gulp-conventional-changelog@2.0.34
     - standard-changelog@2.0.26
    bcoe committed Aug 12, 2020
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    be1246c View commit details

Commits on Oct 25, 2020

  1. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f8fcbc2 View commit details

Commits on Oct 30, 2020

  1. fix(deps): update dependency normalize-package-data to v3 (#687)

    Signed-off-by: Renovate Bot <bot@renovateapp.com>
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 30, 2020
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7b6ec0a View commit details

Commits on Nov 2, 2020

  1. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cd4c726 View commit details
  2. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9c00f32 View commit details
  3. fix(deps): update dependency through2 to v4 (#657)

    Signed-off-by: Renovate Bot <bot@renovateapp.com>
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    3 people authored Nov 2, 2020
    1

    Verified

    This commit was signed with the committer’s verified signature.
    oliviertassinari Olivier Tassinari
    Copy the full SHA
    7ae618c View commit details

Commits on Nov 3, 2020

  1. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d15b90e View commit details

Commits on Nov 4, 2020

  1. feat(conventionalcommits): allow matching scope (#669)

    Allow matching scope when generating changelog. For instance `chore(deps)` could be included in changelog under its own section while other `chore` is hidden.
    
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    ext and bcoe authored Nov 4, 2020
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e01e027 View commit details
  2. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    07ba18c View commit details

Commits on Nov 5, 2020

  1. deps: update meow (#695)

    bcoe authored Nov 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f760aa4 View commit details
  2. Publish

     - conventional-changelog-angular@5.0.12
     - conventional-changelog-atom@2.0.8
     - conventional-changelog-cli@2.1.1
     - conventional-changelog-codemirror@2.0.8
     - conventional-changelog-conventionalcommits@4.5.0
     - conventional-changelog-core@4.2.1
     - conventional-changelog-ember@2.0.9
     - conventional-changelog-eslint@3.0.9
     - conventional-changelog-express@2.0.6
     - conventional-changelog-jquery@3.0.11
     - conventional-changelog-jshint@2.0.9
     - conventional-changelog-writer@4.0.18
     - conventional-changelog@3.1.24
     - conventional-commits-filter@2.0.7
     - conventional-commits-parser@3.2.0
     - conventional-recommended-bump@6.0.11
     - git-raw-commits@2.0.8
     - git-semver-tags@4.1.1
     - gulp-conventional-changelog@2.0.35
     - standard-changelog@2.0.27
    bcoe committed Nov 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cc567b9 View commit details
Showing with 2,965 additions and 2,983 deletions.
  1. +1,538 −1,955 package-lock.json
  2. +3 −4 package.json
  3. +8 −0 packages/conventional-changelog-angular/CHANGELOG.md
  4. +1 −0 packages/conventional-changelog-angular/README.md
  5. +1 −1 packages/conventional-changelog-angular/package.json
  6. +16 −16 packages/conventional-changelog-angular/test/test.js
  7. +8 −0 packages/conventional-changelog-atom/CHANGELOG.md
  8. +1 −1 packages/conventional-changelog-atom/package.json
  9. +10 −10 packages/conventional-changelog-atom/test/test.js
  10. +19 −0 packages/conventional-changelog-cli/CHANGELOG.md
  11. +31 −24 packages/conventional-changelog-cli/cli.js
  12. +2 −2 packages/conventional-changelog-cli/package.json
  13. +1 −1 packages/conventional-changelog-cli/test/fixtures/promise-config.js
  14. +49 −49 packages/conventional-changelog-cli/test/test.js
  15. +8 −0 packages/conventional-changelog-codemirror/CHANGELOG.md
  16. +1 −1 packages/conventional-changelog-codemirror/index.js
  17. +1 −1 packages/conventional-changelog-codemirror/package.json
  18. +10 −10 packages/conventional-changelog-codemirror/test/test.js
  19. +22 −0 packages/conventional-changelog-conventionalcommits/CHANGELOG.md
  20. +1 −1 packages/conventional-changelog-conventionalcommits/package.json
  21. +2 −2 packages/conventional-changelog-conventionalcommits/templates/commit.hbs
  22. +43 −18 packages/conventional-changelog-conventionalcommits/test/test.js
  23. +17 −8 packages/conventional-changelog-conventionalcommits/writer-opts.js
  24. +23 −0 packages/conventional-changelog-core/CHANGELOG.md
  25. +6 −0 packages/conventional-changelog-core/README.md
  26. +5 −5 packages/conventional-changelog-core/index.js
  27. +37 −37 packages/conventional-changelog-core/lib/merge-config.js
  28. +3 −3 packages/conventional-changelog-core/package.json
  29. +49 −49 packages/conventional-changelog-core/test/test.js
  30. +8 −0 packages/conventional-changelog-ember/CHANGELOG.md
  31. +1 −1 packages/conventional-changelog-ember/package.json
  32. +10 −10 packages/conventional-changelog-ember/test/test.js
  33. +8 −0 packages/conventional-changelog-eslint/CHANGELOG.md
  34. +1 −1 packages/conventional-changelog-eslint/package.json
  35. +10 −10 packages/conventional-changelog-eslint/test/test.js
  36. +8 −0 packages/conventional-changelog-express/CHANGELOG.md
  37. +1 −1 packages/conventional-changelog-express/package.json
  38. +10 −10 packages/conventional-changelog-express/test/test.js
  39. +8 −0 packages/conventional-changelog-jquery/CHANGELOG.md
  40. +1 −1 packages/conventional-changelog-jquery/package.json
  41. +10 −10 packages/conventional-changelog-jquery/test/test.js
  42. +8 −0 packages/conventional-changelog-jshint/CHANGELOG.md
  43. +1 −1 packages/conventional-changelog-jshint/package.json
  44. +10 −10 packages/conventional-changelog-jshint/test/test.js
  45. +11 −0 packages/conventional-changelog-writer/CHANGELOG.md
  46. +17 −16 packages/conventional-changelog-writer/cli.js
  47. +16 −16 packages/conventional-changelog-writer/index.js
  48. +22 −22 packages/conventional-changelog-writer/lib/util.js
  49. +3 −3 packages/conventional-changelog-writer/package.json
  50. +28 −28 packages/conventional-changelog-writer/test/cli.spec.js
  51. +41 −41 packages/conventional-changelog-writer/test/index.spec.js
  52. +23 −23 packages/conventional-changelog-writer/test/partial.commit.spec.js
  53. +12 −12 packages/conventional-changelog-writer/test/partial.footer.spec.js
  54. +16 −16 packages/conventional-changelog-writer/test/partial.header.spec.js
  55. +12 −12 packages/conventional-changelog-writer/test/template.spec.js
  56. +43 −43 packages/conventional-changelog-writer/test/util.spec.js
  57. +16 −0 packages/conventional-changelog/CHANGELOG.md
  58. +2 −2 packages/conventional-changelog/index.js
  59. +1 −1 packages/conventional-changelog/package.json
  60. +14 −14 packages/conventional-changelog/test/test.js
  61. +8 −0 packages/conventional-commits-filter/CHANGELOG.md
  62. +7 −7 packages/conventional-commits-filter/index.js
  63. +1 −1 packages/conventional-commits-filter/package.json
  64. +7 −7 packages/conventional-commits-filter/test.js
  65. +17 −0 packages/conventional-commits-parser/CHANGELOG.md
  66. +6 −0 packages/conventional-commits-parser/README.md
  67. +18 −18 packages/conventional-commits-parser/cli.js
  68. +7 −7 packages/conventional-commits-parser/index.js
  69. +50 −52 packages/conventional-commits-parser/lib/parser.js
  70. +14 −8 packages/conventional-commits-parser/lib/regex.js
  71. +3 −3 packages/conventional-commits-parser/package.json
  72. +22 −22 packages/conventional-commits-parser/test/cli.spec.js
  73. +28 −28 packages/conventional-commits-parser/test/index.spec.js
  74. +94 −57 packages/conventional-commits-parser/test/parser.spec.js
  75. +84 −72 packages/conventional-commits-parser/test/regex.spec.js
  76. +16 −0 packages/conventional-recommended-bump/CHANGELOG.md
  77. +2 −2 packages/conventional-recommended-bump/package.json
  78. +11 −0 packages/git-raw-commits/CHANGELOG.md
  79. +3 −3 packages/git-raw-commits/cli.js
  80. +16 −16 packages/git-raw-commits/index.js
  81. +3 −3 packages/git-raw-commits/package.json
  82. +17 −17 packages/git-raw-commits/test.js
  83. +22 −0 packages/git-semver-tags/CHANGELOG.md
  84. +3 −3 packages/git-semver-tags/cli.js
  85. +18 −11 packages/git-semver-tags/index.js
  86. +2 −2 packages/git-semver-tags/package.json
  87. +32 −11 packages/git-semver-tags/test.js
  88. +19 −0 packages/gulp-conventional-changelog/CHANGELOG.md
  89. +8 −8 packages/gulp-conventional-changelog/index.js
  90. +2 −2 packages/gulp-conventional-changelog/package.json
  91. +27 −27 packages/gulp-conventional-changelog/test.js
  92. +16 −0 packages/standard-changelog/CHANGELOG.md
  93. +22 −22 packages/standard-changelog/cli.js
  94. +7 −7 packages/standard-changelog/index.js
  95. +2 −2 packages/standard-changelog/package.json
  96. +53 −53 packages/standard-changelog/test/cli.js
  97. +10 −10 packages/standard-changelog/test/test.js
Loading