Skip to content

Releases: vania-dart/framework

v0.4.3

22 Sep 09:13
5b89e09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.3

v0.4.2

22 Sep 09:05
7262956
Compare
Choose a tag to compare

What's Changed

v0.4.1

21 Sep 00:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

25 Jul 19:49
09c74c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

16 Jun 09:20
931e6b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.3.0

v0.2.6

31 May 06:21
Compare
Choose a tag to compare

What's Changed

@javad-zobeidi in #70

  • 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

30 May 08:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...V0.2.5

V0.2.4

29 May 05:01
Compare
Choose a tag to compare

What's Changed

v0.2.0

24 May 09:31
Compare
Choose a tag to compare
Dart format , Updated to version  0.2.0

v0.1.7-Beta

18 Apr 14:31
cf854da
Compare
Choose a tag to compare

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