Releases: mougrim/php-xdebug-proxy
Releases · mougrim/php-xdebug-proxy
0.5.1
0.5.0
There are next changes:
- Minimum PHP version supported upgraded to 7.4 (#29)
- PHPUnit version upgraded to 9 (#29)
- Add run unit tests Github action (#30, #31)
- Remove travis (#30)
- Fix code style issues (#32)
- Fix by workaround grumphp issue with TypeError, see phpro/grumphp#957 (#32)
- Update friendsofphp/php-cs-fixer to 3 (#33)
- Add psalm (#34, #35)
- Add check cs github action (#36)
0.4.1
0.4.0
There are next changes:
- next methods were added (#21):
-\Mougrim\XdebugProxy\Xml\XmlDocument::toArray()
-\Mougrim\XdebugProxy\Xml\XmlContainer::toArray()
-\Mougrim\XdebugProxy\Xml\XmlContainer::getAttribute()
- config for soft-mocks was added (#22)
- parameter $config was added to method
\Mougrim\XdebugProxy\Factory\Factory::createRequestPreparers()
(#22) - now
\Mougrim\XdebugProxy\Factory\SoftMocksFactory::createConfig()
should return\Mougrim\XdebugProxy\Config\SoftMocksConfig
(#22)
0.3.0
There are next changes:
- there were code style fixes (#14)
- more info about default IDE in config was added to README.md (#15)
- now request preparers are called on request to xdebug from last to first (#16)
- minimum php version now is 7.1 (#18)
- constants visibility was added (#18)
- deprecated interface \Mougrim\XdebugProxy\RequestPreparer was removed (#18)
0.2.1
0.2.0
0.1.0
There was next changes:
- soft-mocks support was added
\Mougrim\XdebugProxy\Handler\CommandToXdebugParser::buildCommand()
method was added- now
\Mougrim\XdebugProxy\RequestPreparer\RequestPreparer
is used instead of\Mougrim\XdebugProxy\RequestPreparer
\Mougrim\XdebugProxy\RequestPreparer\RequestPreparer
methods can throw\Mougrim\XdebugProxy\RequestPreparer\Error
and\Mougrim\XdebugProxy\RequestPreparer\Exception
if there is some problem- now
\Mougrim\XdebugProxy\Factory\Factory::createRequestPreparers()
accepts$logger
param and also can throw\Mougrim\XdebugProxy\RequestPreparer\Error
and\Mougrim\XdebugProxy\RequestPreparer\Exception
if there is some problem