Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@gianarb gianarb released this 28 Nov 12:22
· 33 commits to master since this release
  • [#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