Skip to content

Commit

Permalink
Update 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
javad-zobeidi committed Jan 22, 2025
1 parent 2aebb48 commit d9aebd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.7.4+1

- chore: Upgraded project dependencies

## 0.7.4

- Add Route name
- Add(Template engine): Route `{@ route('home') @}` , `{@ route('home', {"id":1}) @}`
- Add(Template engine): assets `{@ asset('css/style.css') @}`
- Fix `csrf` url excluded

## 0.7.3

- Fix Authentication bug
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.3
version: 0.7.4+1
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 d9aebd2

Please sign in to comment.