vania 0.2.3 vania: ^0.2.3 copied to clipboard
Fast, simple, and powerful backend framework for Dart built with
0.2.3 #
- fix Database connection issue with Isolate
0.2.2 #
- fix Websocket Join and Left room issue
- refactor Migration and model
- add DatabseClient class
0.2.1 #
- fix Postgresql bug
0.2.0 #
- add Redis (base code from dedis dart package)
- add Redis Cache Driver
0.1.9 #
- fix Isolate bug
0.1.8 #
- fix public and storage file path
- refactor Mailable Config to env
- refactor Migration class, created migration timestamp add by S.M. SHAHi
- refactor Local cache class name to File cache
0.1.7+5 #
- add pool and poolsize to DatabaseConfig
0.1.7+4 #
- fix pgsql bug
- add alter column to the migration
0.1.7+3 #
- refactor HttpException to HttpResponseException
- add abort method to the helper file
0.1.7+2 #
- fix route group bug
0.1.7+1 #
- fix env issue
0.1.7 #
- add deleteTokens and deleteCurrentToken Auth class
- refactor group routing to use a callback function instead of a list
- Changed websocket data to payload
- Created Middleware Handler
- fix Webscoket Route bug
- Updated Dependencies
- add secure bind
0.1.6+1 #
- fix Storage issues
0.1.6 #
- fix Websocket bugs
- Storage Converted Instance Methods to Static Methods
- Cache Converted Instance Methods to Static Methods
0.1.5+1 #
- Fixed env issues
0.1.5 #
- add Logger
- add env file
0.1.4 #
- Implemented Throttle middleware
- add move for upload file in custom folder
- add paginate and simplePagination in Eloquent
0.1.3 #
- Implemented mail
0.1.2 #
- Implemented multi-isolate server
0.1.1+4 #
- fix bug: Validation issue on non-required fields
0.1.1+3 #
- Singleton base route prefix to static
- Completed Readme file
0.1.1+2 #
- fix bug: Cors file and class name
0.1.0 #
- Initial beta release
- fix a bug related to WebSocket data events
- Corrected authentication check functionality
- add
isAuthorized
feature - Exported
query_builder
from Eloquent package for enhanced functionality
0.0.4 #
- fix bug: Authentication refresh token
0.0.3+1 #
- fix bug: migration columns length
- add sslmode to the MySqldriver
0.0.3 #
- fix Bug: Resolved issue with table creation in PostgreSQL
0.0.2+1 #
- add bigIncrements and softDeletes columns
0.0.2 #
- add column index to vania file
- Code formatted
0.0.1 #
- Initial version.