vania 0.1.8 copy "vania: ^0.1.8" to clipboard
vania: ^0.1.8 copied to clipboard

Fast, simple, and powerful backend framework for Dart built with

0.1.8 #

  • fix public and storage file path
  • refactor Mailable Config to env
  • refactor Migration class, created migration timestamp added by S.M. SHAHi
  • refactor Local cache class name to File cache

0.1.7+5 #

  • Added pool and poolsize to DatabaseConfig

0.1.7+4 #

  • Fixed pgsql bug
  • Added alter column to the migration

0.1.7+3 #

  • Refactored HttpException to HttpResponseException
  • Added abort method to the helper file

0.1.7+2 #

  • Fixed route group bug

0.1.7+1 #

  • Fixed env issue

0.1.7 #

  • 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

0.1.6+1 #

  • Fixed Storage issues

0.1.6 #

  • Fixed 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 #

  • Added Logger
  • Added env file

0.1.4 #

  • Implemented Throttle middleware
  • Added move for upload file in custom folder
  • Added paginate and simplePagination in Eloquent

0.1.3 #

  • Implemented mail

0.1.2 #

  • Implemented multi-isolate server

0.1.1+4 #

  • Fixed bug: Validation issue on non-required fields

0.1.1+3 #

  • Singleton base route prefix to static
  • Completed Readme file

0.1.1+2 #

  • Fixed bug: Cors file and class name

0.1.1+1 #

  • Fixed bug: http method options and cors error

  • 0.1.1 #

  • Added Hash class

0.1.0 #

  • Initial beta release
  • Fixed a bug related to WebSocket data events
  • Corrected authentication check functionality
  • Added isAuthorized feature
  • Exported query_builder from Eloquent package for enhanced functionality

0.0.4 #

  • Fixed bug: Authentication refresh token

0.0.3+1 #

  • Fixed bug: migration columns length
  • Added sslmode to the MySqldriver

0.0.3 #

  • Fixed Bug: Resolved issue with table creation in PostgreSQL

0.0.2+1 #

  • Added bigIncrements and softDeletes columns

0.0.2 #

  • Added column index to vania file
  • Code formatted

0.0.1 #

  • Initial version.