Skip to content

Commit

Permalink
v0.2.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haolun committed Aug 15, 2023
1 parent 3a16cab commit 391e244
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [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)

- TODO
- API Caching
- Endpoint Changing Method
- Check Permission for Android(12/13)
- Social Login

<br />

***
<br />

## [v0.2.0](https://github.com/haolun1996/baseX/releases/tag/0.2.0) - 2023-08-15
- New
- [DefaultBaseXHttp](https://github.com/haolun1996/baseX/blob/1c724f1b1282603eead9e4652ccf6ee95026fc5c/lib/api_service/http_type_x.dart#L3) class added as abstract class cannot be declared
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.0
version: 0.2.1

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

0 comments on commit 391e244

Please sign in to comment.