Release date: 07/Oct/2021
- First version
Release date: 08/Oct/2021
- Adds checkInternetError function
- Adds more HttpExceptions
- Updates docs
Release date: 11/Oct/2021
- Updates
utf8Decode
default value tofalse
Release date: 20/Oct/2021
- Adds
queries
argument
Release date: 26/Oct/2021
- Adds ExpiredToken exception
- Adds validation for JWT
- Improves Auth class usage
Release date: 28/Oct/2021
- 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
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