Skip to content

Releases: sndsgd/http

Version 1.0.0

30 Jul 10:00
56ce14f
Compare
Choose a tag to compare
bump php version to 7.1, add tests for 7.2 and 7.3 (#25)

* add 7.2 and 7.3 to travis tests

* fix warning in test

* upgrade phpunit in attempt to reduce warnings in tests

* upgrade phpunit to v7

* lets consider this stable-ish

* show uncovered files in text coverage

* little cleanup

Version 0.9.6

24 Dec 19:28
Compare
Choose a tag to compare
Version 0.9.6 Pre-release
Pre-release
verify php 7.1 support (#16)

Version 0.9.5

23 Oct 20:34
Compare
Choose a tag to compare
Version 0.9.5 Pre-release
Pre-release
Remove stubbable method in favor of function mocking (#15)

Version 0.9.4

14 Sep 00:00
Compare
Choose a tag to compare
Version 0.9.4 Pre-release
Pre-release
add uploaded file error code to UploadedFile constructor (#11)

Version 0.9.3

17 Jul 18:46
Compare
Choose a tag to compare
Version 0.9.3 Pre-release
Pre-release
bump dependency versions (#7)

Version 0.9.2

17 Jul 01:53
Compare
Choose a tag to compare
Version 0.9.2 Pre-release
Pre-release
add Request::getScheme() (#6)

Version 0.9.1

14 Jul 01:13
Compare
Choose a tag to compare
Version 0.9.1 Pre-release
Pre-release
Prepare version 1 (#2)

* remove fixtures in favor of generating multipart bodies
* formatting and comment tweaks

Version 0.9.0

12 Jul 00:25
Compare
Choose a tag to compare
Version 0.9.0 Pre-release
Pre-release
Lots of updates (#1)

This adds a bunch of updates. A couple of the key additions are:
- request object
- response object
- data decoders
- status object
- exceptions

Version 0.5.1

29 May 18:01
Compare
Choose a tag to compare
Version 0.5.1 Pre-release
Pre-release

version bump

Version 0.5.0

12 Jan 20:29
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release
version 0.5.0

updates namespace structure
updates test coverage and coverage reporting