This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -470,15 +470,15 @@ Versions prior to 0.4.0 were released as the package "weierophinney/hal".
470
470
471
471
### Added
472
472
473
- - [ #1 ] ( https://github.com/weierophinney/pull/1 ) adds a ` Hal\Renderer `
473
+ - [ #1 ] ( https://github.com/weierophinney/hal/ pull/1 ) adds a ` Hal\Renderer `
474
474
subcomponent with the following:
475
475
- ` Renderer ` interface
476
476
- ` JsonRenderer ` , for creating JSON representations of ` HalResource ` instances.
477
477
- ` XmlRenderer ` , for creating XML representations of ` HalResource ` instances.
478
478
479
479
### Changed
480
480
481
- - [ #1 ] ( https://github.com/weierophinney/pull/1 ) changes ` Hal\HalResponseFactory `
481
+ - [ #1 ] ( https://github.com/weierophinney/hal/ pull/1 ) changes ` Hal\HalResponseFactory `
482
482
to compose a ` JsonRenderer ` and ` XmlRenderer ` , instead of composing
483
483
` $jsonFlags ` and creating representations itself.
484
484
@@ -497,7 +497,7 @@ Versions prior to 0.4.0 were released as the package "weierophinney/hal".
497
497
) {
498
498
```
499
499
500
- - [ #1 ] ( https://github.com/weierophinney/pull/1 ) changes ` Hal\HalResponseFactoryFactory `
500
+ - [ #1 ] ( https://github.com/weierophinney/hal/ pull/1 ) changes ` Hal\HalResponseFactoryFactory `
501
501
to comply with the new constructor signature of ` Hal\HalResponseFactory ` . It
502
502
also updates to check for ` Psr\Http\Message\ResponseInterface ` and
503
503
` Psr\Http\Message\StreamInterface ` services before attempting to use
You can’t perform that action at this time.
0 commit comments