История коммитов

Автор SHA1 Сообщение Дата
  Jonny Wenmoth 5052fbcf08 Merge pull request #235 from cocostru/5.0 7 лет назад
  Denis K fd8d70a9dd Revert "Update composer.json" 7 лет назад
  Denis K 606f8c1672 Revert "Update README.md" 7 лет назад
  Denis K 309524922d Update README.md 7 лет назад
  Denis K 34744b532f Update composer.json 7 лет назад
  Denis K 78b012d9a5 Update ServiceContainer.php 8 лет назад
  Denis K 03f4df86ee Update ServiceContainer.php 8 лет назад
  Jonny Wenmoth 9916e29e97 Broken commit 8 лет назад
  Jonny Wenmoth c6890e8b65 Creating V5.0 dev branch 9 лет назад
  Jonny Wenmoth a89abbcd9c Removing PHP5.6 specific code 9 лет назад
  Jonny Wenmoth 95cfd7a72c Removing PHP5.6 specific code 9 лет назад
  Jonny Wenmoth 78887bafdd Added support for cookie management. Can now add and delete cookies - https://github.com/jonnnnyw/php-phantomjs/issues/124 9 лет назад
  Jonny Wenmoth 65564e83bc Can now set PhantomJS page settings, including custom user agent, in request - https://github.com/jonnnnyw/php-phantomjs/issues/45 9 лет назад
  Jonny Wenmoth 0baec84ed6 Margin for PDF output can now be defined as an object allowing different margins to be applied to each edge of PDF - https://github.com/jonnnnyw/php-phantomjs/issues/113 9 лет назад
  Jonny Wenmoth c11e1b5e8a Downgrading phpunit for support for earlier PHP versions 9 лет назад
  Jonny Wenmoth 23c9092e06 URL validation has been removed as it cannot cover all use cases. A request with an invalid URL fails with a status code of 0 - https://github.com/jonnnnyw/php-phantomjs/issues/119 9 лет назад
  Jonny Wenmoth bd17d5e9f5 Merge pull request #131 from amitaymolko/master 9 лет назад
  amitaymolko ef1f5e248c Merge pull request #1 from amitaymolko/amitaymolko-patch-1 9 лет назад
  amitaymolko cb3a4e5550 Update composer.json 9 лет назад
  Jonny Wenmoth 01d377d71b Updating readme 9 лет назад
  Jonny Wenmoth cf8d9a221f Resource debug logging was causing the script to hang whith large numnber of resources - https://github.com/jonnnnyw/php-phantomjs/issues/107 9 лет назад
  Jonny Wenmoth 1cb8011d45 Updating build status badge 9 лет назад
  Jonny Wenmoth 384b6dbeab Can now set client to lazy load pages which will wait for all resources on the page to load before rendering - https://github.com/jonnnnyw/php-phantomjs/issues/85 9 лет назад
  Jonny Wenmoth 50bc19d022 Comment blocks in procedures and partials no longer break validation - https://github.com/jonnnnyw/php-phantomjs/issues/103 9 лет назад
  Jonny Wenmoth 9f5e81f0bd Downgrading phpunit for support for earlier PHP versions 9 лет назад
  Jonny Wenmoth 486144ac38 Upgrading phpunit version and fixing broken test in earlier php versions 9 лет назад
  Jonny Wenmoth dafb41807d Can now add repeating header and footer to PDF output - https://github.com/jonnnnyw/php-phantomjs/issues/99 9 лет назад
  Jonny Wenmoth ee6cecba62 Using uniqid for tmp file name generation appears to be causing conflicts when running processes in parallel. Have replaced for random string generation seeded by mt_rand - https://github.com/jonnnnyw/php-phantomjs/issues/101 9 лет назад
  Jonny Wenmoth 62ab9b854c Fixing property doc type 9 лет назад
  Jonny Wenmoth 1e09977d6f Adding body styles partial allowing CSS styles to be set on the body tag of the requested page - https://github.com/jonnnnyw/php-phantomjs/issues/92 9 лет назад