Skip to content

Releases: pennyphp/penny

0.8.0

29 Dec 10:51
Compare
Choose a tag to compare

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

28 Nov 12:22
Compare
Choose a tag to compare
  • [#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

30 Oct 09:56
Compare
Choose a tag to compare
  • [#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

12 Oct 15:28
Compare
Choose a tag to compare
- Remove gianarb prefix (#82)

0.4.1

12 Oct 15:27
Compare
Choose a tag to compare
- Fixed test for case insensitive file system

0.4.0

12 Oct 15:27
Compare
Choose a tag to compare
- 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

12 Sep 12:35
Compare
Choose a tag to compare
  • [#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

02 Sep 18:14
Compare
Choose a tag to compare
  • [#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

28 Aug 00:15
Compare
Choose a tag to compare
  • [#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

25 Aug 07:35
Compare
Choose a tag to compare