Skip to content

Releases: mougrim/php-xdebug-proxy

0.5.0

05 Feb 21:09
aa33b66
Compare
Choose a tag to compare

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

18 Nov 20:04
0839b95
Compare
Choose a tag to compare

There are next changes:

  • Fix changes in grumphp and bad composer.lock (#26)

0.4.0

25 Jul 08:23
b985cdf
Compare
Choose a tag to compare

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

06 Jun 18:53
809569d
Compare
Choose a tag to compare

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

14 Nov 18:20
712da13
Compare
Choose a tag to compare

There are next changes:

  • possibility to disable IDE registration was added

0.2.0

14 Nov 08:21
Compare
Choose a tag to compare

There are next changes:

  • defaultIde config param was added
  • predefinedIdeList config param was added
  • now by default debug and info logs are disabled
  • log levels for some logs are changed
  • README.md was updated
  • doc for RequestPreparer\RequestPreparer was added

0.1.0

04 Oct 18:08
Compare
Choose a tag to compare

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

0.0.1

21 Jun 07:34
2b05c56
Compare
Choose a tag to compare
(#3) readme