Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjs23 committed Aug 28, 2018
1 parent 4fac15c commit 03662cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 0.0.5

* **Breaking change.** Route callback param has been renamed to handler.
* Sub-app support via app.use()

## 0.0.4

* Fix request params being lost in middlewares.
* Docs

## 0.0.3

* Per route middleware
* Response object

## 0.0.2

* Request object
* Basic HTTP methods

## 0.0.1

* Initial Release
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: evy
version: 0.0.4
version: 0.0.5

description: Evy is a Dart 2 Web Framework, with an ExpressJS like API.
author: Carlos A. Escobar <[email protected]>
Expand Down

0 comments on commit 03662cd

Please sign in to comment.