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: composer/semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.2
Choose a base ref
...
head repository: composer/semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.0
Choose a head ref
  • 12 commits
  • 10 files changed
  • 4 contributors

Commits on Jan 4, 2023

  1. Fix: Keep rules sorted

    localheinz committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4586b70 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Merge pull request #144 from localheinz/fix/sort

    Fix: Keep rules sorted
    Seldaek authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a91031f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    860936d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d72a10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01e2ce5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    608cb8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bb28fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a79ed8 View commit details
    Browse the repository at this point in the history
  8. composer.json: Update IRC Support link (#148)

    Updated the same as 17b972f2a9068349a9f72cf45d2c5a518f058b76
    reedy authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9ae2320 View commit details
    Browse the repository at this point in the history
  9. Add baseline

    Seldaek committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    fa1ec24 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Support larger MAJOR version numbers (#149)

    * Support larger MAJOR version numbers
    
    - We prefer to use CalVer + SemVer (YYYYMMDD as MAJOR) for versioning.
    - Other software, like `npm`, supports this: https://github.com/npm/node-semver/blob/bdda212f4f6126a1b8821dc0731a17fdc2fc533f/classes/semver.js#L48
    - Composer breaks with an invalid version string:
    
    root@0c6964ad69d6:/var/project# COMPOSER_ROOT_VERSION=20230131.0.0 composer install
    
      [UnexpectedValueException]
      Invalid version string "20230131.0.0"
    
    * Reduce repetition count to a saner level to retry CI
    
    * Add new formats without breaking any existing ones
    
    ---------
    
    Co-authored-by: Jordi Boggiano <[email protected]>
    onethumb and Seldaek authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ce46554 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Update CHANGELOG.md

    Seldaek authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    35e8d0a View commit details
    Browse the repository at this point in the history
Loading