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

Commit

Permalink
change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent178 committed Mar 13, 2017
1 parent 93b5343 commit 2ef863f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,16 @@ Quick start example: [link](https://github.com/typed-project/typed-framework/tre

<h2 align="center">Release note</h2>

### v0.3.0
* Support @Filter decorator to decorate a class as a Filter
* Support @BeforeFilter, @AfterFilter to filter for a controller, add options: only, except
* Support @Data param type to inject data for the controller and filters


### v0.2.0
* Support Middleware decorator to inject for controllers
* Support @Middleware decorator to inject for controllers
* Support Middleware, Controller parameter injections, now your middleware have the same ability as Controller to inject not only Req, Res, and BodyParam, PathParam and so on.
* Support new ApplicationSettings and ApplicationLoader for new start up application way
* Support new @ApplicationSettings and ApplicationLoader for new start up application way
* Support convert class to object and object to class by Converter, and provide template ability


Expand Down
7 changes: 4 additions & 3 deletions wikis/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Future
- [ ] middleware/error middleware registry
- [ ] filter registry
- [ ] before filter, after filter
- [ ] filter options: only, except
- [ ] add parameter options: required, defaultValue
- [ ] middleware options: order
- [ ] winston logger json configuration support

## v0.3.0
- [x] filter options: only, except
- [x] filter registry
- [x] before filter, after filter

## v0.2.0
- [x] handler transformer type convert, object to class

0 comments on commit 2ef863f

Please sign in to comment.