Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 5a6b72a

Browse files
committed
Prepares 0.1.0 release
1 parent 9916ab5 commit 5a6b72a

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Change Log
22

33

4-
## Unreleased
4+
## 0.1.0 - 2015-06-01
5+
6+
### Added
7+
8+
- Initial release
9+
10+
### Changed
11+
12+
- Helpers are renamed to templates

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ The FIG was pretty straightforward by NOT putting any construction logic into PS
2525

2626
This package provides interfaces for PSR-7 factories including:
2727

28-
- `MessageFactory` - WIP
29-
- `ServerRequestFactory` - WIP
30-
- `StreamFactory` - WIP
31-
- `UploadedFileFactory` - WIP
32-
- `UriFactory` - WIP
28+
- `MessageFactory`
29+
- `ServerRequestFactory` - WIP (PRs welcome)
30+
- `StreamFactory`
31+
- `UploadedFileFactory` - WIP (PRs welcome)
32+
- `UriFactory`
33+
- `ClientContextFactory` (Combines `MessageFactory`, `StreamFactory` and `UriFactory`)
3334

3435

3536
A virtual package ([php-http/message-factory-implementation](https://packagist.org/providers/php-http/message-factory-implementation)) MAY be introduced which MUST be versioned together with this package.

0 commit comments

Comments
 (0)