Releases: pennyphp/penny
Releases · pennyphp/penny
0.8.0
Found 8 pull request(s) merged for pennyphp/penny between 0.7.0 and 0.8.0.
- [#145] make bootstrap event triggered in App::run()
- [#147] Fixes [#96] , implements ClassName::class prefix for event name
- [#150] update symfony/http-foundation to ~3.0
- [#151] remove php7 from allow_failures in travis config
- [#146] remove ->getContainer() call inside internal App class inside setUpEventWithRequestResponse() method
- [#152] add exception message to RouteNoutFoundException and MethodNotAllowedException
- [#154] Add test dispatcher is a closure
- [#155] Fixed Readme.md and add site
Release 0.7.0
- [#104] set off email notification on .travis.yml
- [#106] remove __construct() from PennyEventInterface
- [#107] Update getting-started.md
- [#108] Use skeleton app and not classic app
- [#110] use "phpunit/phpunit": "^4.8|^5.0" in composer.json
- [#111] update package dependencies
- [#114] update docs regarding container and path role config
- [#115] remove dependency status badge
- [#116] Fixes penny-skeleton-app link
- [#112] Event Manager split interface
- [#117] Add EventManager docs
- [#120] added cakephp eventmanager proxy ( uses trigger->(PennyEventInterface $event) )
- [#122] Added missing $container property in Dispatcher class
- [#123] add missing properties in CakeEvent
- [#124] Fixes deprecated attach() method on Cake EventManager, use on() instead
- [#125] make scrutinizer score 10
- [#128] documentation improvements
- [#127] add php 7 to allow_failures in travis
- [#126] Fixes wrong namespace in PennyTest\Event
- [#131] Added missing docblock
- [#130] rename event adapters
- [#129] Move repetitive trigger with event to separate private method
- [#132] Fixes scrutinizer issues
- [#133] Fixes App::getEventManager() docblock
- [#134] usage of PennyEvmInterface for docblock instead
- [#135] refactor Dispatcher
- [#136] listener call priority in PennyEvmInterface
- [#137] more improvements
- [#138] Increase Scrutinizer anaytics
- [#141] Fixes RouteInfoInterface type hint in handleRoute() method
- [#142] Fix 139
- [#143] re-create 141
0.6.0
- [#84] remove unused $request and $response property
- [#83] container usage clean up
- [#86] Fixes docblock: response is an incoming
- [#85] increase scrutinizer score
- [#87] add timeout config to .scrutinzer.yml
- [#90] php-cs-fixer configuration
- [#88] Build all from dependency injection
- [#93] Feature/route info call user func approach
- [#91] Standard dispatch result
- [#94] add more tests
- [#95] Drop static RouteInfo matched method
- [#98] travis-ci performances improvement
- [#99] added the "Exception" suffix
- [#100] php 7 requirement definition
- [#103] Add notification on #pennyphp irc
- [#102] update ERROR_DISPATCH to dispath_error
- [#101] Standard error event
0.5.0
0.4.1
0.4.0
- badge (#56) - A more clean constructor (#54) - Ignored .idea + typos (#58) - Clean .gitignore (#59) - typo errors (#62) - Bullet points to perfect contributions (#61) - Updated docblocks (#63) - PHP-DI bootstrap configuration (#65) - Added tests for #66 (#69) - Refactoring app construct (#66) - Refactoring default request and response (#67) - refactor ternary operator (#70) - add tests -> penny is now 100% unit tested (#71) - upgrade requirement to php 5.5, and zf version (#76) - apply call_user_func_array to dispatcher invoke (#78) - Dispatcher must be a callable (#73) - Create container factory (#79)
0.3.0
- [#40] update composer description
- [#39] clean up
- [#41] PHP-CS-Fixer round
- [#42] Add test to describe the stop of application flow
- [#45] update docs in favor of installations
- [#47] Some review
- [#22] bootstrap test to run with symfony/http-foundation
- [#49] add tests for getContainer instanceOf interop ContainerInterface
- [#50] update composer.json's keywords
- [#53] Fixed #52 Replace http.flow with eventManager BC_BREAK