Releases: vania-dart/framework
Releases · vania-dart/framework
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
v0.4.2
What's Changed
- refactor
isJson
to 'isHtml' by @javad-zobeidi in #125 - fix id auto-increment for PostgreSQL compatibility (#127) by @javad-zobeidi in #129
v0.4.1
What's Changed
- fix the problem of validators by @alirezat66 in #102
- 112-extensions-tests by @alirezat66 in #114
- Add list item submission support, upgrade dependencies, and fix API responses by @javad-zobeidi in #123
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Fix Refresh token bug by @javad-zobeidi in #84
- Fix route issue by @javad-zobeidi in #85
- New Update by @javad-zobeidi in #87
- SSE response by @javad-zobeidi in #90
- Fix encoding charset for form input handling by @javad-zobeidi in #91
- Add get cookie and fix route issue by @javad-zobeidi in #92
- Improve websocket by @javad-zobeidi in #93
- Fix send message to room issue by @javad-zobeidi in #94
- Nested route group issue (#98) by @javad-zobeidi in #100
- 72 feature request improve validate by @alirezat66 in #99
- Export chain_validation by @javad-zobeidi in #101
New Contributors
- @alirezat66 made their first contribution in #99
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Optimize RPS by @javad-zobeidi in #77
- 0.3.0 by @javad-zobeidi in #82
Full Changelog: v0.2.6...v0.3.0
v0.2.6
What's Changed
- Refactor Local storage class
- Refactor Cache class
- Refactor Storage class
- Refactor Response class
- Add AWS S3 storage driver
- Add Storage env config
STORAGE=s3
STORAGE_S3_BUCKET=''
STORAGE_S3_SECRET_KEY=''
STORAGE_S3_ACCESS_KEY=''
STORAGE_S3_REGION=''
Full Changelog: V0.2.5...v0.2.6
V0.2.5
What's Changed
- Add domain to the router by @javad-zobeidi in #68
- Refactor Authentication class by @javad-zobeidi in #69
Full Changelog: v0.2.4...V0.2.5
V0.2.4
What's Changed
- Update Main by @javad-zobeidi in #55
- Version 0.2.0 by @javad-zobeidi in #59
- Main by @javad-zobeidi in #60
- Fix Postgresql bug by @javad-zobeidi in #61
- Refactored Database by @javad-zobeidi in #64
- Fixed websocket issue(#63) join and left room by @javad-zobeidi in #65
- Added Middleware for websocket by @javad-zobeidi in #66
- Fixed route path bug by @javad-zobeidi in #67
v0.2.0
Dart format , Updated to version 0.2.0
v0.1.7-Beta
Added deleteTokens and deleteCurrentToken Auth class
Refactored group routing to use a callback function instead of a list
Changed websocket data to payload
Created Middleware Handler
Fixed Webscoket Route bug
Updated Dependencies
Added secure bind