Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

64 lines (42 loc) · 1.44 KB

0.3.2

Breaking Changes

  • Removed NexusModel class - Use primitive request handling instead for non-JSON responses

0.3.1

Testing

  • Added comprehensive unit test suite
    • Primitive request handling tests
    • Network exception handling tests
    • Localization and translation tests
  • Added test infrastructure with mockito
  • Added test models and utilities
  • Fixed delegate initialization issues in tests

0.3.0

New Features

  • Added comprehensive NetworkExceptions handling
  • Added ResultState for network request state management
  • Implemented TimeoutToast for connection timeout feedback
  • Added NetworkConnection for internet connectivity monitoring
  • Added NetworkModelParser for standardized response parsing

Improvements

  • Enhanced error handling with ErrorModel
  • Improved response handling with ResponseModel
  • Added InternetConnectionManager for better connectivity checks
  • Enhanced internationalization support
  • Added comprehensive interfaces (IResponseModel, IErrorModel, IDioNexusNetworkModel)

Documentation

  • Added detailed example implementation
  • Added comprehensive documentation for all components
  • Added usage examples with BLoC pattern

Dependencies

  • Updated dio to ^5.8.0+1
  • Updated connectivity_plus to ^6.1.3
  • Updated other utility packages

0.2.2

  • Some bugs fixed

0.2.1

  • Updated some packages

0.2.0

  • Updated some packages
  • very_good_analysis added

0.1.0

  • Added Locale (en_US, tr_TR)