Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
javad-zobeidi committed May 30, 2024
1 parent d59b118 commit fb36579
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 58 deletions.
129 changes: 72 additions & 57 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,153 +1,168 @@
## 0.2.5

- Fix Authentication middleware issue
- Fix static file url encoding
- Add Domian to router
- Add JWT env config

```env
JWT_SECRET_KEY
JWT_AUDIENCE
JWT_ID
JWT_ISSUER
JWT_SUBJECT
```

## 0.2.4

- fix Route bug
- add WebSocket middleware
- refactor Auth middleware
- Fix Route bug
- Add WebSocket middleware
- Refactor Auth middleware

## 0.2.3

- fix Database connection issue with Isolate
- Fix Database connection issue with Isolate

## 0.2.2

- fix Websocket Join and Left room issue([#63](https://github.com/vania-dart/framework/issues/63))
- refactor Migration and model
- add DatabseClient class
- Fix Websocket Join and Left room issue([#63](https://github.com/vania-dart/framework/issues/63))
- Refactor Migration and model
- Add DatabseClient class

## 0.2.1

- fix Postgresql bug
- Fix Postgresql bug

## 0.2.0

- add Redis (base code from dedis dart package)
- add Redis Cache Driver
- Add Redis (base code from dedis dart package)
- Add Redis Cache Driver

## 0.1.9

- fix Isolate bug
- 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](https://github.com/shahi5472)
- refactor Local cache class name to File cache
- Fix public and storage file path
- Refactor Mailable Config to env
- Refactor Migration class, created migration timestamp Add by [S.M. SHAHi](https://github.com/shahi5472)
- Refactor Local cache class name to File cache

## 0.1.7+5

- add pool and poolsize to DatabaseConfig
- Add pool and poolsize to DatabaseConfig

## 0.1.7+4

- fix pgsql bug
- add alter column to the migration
- Fix pgsql bug
- Add alter column to the migration

## 0.1.7+3

- refactor HttpException to HttpResponseException
- add abort method to the helper file
- Refactor HttpException to HttpResponseException
- Add abort method to the helper file

## 0.1.7+2

- fix route group bug
- Fix route group bug

## 0.1.7+1

- fix env issue
- 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
- Add deleteTokens and deleteCurrentToken Auth class
- Refactor group routing to use a callback function instead of a list
- Refactor websocket data to payload
- Add Middleware Handler
- Fix Webscoket Route bug
- Update Dependencies
- Add secure bind

## 0.1.6+1

- fix Storage issues
- Fix Storage issues

## 0.1.6

- fix Websocket bugs
- Storage Converted Instance Methods to Static Methods
- Cache Converted Instance Methods to Static Methods
- Fix Websocket bugs
- Refactor Storage Converted Instance Methods to Static Methods
- Refactor Cache Converted Instance Methods to Static Methods

## 0.1.5+1

- Fixed env issues
- Fix env issues

## 0.1.5

- add Logger
- add env file
- 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
- Add Throttle middleware
- Add move for upload file in custom folder
- Add paginate and simplePagination in Eloquent

## 0.1.3

- Implemented mail
- Add mail

## 0.1.2

- Implemented multi-isolate server
- Add multi-isolate server

## 0.1.1+4

- fix bug: Validation issue on non-required fields
- Fix Validation issue on non-required fields

## 0.1.1+3

- Singleton base route prefix to static
- Completed Readme file
- Add Singleton base route preFix to static
- Readme file

## 0.1.1+2

- fix bug: Cors file and class name
- Fix bug: Cors file and class name

## 0.1.1+1

- fix bug: http method options and cors error
- Fix bug: http method options and cors error

- ## 0.1.1

- add Hash class
- Add Hash class

## 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
- Fix a bug related to WebSocket data events
- Fix authentication check functionality
- Add `isAuthorized` feature
- Add `query_builder` from Eloquent package for enhanced functionality

## 0.0.4

- fix bug: Authentication refresh token
- Fix bug: Authentication refresh token

## 0.0.3+1

- fix bug: migration columns length
- add sslmode to the MySqldriver
- Fix bug: migration columns length
- Add sslmode to the MySqldriver

## 0.0.3

- fix Bug: Resolved issue with table creation in PostgreSQL
- Fix Bug: Resolved issue with table creation in PostgreSQL

## 0.0.2+1

- add bigIncrements and softDeletes columns
- Add bigIncrements and softDeletes columns

## 0.0.2

- add column index to vania file
- Add column index to vania file
- Code formatted

## 0.0.1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vania
description: Fast, simple, and powerful backend framework for Dart built with
version: 0.2.4
version: 0.2.5
homepage: https://vdart.dev
repository: https://github.com/vania-dart/framework
issue_tracker: https://github.com/vania-dart/framework/issues
Expand Down

0 comments on commit fb36579

Please sign in to comment.