diff --git a/CHANGELOG.md b/CHANGELOG.md index 4238bda..94d68e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +
+ +*** +
+ ## [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) diff --git a/pubspec.yaml b/pubspec.yaml index 410898a..8be8ea9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'