Skip to content

Releases: moreirawebmaster/engine-security

v1.2.1

25 Jun 02:09

Choose a tag to compare

🔧 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

v1.2.0

23 Jun 00:23

Choose a tag to compare

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 Jun 20:20
4702adc

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

22 Jun 18:46
fa0da10

Choose a tag to compare

What's Changed

  • Remove menção ao time do Flutter no README.md e adiciona novos arquivos de configuração do CocoaPods no projeto iOS, incluindo frameworks e scripts de verificação de dependências. Atualiza a estrutura do projeto para melhor organização e integração com o sistema de build. by @moreirawebmaster in #1
  • Adiciona novos diretórios de exemplo ao arquivo de análise e ajusta o comando de análise no CI para focar apenas na pasta 'lib'. by @moreirawebmaster in #2
  • Atualiza o workflow de CI para melhorar a verificação de cobertura de… by @moreirawebmaster in #3

New Contributors

Full Changelog: https://github.com/moreirawebmaster/engine-security/commits/v1.0.0