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 @@ -448,15 +448,15 @@ Versions prior to 0.4.0 were released as the package "weierophinney/hal".
448
448
449
449
### Added
450
450
451
- - [ #1 ] ( https://github.com/weierophinney/pull/1 ) adds a ` Hal\Renderer `
451
+ - [ #1 ] ( https://github.com/weierophinney/hal/ pull/1 ) adds a ` Hal\Renderer `
452
452
subcomponent with the following:
453
453
- ` Renderer ` interface
454
454
- ` JsonRenderer ` , for creating JSON representations of ` HalResource ` instances.
455
455
- ` XmlRenderer ` , for creating XML representations of ` HalResource ` instances.
456
456
457
457
### Changed
458
458
459
- - [ #1 ] ( https://github.com/weierophinney/pull/1 ) changes ` Hal\HalResponseFactory `
459
+ - [ #1 ] ( https://github.com/weierophinney/hal/ pull/1 ) changes ` Hal\HalResponseFactory `
460
460
to compose a ` JsonRenderer ` and ` XmlRenderer ` , instead of composing
461
461
` $jsonFlags ` and creating representations itself.
462
462
@@ -475,7 +475,7 @@ Versions prior to 0.4.0 were released as the package "weierophinney/hal".
475
475
) {
476
476
```
477
477
478
- - [ #1 ] ( https://github.com/weierophinney/pull/1 ) changes ` Hal\HalResponseFactoryFactory `
478
+ - [ #1 ] ( https://github.com/weierophinney/hal/ pull/1 ) changes ` Hal\HalResponseFactoryFactory `
479
479
to comply with the new constructor signature of ` Hal\HalResponseFactory ` . It
480
480
also updates to check for ` Psr\Http\Message\ResponseInterface ` and
481
481
` Psr\Http\Message\StreamInterface ` services before attempting to use
You can’t perform that action at this time.
0 commit comments