Skip to content

v1.2.1

Latest

Choose a tag to compare

@moreirawebmaster moreirawebmaster released this 25 Jun 02:09
· 1 commit to main since this release

🔧 Refactored

Code Organization - Moved _CertificateHashes to proper model structure:

  • Created EngineCertificateHashesModel in lib/src/models/engine_certificate_hashes_model.dart
  • Added export to models.dart following alphabetical order
  • Removed inline _CertificateHashes class from engine_security_http_overrides.dart
  • Updated imports and references to use new model
  • Improved code organization and maintainability following project standards

🚀 Technical Improvements

  • Enhanced adherence to project architecture patterns
  • Better separation of concerns between network and model layers
  • Improved code readability and maintainability

📋 What's Changed

This release focuses on improving the internal code organization without changing the public API. The refactoring ensures better maintainability and follows the established project patterns for model classes.

Full Changelog: v1.2.0...v1.2.1