Skip to content

Commit

Permalink
Released v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Chardonnet committed May 25, 2015
1 parent f9e51d5 commit c81cc55
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# CHANGELOG

## 0.3.0: Constructor generation

* constructor generation, same as method except:
* it inserts constructor at the begining of the class
* it inserts properties with initialization for each constructor arguments

## 0.2.0: Use statements

* added insertion of use statements
* use statement insertion (for each object argument)

## 0.1.1: Fixed object type hints

* fixed Prophecy test doubles type guessing

## 0.1.0: Method Generation

* created method generator
* method generation:
* it inserts method at the end of the class
* it typehints object, array and callable arguments
* it names object arguments after their type
* it names scalar arguments after a generic name (`argument`)
* it adds number on names that could collide (e.g. `$argument1, $argument2`)

0 comments on commit c81cc55

Please sign in to comment.