Skip to content

Commit

Permalink
v0.1.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haolun committed Jul 31, 2023
1 parent a2701d8 commit 5d32a34
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [v0.1.5](https://github.com/haolun1996/baseX/releases/tag/0.1.5) - 2023-07-31
- Bug Fixes
- check page [runtimeType](https://github.com/haolun1996/baseX/blob/a2701d8b000555ea8969b30182bdecc299600b7a/lib/Core/x_base_widget.dart#L108C5-L122C1) is not integer/double/string/bool
- handle if code != 40000 when request http 400, possible when http 400 then code have other than [40000](https://github.com/haolun1996/baseX/blob/a2701d8b000555ea8969b30182bdecc299600b7a/lib/api_service/mixin_api_interceptor.dart#L14C9-L26C10)

- New
- reversed [stacked appbar](https://github.com/haolun1996/baseX/blob/a2701d8b000555ea8969b30182bdecc299600b7a/lib/Core/x_base_widget.dart#L147C1-L149C52)
- Changes
- change iosinfo.model to [iosinfo.utsname.machine](https://github.com/haolun1996/baseX/blob/a2701d8b000555ea8969b30182bdecc299600b7a/lib/controller/x_controller.dart#L34)
- On Going

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

<br />

***
<br />

## [v0.1.4](https://github.com/haolun1996/baseX/releases/tag/0.1.4) - 2023-07-31
- Bug Fixes

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.1.4
version: 0.1.5

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

0 comments on commit 5d32a34

Please sign in to comment.