Skip to content

3.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@theofidry theofidry released this 27 May 11:54
a040770

Features

  • Display the number of files included in the PHAR (#224)
  • Use PHP-Scoper prefix (#218)
  • Allow to disable the main script (#231)
  • Allow to build an empty PHAR (#232)
  • Log when skipping the requirement checker in the compile command output (#233)
  • Log the dumping of the autoloader (or when skipped) in the compile command output (#233)
  • Allow to exclude Composer files (#235)
  • Display files size and limit depth with the info command (#236)

Bugfixes

  • Fix typos in the warning message (#207)
  • Throw an error when a non-existent file or symlink is found via the composer.json file (#214)
  • Disable xdebug in workers (#226)
  • Fix the compactors order and compress the composer.lock file (#228)
  • Fix the invalid Composer JSON files when using composer config --unset (#227)

Misc

  • Remove the eval usage in the requirement checker (#213, #215, #216, #217)
  • Rework the documentation (#223)
  • Clarify the documentation regarding the dump-autoload setting (#225)
  • Makefile improvements (#230)
  • Harden the tests (#237)

BC breaks

  • The Json compactor now also attempts to compress .lock files (e.g. the composer.lock) (#228)
  • Remove the config JSON imports support (#237)