Releases: UMMobile/ummobile_custom_http
Releases · UMMobile/ummobile_custom_http
v0.0.3
- 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
v0.0.3-beta2
- 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
v0.0.3-beta1
- Adds ExpiredToken exception
- Adds validation for JWT
- Improves Auth class usage
v0.0.2
- Adds
queries
argument
v0.0.2-beta2
- Updates
utf8Decode
default value tofalse
v0.0.2-beta1
- Add checkInternetError function
- Add more HttpExceptions
- Update docs