emlynwest / changelog

Package to enable change logs to be parsed
MIT License
45 stars 4 forks source link

Add extra smartness to main class #8

Closed emlynwest closed 8 years ago

emlynwest commented 9 years ago

Allow the main class to automatically construct needed classes to make it simpler to use.

sagikazarmark commented 9 years ago

As discussed on IRC, I might split this functionality into factories.

emlynwest commented 8 years ago

Can now be done through the GenericFactory https://github.com/stevewest/changelog/blob/master/src/Console/AbstractCommand.php#L68