Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit fc86b2a

Browse files
committed
Updated CHANGELOG for 0.2.1 release
1 parent 5e93bef commit fc86b2a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

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

5+
## 0.2.1 - 2018-03-28
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Fixes how the callback factory produces a pipeline. Instead of using an
26+
`Application` instance derived from the `ApplicationFactory` (which will
27+
receive a shared route collector and shared middleware), it now produces a
28+
`MiddlewarePipe` instance into which it pipes the various middleware. It also
29+
creates a _new_ router, based on the type returned from the container (it
30+
assumes no constructor arguments are necessary), and passes that to a new
31+
`RouteMiddleware` instance to ensure it is sandboxed from the main
32+
application.
33+
534
## 0.2.0 - 2018-03-27
635

736
### Added

0 commit comments

Comments
 (0)