Skip to content

Releases: davidrjonas/composer-lock-diff

SVN test safety and other improvements

24 Jan 06:16
829047c
Compare
Choose a tag to compare

A number of improvements from hakre. In particular, an important change with "safeguard prefix directory operations in SVN testing".

SemVer and Numeric Branches

11 Mar 17:55
Compare
Choose a tag to compare

Regression fix

31 Aug 01:11
Compare
Choose a tag to compare
  • Fix joinPath() to handle absolute paths like it should
  • Fix svn file name detection

Pluggable VCS with Subversion, Drupalcode fix

27 Aug 22:00
Compare
Choose a tag to compare
  • Change vcs support to be pluggable
  • Adds --vcs to force a specific vcs
  • Adds subversion as vcs plug
  • Fix drupalcode to use common gitlab format for compare
  • Adds Development section to readme
  • Remove @dev stability from composer package

Drupalcode support

06 Sep 03:08
Compare
Choose a tag to compare
  • Added Drupal packages support
  • Fix source reference access for dev- packages

PHP 7.3 compat, support bitbucket & gitlab, test data

07 Aug 17:57
Compare
Choose a tag to compare
  • Removes flags FILTER_FLAG_SCHEME_REQUIRED | FILTER_FLAG_HOST_REQUIRED for PHP 7.3
  • SSH format repos
  • Test data

URLs and Filtering

23 Oct 22:25
Compare
Choose a tag to compare
  • Handle URLs to composer.lock properly
  • Add flags for filtering to dev or prod only

Compare links

19 Feb 07:13
Compare
Choose a tag to compare

Adds a Compare column with links to the diff at the source provider. Also adds the --no-links option to suppress the new behavior.

Paxal's dreams

24 Jan 03:01
Compare
Choose a tag to compare

Added better path handling and markdown table output. Ideas courtesy of @paxal.

Getopt any ref or file

27 Jun 19:48
Compare
Choose a tag to compare

Adds getopt options to be able to diff any composer lock from git ref or php readable stream.