Releases: vania-dart/framework
Releases · vania-dart/framework
v0.8.0
What's Changed
- Fixed bugs and Refactor methods by @javad-zobeidi in #168
- Add Redirect Exception by @javad-zobeidi in #169
Full Changelog: v0.7.4...v0.8.0
v0.7.4
v0.7.3
What's Changed
- Fixed bugs and added tags to the template by @javad-zobeidi in #164
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Session Manager by @javad-zobeidi in #156
- Add Basic Auth with session by @javad-zobeidi in #159
- Add CSRF Token by @javad-zobeidi in #160
- Hot fix XSRF-TOKEN by @javad-zobeidi in #161
- Rafactoring and sanitize route by @javad-zobeidi in #162
- Improve Template engine by @javad-zobeidi in #163
Full Changelog: v0.7.0...v0.7.2
v0.7.0
What's Changed
- Add Session Management and Encryption, Update Dependencies, and Improve Code Comments by @javad-zobeidi in #153
- Update Session Manager by @javad-zobeidi in #154
- Html template engine by @javad-zobeidi in #155
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
- Fix get language path by @javad-zobeidi in #143
- Add redirect method and custom 404 error handling by @javad-zobeidi in #148
Full Changelog: v0.6.0...v0.6.2
v0.6.0
v0.5.1
What's Changed
- fix: add toString to token digest causing type error on postgres by @WellingtonNico in #134
- feat: add better support for unique columns by @WellingtonNico in #135
- Improve Initialization Flow, WebSocket Middleware Fix, and Migration Error Handling by @javad-zobeidi in #140
New Contributors
- @WellingtonNico made their first contribution in #134
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
Add WebSocket connect, disconnect, and error handling on the server side (#126)
Add user getter method to Request class
Add Gate feature for defining user permissions
- Add Gate class,update web socket by @javad-zobeidi in #131
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- fix nested JSON (#128) @javad-zobeidi in #130
- a+dd JSON to the request
request.json()
Full Changelog: v0.4.1...v0.4.3