Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 1.97 KB

File metadata and controls

87 lines (49 loc) · 1.97 KB

[0.4.6] - 2026-04-02

  • Added maintenanceError and serviceDownError error codes to GlobalErrorCode.

[0.4.5] - 2025-12-09

  • AuthErrorCode: added incorrectData, accessRecoveryInvalidUser, externalAuthAccountExists, externalAuthAccountNotFound error codes.

[0.4.4] - 2025-08-20

  • Added ValidationErrorCode.
  • Json serialization for localizedMessage in RemoteError.toString() (can be multi-line and contain special characters).

[0.4.3] - 2023-08-29

  • Added new error code httpException to NetworkErrorCode.

[0.4.2] - 2023-06-27

  • Added InternalErrorCode.
  • Up min dio version to 5.2.0.

[0.4.1+3] - 2023-03-30

  • Added new error code connectionError to NetworkErrorCode.

[0.4.1+2] - 2023-03-30

  • Added new error code badCertificate to NetworkErrorCode.

[0.4.1+1] - 2023-03-23

  • Up max dio version to 6.0.0.

[0.4.1] - 2022-02-16

  • Export DioError.

[0.4.0] - 2022-02-07

  • Added AuthErrorCode (moved from login).

[0.3.0] - 2021-08-23

  • Add retry param to error model.
  • Parameters localizedMessage, description, data, retry have become named.

[0.2.0] - 2021-04-27

  • Migrate to null-safety.

[0.1.4] - 2020-12-11

  • Use innim_lint analysis options. Refactoring with new rules.
  • Add code for handshake phase failure.

[0.1.3] - 2020-08-25

  • Modification isError income not named parameter code.

[0.1.2] - 2020-08-24

  • Add code if socket connection failed.
  • Add method return if socket connection failed.

[0.1.1] - 2020-07-20

  • Example code.
  • Add pedantic analysis ruleset.
  • Fix analysis problems.
  • Added tests for some extension getters.
  • Fixed: isExternalServiceError returns true for every internal server error.
  • Removed dart:io import (for web support).

[0.1.0+2] - 2020-07-14

  • Export async Result and ErrorResult.

[0.1.0+1] - 2020-07-14

  • Lower version for dependencies.
  • Readme: added link to pub.dev.

[0.1.0] - 2020-07-14

  • Moved from innim_remote package.