Skip to content

Releases: UMMobile/ummobile_custom_http

v0.0.3

01 Nov 22:52
Compare
Choose a tag to compare
  • 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

29 Oct 17:03
Compare
Choose a tag to compare
v0.0.3-beta2 Pre-release
Pre-release
  • 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

28 Oct 22:44
Compare
Choose a tag to compare
v0.0.3-beta1 Pre-release
Pre-release
  • Adds ExpiredToken exception
  • Adds validation for JWT
  • Improves Auth class usage

v0.0.2

20 Oct 17:11
Compare
Choose a tag to compare
  • Adds queries argument

v0.0.2-beta2

11 Oct 14:03
Compare
Choose a tag to compare
v0.0.2-beta2 Pre-release
Pre-release
  • Updates utf8Decode default value to false

v0.0.2-beta1

08 Oct 16:39
Compare
Choose a tag to compare
v0.0.2-beta1 Pre-release
Pre-release
  • Add checkInternetError function
  • Add more HttpExceptions
  • Update docs