Skip to content

Commit

Permalink
v0.2.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haolun committed Sep 25, 2023
1 parent fd5d2e9 commit 9a8cc71
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [v0.2.2](https://github.com/haolun1996/baseX/releases/tag/0.2.2) - 2023-09-25
- Bug Fixes
- [XLoggerInterceptors](https://github.com/haolun1996/baseX/blob/main/lib/api_service/api_logger_interceptor.dart) will directly intercep on API request instead of Logger purpose
- [onRequest](https://github.com/haolun1996/baseX/blob/fd5d2e94e2c85ca995d1fcca33d21877eafc2431/lib/api_service/api_logger_interceptor.dart#L61)
- [onError](https://github.com/haolun1996/baseX/blob/fd5d2e94e2c85ca995d1fcca33d21877eafc2431/lib/api_service/api_logger_interceptor.dart#L83)
- onResponse
- [success200](https://github.com/haolun1996/baseX/blob/fd5d2e94e2c85ca995d1fcca33d21877eafc2431/lib/api_service/api_logger_interceptor.dart#L105)
- [Not success200](https://github.com/haolun1996/baseX/blob/fd5d2e94e2c85ca995d1fcca33d21877eafc2431/lib/api_service/api_logger_interceptor.dart#L115)
- Changes
- add "kDebugMode" to dio [baseUrl](https://github.com/haolun1996/baseX/blob/fd5d2e94e2c85ca995d1fcca33d21877eafc2431/lib/api_service/api.dart#L35) for handling endpoint purpose between debug for uatBaseUrl and release for baseUrl for both mode
- TODO
- API Caching
- Endpoint Changing Method
- Check Permission for Android(12/13)
- Social Login

<br />

***
<br />

## [v0.2.1](https://github.com/haolun1996/baseX/releases/tag/0.2.1) - 2023-08-15
- Bug Fixes
- status code >= 200 should check with status(true | false) at [api_interceptor](https://github.com/haolun1996/baseX/blob/3a16cab9e221aedd22afa3ffe4523be8f5383eff/lib/api_service/api_interceptor.dart#L86) and [api_logger_interceptor](https://github.com/haolun1996/baseX/blob/3a16cab9e221aedd22afa3ffe4523be8f5383eff/lib/api_service/api_logger_interceptor.dart#L90)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: BaseX Running With Flutter 3.10.x

publish_to: "none"

version: 0.2.1
version: 0.2.2

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 9a8cc71

Please sign in to comment.