Releases: NeoPHP-Dev/NeoPHP
Releases · NeoPHP-Dev/NeoPHP
Release list
NeoPHP v4.20.7 - Project Symlink Fix
v4.20.7
- fix: use symlink instead of mirror for project path repositories (ec55f18)
Full Changelog: v4.20.6...v4.20.7
NeoPHP v4.20.6 - Database Configuration Fallback
v4.20.6
- fix: DatabaseConnection should not fail when database.config.php is missing (3ecda78)
Full Changelog: v4.20.5...v4.20.6
NeoPHP v4.20.5 - Git Ignore Fix
NeoPHP v4.20.4 - Console Manager DTO Fix
v4.20.4
- fix: use AttributeScanResult getters instead of array access in ConsoleManager (2938884)
Full Changelog: v4.20.3...v4.20.4
NeoPHP v4.20.3 - Documentation Terminology Update
NeoPHP v4.20.2 - Startup Guide Update
NeoPHP v4.20.1 - Documentation Translation
v4.20.1
- docs: translate all README, STARTUP and CONTRIBUTION files (3bc4bf8)
Full Changelog: v4.20.0...v4.20.1
NeoPHP v4.20.0 - Pagination System
v4.20.0
- docs: update ROADMAP (4939cb5)
- docs: document Paginator, QueryBuilder::paginate() and paginator_links in README (5605142)
- feat: add paginator_links Twig extension for rendering pagination navigation (7e930b1)
- feat: add EntityRepository::paginate() for entity-based pagination (6cde3ea)
- feat: add QueryBuilder::paginate() using a cloned builder for the count query (4a23c22)
- feat: add standalone Paginator with pagination metadata and link windowing (8d08f47)
What's Changed
- Feat/paginator by @BenjiLeLoustik in #192
Full Changelog: v4.19.0...v4.20.0
NeoPHP v4.19.0 - Persistent PDO Connections
v4.19.0
- docs: update ROADMAP (5669e0b)
- docs: document persistent connections and transaction leak warning (2a9481c)
- feat: add persistan option key (4ffd28c)
- feat: support persistent PDO connections via config option (2182fdf)
What's Changed
- Feat/persistent pdo connections by @BenjiLeLoustik in #191
Full Changelog: v4.18.2...v4.19.0