diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec934c..396f2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [v0.2.4](https://github.com/haolun1996/baseX/releases/tag/0.2.4) - 2023-10-20 +- Bug Fixes + - put [code](https://github.com/haolun1996/baseX/blob/f009c67d70c4c5b29e9ac89baa30affe662c1567/lib/api_service/api_interceptor.dart#L51-L55) optional function paramter to last +- Changes + - Update [flutter_lints](https://github.com/haolun1996/baseX/blob/f009c67d70c4c5b29e9ac89baa30affe662c1567/pubspec.yaml#L32C3-L32C16) to 3.0.0 + - export Class or Function ONLY from main class +- TODO + - API Caching + - Endpoint Changing Method + - Check Permission for Android(12/13) + - Social Login + +
+ +*** +
+ ## [v0.2.3](https://github.com/haolun1996/baseX/releases/tag/0.2.3) - 2023-10-10 - Changes - Update [GetX](https://github.com/haolun1996/baseX/blob/912e4e3cb15380450f8a2c609dcd11a973f0e1d1/pubspec.yaml#L22) version to 4.6.6 diff --git a/pubspec.yaml b/pubspec.yaml index 96004cb..fe19c45 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.3 +version: 0.2.4 environment: sdk: '>=3.0.0 <4.0.0'