Skip to content

2.0.0

Compare
Choose a tag to compare
@ahmadnassri ahmadnassri released this 15 Jan 01:13
· 86 commits to master since this release

Cleanups & Updates

  • added EditorConfig file
  • added Code Coverage through Code Climate
  • added support for PHP 5.6 in Travis
  • added Hack Lang Environment to Travis
  • updated testing to use phpunit
  • various coding style, and comprehensibility fixes in accordance with PSR-1 & PSR-2
  • added enhanced response header parser
  • removed redundant code where applicable
  • updated Unirest\File::add signature to follow after curl_file_create with fallback

Breaking Changes

  • removed PHP 5.3 reached EOL on 14 Aug 2014
  • relocated files to src and tests as per phpunit standard tree structure
  • renamed classes with logical name spacing to Unirest\Request, Unirest\Response, Unirest\Method, Unirest\File