Skip to content

Commit

Permalink
update history file with configure changes
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctzombie committed Jan 11, 2014
1 parent 7282b50 commit dff22e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
* remove:
- express(1) - moved to [express-generator](https://github.com/expressjs/generator)
- `req.accepted*` - use `req.accepts*()` instead
- `app.configure` - use logic in your own app code
* change:
- `req.accepts*` -> `req.accepts*s` - i.e. `req.acceptsEncoding` -> `req.acceptsEncodings`
- `req.params` is now an object instead of an array
- `json spaces` no longer enabled by default in development
* refactor:
- `req.accepts*` with [accepts](https://github.com/expressjs/accepts)
- `req.is` with [type-is](https://github.com/expressjs/type-is)
Expand Down

0 comments on commit dff22e9

Please sign in to comment.