Este diretório contém a documentação completa de todas as versões do PivotPHP Core, incluindo recursos, melhorias de performance e informações técnicas.
Destaques:
- 🔧 Script Consolidation: 40% redução no número de scripts (25 → 15)
- 📦 Automatic Versioning: Detecção automática via arquivo VERSION obrigatório
- 🚀 GitHub Actions Optimized: Workflows consolidados e corrigidos
- 📚 Comprehensive Documentation: Guia completo de versionamento (315 linhas)
- ✅ Infrastructure Excellence: Base sólida para desenvolvimento futuro
- ✅ 100% Backward Compatible: Nenhuma breaking change
Novos recursos:
- Sistema automático de gerenciamento de versões com
version-bump.sh - Biblioteca compartilhada
scripts/utils/version-utils.sh - Script consolidado
quality-check.shpara validação completa - Validação rigorosa do arquivo VERSION com formato X.Y.Z
- Documentação completa de versionamento semântico
Documentação específica:
Destaques:
- 📚 Examples & Documentation Edition: 15 exemplos organizados
- 💡 Complete API Reference: Documentação concisa e funcional
- 🔧 Critical Fixes: Correções de configuração e middleware
- ⚡ Performance Maintained: 40,476 ops/sec (herdada de v1.1.2)
- ✅ Production Ready: Demonstrações avançadas e guias práticos
Destaques:
- 🏗️ Consolidation Edition: Arquitetura otimizada e organizada
- 📁 Middleware Organization: Estrutura consolidada por responsabilidade
- 🔄 Backward Compatibility: 12 aliases automáticos mantém compatibilidade
- ⚡ Performance Maintained: 40,476 ops/sec média
- ✅ 100% Test Success: 430/430 testes passando
Destaques:
- 🚀 JSON Optimization: Automatic buffer pooling (161K ops/sec small data)
- 📊 Smart Detection: Automatically optimizes datasets that benefit
- 🔄 Transparent Fallback: Small data uses traditional json_encode()
- ⚡ High Performance: 17K ops/sec (medium), 1.7K ops/sec (large)
- ✅ Zero Configuration: Works out-of-the-box with existing code
v1.1.0/IMPLEMENTATION_SUMMARY.md
Destaques:
- ⚡ High Performance Mode: 25x faster Request/Response creation
- 🏊 Object Pooling: Revolutionary memory management
- 📊 Performance Monitoring: Real-time metrics and analytics
- 🔧 Flexible Configuration: Multiple performance profiles
- ✅ Transparent Integration: Drop-in replacement for existing code
Destaques:
- ✅ Regex Route Validation: Suporte completo a validação com regex
- ✅ Route Constraints: Constraints predefinidas e customizadas
- ✅ Performance Mantida: Mesma performance da v1.0.0
- ✅ Retrocompatibilidade: 100% compatível com v1.0.0
- ✅ PHPStan Level 9: Zero erros detectados
Destaques:
- ✅ PHP 8.1+ Ready: Compatibilidade total com PHP 8.1+
- ✅ Quality Score: 9.5/10 PSR-12 compliance
- ✅ Express.js API: Familiar routing and middleware patterns
- ✅ PSR Standards: Full PSR-7, PSR-15 compliance
- ✅ High Performance: Optimized core with excellent benchmarks
| Version | Framework Avg | Notable Features |
|---|---|---|
| v1.0.0 | Baseline | Initial release |
| v1.0.1 | Baseline | Regex validation |
| v1.1.0 | 25x improvement | Object pooling |
| v1.1.1 | + JSON optimization | Buffer pooling |
| v1.1.2 | 40,476 ops/sec | Consolidation |
| v1.1.3 | 40,476 ops/sec | Examples & docs |
| v1.1.4 | 40,476 ops/sec | Infrastructure |
| Version | Scripts | GitHub Actions | Hardcoding | Documentation |
|---|---|---|---|---|
| v1.0.0 | Basic | Basic | Present | Basic |
| v1.1.0 | Extended | Extended | Present | Good |
| v1.1.1 | Extended | Extended | Present | Good |
| v1.1.2 | Extended | Extended | Present | Good |
| v1.1.3 | 25 scripts | 4 workflows | Present | Excellent |
| v1.1.4 | 15 scripts | 3 workflows | Eliminated | Comprehensive |
- v1.1.4 - Script consolidation & automation
- v1.1.2 - Architecture consolidation
- v1.1.0 - Performance infrastructure
- v1.1.3 - Examples & API reference
- v1.0.1 - Feature documentation
- v1.1.1 - JSON optimization
- v1.1.0 - Object pooling & high performance mode
- v1.0.0 - Initial stable release
- v1.1.4 - ✅ Current (Full support)
- v1.1.3 - ✅ Previous (Security updates)
- v1.1.2 -
⚠️ Legacy (Critical updates only)
- v1.1.1 and earlier - ❌ EOL (Upgrade recommended)
- Bug fixes based on v1.1.4 feedback
- Documentation improvements
- Minor script optimizations
- New features maintaining backward compatibility
- Additional middleware options
- Extended integrations
- Architectural improvements
- Planned breaking changes
- Community-driven evolution
docs/releases/
├── README.md # Este arquivo (índice)
├── FRAMEWORK_OVERVIEW_v1.1.4.md # Overview v1.1.4 (atual)
├── FRAMEWORK_OVERVIEW_v1.1.3.md # Overview v1.1.3
├── FRAMEWORK_OVERVIEW_v1.1.2.md # Overview v1.1.2
├── FRAMEWORK_OVERVIEW_v1.0.1.md # Overview v1.0.1
├── FRAMEWORK_OVERVIEW_v1.0.0.md # Overview v1.0.0
├── v1.1.4/ # Documentação detalhada v1.1.4
│ ├── RELEASE_NOTES.md # Release notes
│ ├── MIGRATION_GUIDE.md # Guia de migração
│ └── CHANGELOG.md # Changelog detalhado
├── v1.1.1/ # Documentação v1.1.1
│ └── RELEASE_NOTES.md
└── v1.1.0/ # Documentação v1.1.0
├── IMPLEMENTATION_SUMMARY.md
├── ARCHITECTURE.md
├── HIGH_PERFORMANCE_GUIDE.md
├── MONITORING.md
└── PERFORMANCE_TUNING.md
PivotPHP Core - High Performance PHP Microframework with Express.js Simplicity 🚀