Skip to content

Commit

Permalink
Update v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javad-zobeidi committed Sep 24, 2024
1 parent d5bef41 commit f502ab6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0

- feat: Gate feature for defining user permissions
- Add WebSocket connect, disconnect, and error handling on the server side (#126)
- Add user getter method to Request class

## 0.4.3

- Fix nested json [#128](https://github.com/vania-dart/framework/issues/128)
Expand All @@ -17,7 +23,7 @@

## 0.4.0

- Add a new field validation mechanism by [alirezat66](https://github.com/alirezat66) - [PR 99](https://github.com/vania-dart/framework/pull/99)
- feat: a new field validation mechanism by [alirezat66](https://github.com/alirezat66) - [PR 99](https://github.com/vania-dart/framework/pull/99)
- Fix nested route group [#98](https://github.com/vania-dart/framework/issues/98)
- Fix middleware issue

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vania
description: Fast, simple, and powerful backend framework for Dart built with
version: 0.4.3
version: 0.5.0
homepage: https://vdart.dev
repository: https://github.com/vania-dart/framework
issue_tracker: https://github.com/vania-dart/framework/issues
Expand Down

0 comments on commit f502ab6

Please sign in to comment.