Skip to content

Commit

Permalink
v0.2.3 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haolun committed Oct 10, 2023
1 parent 912e4e3 commit c171634
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [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
- add life cycle [onHidden()](https://github.com/haolun1996/baseX/blob/912e4e3cb15380450f8a2c609dcd11a973f0e1d1/lib/Core/x_base_controller.dart#L69-L74)
- [export](https://github.com/haolun1996/baseX/blob/912e4e3cb15380450f8a2c609dcd11a973f0e1d1/lib/base_x.dart#L10) GetX to have same version on dependency
- TODO
- API Caching
- Endpoint Changing Method
- Check Permission for Android(12/13)
- Social Login

<br />

***
<br />

## [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
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.2
version: 0.2.3

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

0 comments on commit c171634

Please sign in to comment.