Skip to content

Latest commit

 

History

History
137 lines (122 loc) · 9.6 KB

CHANGELOG.md

File metadata and controls

137 lines (122 loc) · 9.6 KB

Changelog

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

0.7.0

Found 32 pull request(s) merged for pennyphp/penny between 0.6.0 and HEAD.

  • [#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

  • [#82] Remove gianarb prefix

0.4.1

  • [8a8ae85] Fixed for case insensitive file system

0.4.0

  • [#56] change badge
  • [#54] A more clean constructor
  • [#58] Ignored .idea + typos
  • [#59] Clean .gitignore
  • [#62] typo errors
  • [#61] Bullet points to perfect contributions
  • [#63] Updated docblocks
  • [#65] PHP-DI bootstrap configuration
  • [#69] Added tests for #66
  • [#66] Refactoring app construct
  • [#67] Refactoring default request and response
  • [#70] refactor ternary operator
  • [#71] add tests -> penny is now 100% unit tested
  • [#76] upgrade requirement to php 5.5, and zf version
  • [#78] apply call_user_func_array to dispatcher invoke
  • [#73] Dispatcher must be a callable
  • [#79] Create container factory

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

0.2.0

  • [#11] Feature/docs
  • [#28] OC + PHPDoc
  • [#35] Try read the docs layout configuration
  • [#36] Revert "Try read the docs layout configuration"
  • [#37] Fixes typos

0.1.2

  • [#19] Add support to php 5.4
  • [#20] Remove unused code
  • [#23] Clean sum array without foreach
  • [#24] FQCN
  • [#26] Removed useless white lines
  • [#27] Added phpcs check on Travis-CI
  • [#29] Fixes typo

0.1.1

0.1.0

  • [fabfffc] Bootstrap project
  • [7e46405] Replace name in penny
  • [2fa13ab] Refactoring public API
  • [#2] Corrected readme description
  • [#2] Scrutinizer Auto-Fixes
  • [#8] remove unused use statements
  • [#7] Force or not exception throw
  • [#9] Reduce number of event
  • [#20] Create signature with route params