Releases: gjerokrsteski/pimf-framework
Releases · gjerokrsteski/pimf-framework
Transphporm
- add support of PHP >= 5.6 only
- fixing tests
- restoring prior version constraint for phpunit
- fixed warnings about protected static function
- fixed test that broke clover; $_SERVER should never be tampered with
v1.11.0-alpha: Added adapter for Transphporm template engine (#27)
- Added adapter for Transphporm template engine
Garrett
- Increase OOP, reduce hard coupling.
- improvements to cache storage classes.
- fix all of the return values in cache storage retrieve() methods.
v1.10.1-beta
Fixed the rest of the return values in cache storage retrieve() metho…
v1.10.1-alpha: Made improvements to cache storage classes (#24)
* made improvements to cache storage classes * fixed incorrect logic in Cache::storage()
Bo
- supported PHP versions: 5.3, 5.4, 5.5, 5.5.9, 5.6 and 7.0
- make logging configurable to file or stdout
- add Std to treat unbuffered event streams
- add file adapter for streams
- housekeeping
Jasmin
- Add support for all HTTP Request Methods
- Refactoring of Registry to Dependency Injection Principle