Skip to content

Commit

Permalink
Update to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javad-zobeidi committed Jan 18, 2025
1 parent 838b363 commit fd66793
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.7.2

- Add(Template engine): error handler `hasError('email')` , `{@ error('email') @}`
- Add(Template engine): session message handler `hasSession('email')` , `{@ session('success') @}`
- Add(Template engine): Cross-Site Request Forgery (`CSRF`) `{@ CSRF @}` , `{@ csrf_token() @}`
- Add `back()` to the response
- Refactor exception handling
- Refactor and sanitize route
- Add Basic Auth with session to the `Authenticate`
- chore: Upgraded project dependencies

## 0.7.1

- Add delete Session to the helper
Expand Down Expand Up @@ -39,8 +50,8 @@

## 0.4.3

- Fix nested json [#128](https://github.com/vania-dart/framework/issues/128)
- Add json to the request `request.json()`
- Fix nested JSON [#128](https://github.com/vania-dart/framework/issues/128)
- Add JSON to the request `request.json()`

## 0.4.2

Expand All @@ -56,7 +67,7 @@

## 0.4.0

- feat: 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
4 changes: 2 additions & 2 deletions 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.7.1
version: 0.7.2
homepage: https://vdart.dev
repository: https://github.com/vania-dart/framework
issue_tracker: https://github.com/vania-dart/framework/issues
Expand All @@ -18,7 +18,7 @@ dependencies:
crypto: ^3.0.6
dart_jsonwebtoken: ^2.14.2
eloquent: ^3.2.1
mailer: ^6.3.0
mailer: ^6.4.1
meta: ^1.16.0
mime: ^2.0.0
path: ^1.9.1
Expand Down

0 comments on commit fd66793

Please sign in to comment.