davidrjonas / composer-lock-diff

See what has changed after a composer update
MIT License
274 stars 18 forks source link

Ensure that the Compare URL uses the appropriate reference where possible #43

Open codebymikey opened 1 year ago

codebymikey commented 1 year ago

This is useful for Drupal packages where they still use 8.x- type tags.

Previous behaviour: Production Changes From To Compare
drupal/token 1.9.0 1.11.0 ...

New behaviour:

Production Changes From To Compare
drupal/token 1.9.0 1.11.0 ...
codebymikey commented 1 year ago

Attached static patch. composer-lock-diff-43-drupal-support.patch

composer-lock-diff-43-drupal-support-v2.patch