Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2.3 KB

Changelog.md

File metadata and controls

49 lines (34 loc) · 2.3 KB

ChangeLog

  • "It was a bright day in April, and the clocks were striking thirteen." - 1984

2.1.1-p03 - 2016-05-22

  • Issue #30: Issue installing PJS on Amazon Linux In Docker locally
    • added variables $_ENV['PHANTOMJS_PLATFORM'] and $_ENV['PHANTOMJS_BITSIZE'] to override platform requirements. this allows to package on a platform different to the target platform, e.g. package on MacOSX for Linux or on Windows for MacOSX.
  • identify FreeBSD and OpenBSD as MacOSX - they will use MacOSX downloads.

2.1.1-p02 - 2016-05-12

  • Fix #29: Invalid version string "^2.1"

2.1.1-p01 - 2016-04-12

  • PR #28: added PHP "ext-bz2" as requirement and catch only exceptions that will be handled
  • PR #27: use static to access chmod constant

2.1.1 - 2016-01-25

  • added v2.1.1 to the PhantomJS versions array to
  • Automatic download retrying with version lowering, if download fails with 404
  • class PhantomInstaller\PhantomBinary is created automatically during installation, to access the binary and its folder more easily
  • added support Composer patch version tag with a patch level, like "2.1.1-p02"
  • added usage examples (inside /test), each with a different composer.json file
  • add support for vendor-dir as installation folder for the extracted "phantomjs"

2.0.0 - 2014-08-09

1.9.8 - 2014-07-10

1.9.7 - 2014-06-24

  • Initial Release
  • grab version number from explicit commit references, issue #8