Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/deprecate-route-result-observer'
Browse files Browse the repository at this point in the history
Close #3
  • Loading branch information
weierophinney committed Dec 3, 2015
2 parents deedad4 + 0c01472 commit 1613a3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.0.1 - TBD
## 1.0.1 - 2015-12-03

### Added

- Nothing.

### Deprecated

- Nothing.
- [#3](https://github.com/zendframework/zend-expressive-router/pull/3) deprecates `RouteResultObserverInterface`, which
[has been moved to the `Zend\Expressive` namespace and package](https://github.com/zendframework/zend-expressive/pull/206).

### Removed

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ This package provides the following classes and interfaces:
`ServerRequest` messages.
- `Route`, a value object describing routed middleware.
- `RouteResult`, a value object describing the results of routing.
- `RouteResultObserverInterface`, which allows you to create observers for
`Zend\Expressive\Application` that will be updated when a `RouteResult` has
been obtained.

## Installation

Expand Down
4 changes: 4 additions & 0 deletions src/RouteResultObserverInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

namespace Zend\Expressive\Router;

/**
* @deprecated Since 1.0.1. Use Zend\Expressive\RouteResultObserverInterface
* from the zendframework/zend-expressive package instead.
*/
interface RouteResultObserverInterface
{
/**
Expand Down

0 comments on commit 1613a3f

Please sign in to comment.