Releases: moreirawebmaster/engine-security
Releases · moreirawebmaster/engine-security
v1.2.1
🔧 Refactored
Code Organization - Moved _CertificateHashes to proper model structure:
- Created
EngineCertificateHashesModelinlib/src/models/engine_certificate_hashes_model.dart - Added export to
models.dartfollowing alphabetical order - Removed inline
_CertificateHashesclass fromengine_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
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Adiciona gatilho para pull requests no workflow de CI, permitindo a e… by @moreirawebmaster in #4
- Remove arquivos de exemplo da aplicação de demonstração "security_dem… by @moreirawebmaster in #5
- Feature/gps-fake by @moreirawebmaster in #6
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
- @moreirawebmaster made their first contribution in #1
Full Changelog: https://github.com/moreirawebmaster/engine-security/commits/v1.0.0