Skip to content

Commit

Permalink
Update to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
javad-zobeidi committed Jan 20, 2025
1 parent 2089cea commit 13772b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.7.3

- Fix Authentication bug
- Refactor vania hash
- Fix incoming requests bug
- Fix csrf and session issue
- Fix Authentication issue
- Add(Template engine): `comment` tag to the template engine `{@# Comments here #@}`
- Add(Template engine): translate tag to the template engine `{@ trans('welcome', {"name": "Vania"}) @}`

## 0.7.2

- Add(Template engine): error handler `hasError('email')` , `{@ error('email') @}`
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.7.2
version: 0.7.3
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 13772b1

Please sign in to comment.