Skip to content

Commit

Permalink
Release patch version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangomz committed Nov 1, 2021
1 parent 7f44641 commit abc73d4
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
Expand Up @@ -33,3 +33,18 @@
- Refactor checkInternetConnection:
- Renames to throwConnectionException
- Updates to throw a ConnectionErrorException instead of returning HttpException type

## 0.0.3
> Release date: 01/Nov/2021
- Adds ExpiredToken exception
- Adds validation for JWT
- Improves Auth class usage
- Fixes format of authorization header value
- Adds Unauthorized exception
- Updates HttpCallExceptions implementations:
- Adds ClientErrorException
- Adds ServerErrorException
- Adds ConnectionErrorException
- Refactor checkInternetConnection:
- Renames to throwConnectionException
- Updates to throw a ConnectionErrorException instead of returning HttpException type
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ummobile_custom_http
description: The custom HTTP client with GetConnect used in the UMMobile App to make the request.
version: 0.0.3-beta2
version: 0.0.3
homepage: https://github.com/ummobile/ummobile_custom_http

environment:
Expand Down

0 comments on commit abc73d4

Please sign in to comment.