Skip to content

Releases: magento/magento-semver

SVC 12.0.0

14 Mar 15:10
a7338bf
Compare
Choose a tag to compare
  • PHP 8.2 Support

SVC 10.0.0

19 Jan 16:06
9ef11a4
Compare
Choose a tag to compare
SVC 10.0.0 Pre-release
Pre-release

What's Changed

  • A new section is added to HTML SVC report showing the level of changes made to packages in JSON and table format
  • Fixed src/Console/Command/CompareSourceCommand.php to return a code instead of exiting
  • All Operations (stored versioning changes) will now display the full filepath in the location section of the HTML tables
  • The mapping array property in the Registry class will store information about the filepath
  • Automated testing added for the HTML report

SVC 7.0.0

21 Oct 20:27
9ef0241
Compare
Choose a tag to compare

Added MFTF SVC to check MFTF test entities
Related tickets:
MQE-2195: Update WIP SVC Branch
MQE-2247: Implement additional <section> and <operation> entity use cases in SVC tool
MQE-2246: Implement <suite> entity use cases in SVC tool
MQE-2307: Add use cases for <remove> action in svc
MQE-2308: MFTF SVC report does not capture per item change details
MQE-2305: Implement report-type=mftf in magento-semver to launch MFTF SVC
MQE-2325: bin/svc --version to return SVC version number
MQE-2329: Magento SVC does not work with nikic/php-parser version above 4.6.0
MQE-2316: MFTF SVC does not check newly added modules
MQE-2211: Fix remaining issues in MFTF SVC tool

SVC 6.0.0

18 Jun 16:08
5663771
Compare
Choose a tag to compare

Add support for PHP 7.4

SVC 5.0.0

12 Mar 15:27
a9fb58d
Compare
Choose a tag to compare
  • Added nikic/php-parser as hard dependency in composer
  • Improved performance of DependencyMap creation.
  • Remove stms when adding ClassMethod nodes to dependency tree
  • Added better doc comments
  • Added more aggresive AbstractApiVisitor traversal termination
  • Refactored code to use switch statements

SVC 4.0.0

02 Mar 17:53
41dc553
Compare
Choose a tag to compare
  • General Fix: Adjusting symfony requirement and bumping version number (#29)

SVC 3.0.0

27 Feb 21:50
1eb776c
Compare
Choose a tag to compare
  • Update README.md: Add information about releases and versioning

  • COMOPS-908: Updating compatibility with the BIC doc generator (#25)

  • EQPS-477: SVC Enhancements (#26)

  • EQPS-477: Dynamically set the correct path for autoload.php based on the location of the ‘vendor’ folder

  • EQPS-477: Make zend-stdlib a required dependency

SVC 2.0.0

13 Dec 19:59
Compare
Choose a tag to compare
  • Fixed multiple PHP Notices
  • Changed files currently shows only changed files without all existing JSON files and duplicates
  • Layout changes are now displayed in the report
  • Fixed Unit tests
  • Added Bootstrap.min.css for HTML reports
  • Added .travis.yml to automatically run tests on submissions

SVC 1.0.2

03 Dec 20:38
b487edf
Compare
Choose a tag to compare
  • Add Inventory files search pattern to the whitelist

SVC 1.0.1

25 Nov 21:07
Compare
Choose a tag to compare

SVC patch release

  • removes unused class references from bin/svc