Skip to content

v1.11.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@PabloKowalczyk PabloKowalczyk released this 23 Oct 16:42
· 11 commits to 1.x since this release
3014d6a

This is maintenance/clean-up release, marked as beta because this is first release with PHAR included - it will definitely needs some tests in the wild. PHAR fixes - PR #146.

Date of v2 release was moved to April 2019 (PR - #147) to give more time to stabilize Crunz API and fix bugs.

DI config was converted from XML to plain PHP (PR #148) to remove hidden dependency on DOMDocument class.

Legacy Helpers/Utils code was removed, PR #150.
Recently PHP nightly on Travis CI was changed to 7.4-dev, so there is need to define tests on 7.3 explicitly - PR #157.

Long awaited serious locking landed in this release, thanks to the @digilist. Now custom LockStore can be passed to preventOverlapping method - PR #153.

Along with PHAR fixes, and to reduce PHAR size, some not necessary needed dependencies was removed, and replaced with own code if needed:

  • symfony\property-access, PR #149
  • symfony\finder, PR #151
  • nesbot/carbon, PR #155