Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Arbezzano committed Oct 30, 2015
1 parent 10d1298 commit fd2435f
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
# Changelog

# 0.5.0
## 0.6.0

* [[#84]](https://github.com/pennyphp/penny/pull/84) remove unused $request and $response property
* [[#83]](https://github.com/pennyphp/penny/pull/83) container usage clean up
* [[#86]](https://github.com/pennyphp/penny/pull/86) Fixes docblock: response is an incoming
* [[#85]](https://github.com/pennyphp/penny/pull/85) increase scrutinizer score
* [[#87]](https://github.com/pennyphp/penny/pull/87) add timeout config to .scrutinzer.yml
* [[#90]](https://github.com/pennyphp/penny/pull/90) php-cs-fixer configuration
* [[#88]](https://github.com/pennyphp/penny/pull/88) Build all from dependency injection
* [[#93]](https://github.com/pennyphp/penny/pull/93) Feature/route info call user func approach
* [[#91]](https://github.com/pennyphp/penny/pull/91) Standard dispatch result
* [[#94]](https://github.com/pennyphp/penny/pull/94) add more tests
* [[#95]](https://github.com/pennyphp/penny/pull/95) Drop static RouteInfo matched method
* [[#98]](https://github.com/pennyphp/penny/pull/98) travis-ci performances improvement
* [[#99]](https://github.com/pennyphp/penny/pull/99) added the "Exception" suffix
* [[#100]](https://github.com/pennyphp/penny/pull/100) php 7 requirement definition
* [[#103]](https://github.com/pennyphp/penny/pull/103) Add notification on #pennyphp irc
* [[#102]](https://github.com/pennyphp/penny/pull/102) update ERROR_DISPATCH to dispath_error
* [[#101]](https://github.com/pennyphp/penny/pull/101) Standard error event

## 0.5.0
* [[#82]](https://github.com/pennyphp/penny/pull/82) Remove gianarb prefix

# 0.4.1
## 0.4.1
* [[8a8ae85]](https://github.com/pennyphp/penny/commit/8a8ae856fa743cc8359a6f1c02d833cfe13cccff) Fixed for case insensitive file system

# 0.4.0
## 0.4.0
* [[#56]](https://github.com/pennyphp/penny/pull/56) change badge
* [[#54]](https://github.com/pennyphp/penny/pull/54) A more clean constructor
* [[#58]](https://github.com/pennyphp/penny/pull/58) Ignored .idea + typos
Expand All @@ -25,7 +45,7 @@
* [[#73]](https://github.com/pennyphp/penny/pull/73) Dispatcher must be a callable
* [[#79]](https://github.com/pennyphp/penny/pull/79) Create container factory

# 0.3.0
## 0.3.0
* [[#40]](https://github.com/pennyphp/penny/pull/40) update composer description
* [[#39]](https://github.com/pennyphp/penny/pull/39) clean up
* [[#41]](https://github.com/pennyphp/penny/pull/41) PHP-CS-Fixer round
Expand All @@ -37,14 +57,14 @@
* [[#50]](https://github.com/pennyphp/penny/pull/50) update composer.json's keywords
* [[#53]](https://github.com/pennyphp/penny/pull/53) Fixed #52 Replace http.flow with eventManager **BC_BREAK**

# 0.2.0
## 0.2.0
* [[#11]](https://github.com/pennyphp/penny/pull/11) Feature/docs
* [[#28]](https://github.com/pennyphp/penny/pull/28) OC + PHPDoc
* [[#35]](https://github.com/pennyphp/penny/pull/35) Try read the docs layout configuration
* [[#36]](https://github.com/pennyphp/penny/pull/36) Revert "Try read the docs layout configuration"
* [[#37]](https://github.com/pennyphp/penny/pull/37) Fixes typos

# 0.1.2
## 0.1.2
* [[#19]](https://github.com/pennyphp/penny/pull/19) Add support to php 5.4
* [[#20]](https://github.com/pennyphp/penny/pull/20) Remove unused code
* [[#23]](https://github.com/pennyphp/penny/pull/13) Clean sum array without foreach
Expand All @@ -53,10 +73,10 @@
* [[#27]](https://github.com/pennyphp/penny/pull/27) Added phpcs check on Travis-CI
* [[#29]](https://github.com/pennyphp/penny/pull/29) Fixes typo

# 0.1.1
## 0.1.1
* [[61a27f4]](https://github.com/pennyphp/penny/commit/61a27f4) Fixed wrong markdown syntax

# 0.1.0
## 0.1.0
* [[fabfffc]](https://github.com/pennyphp/penny/commit/fabfffc) Bootstrap project
* [[7e46405]](https://github.com/pennyphp/penny/commit/7e46405) Replace name in penny
* [[2fa13ab]](https://github.com/pennyphp/penny/commit/2fa13ab) Refactoring public API
Expand Down

0 comments on commit fd2435f

Please sign in to comment.