Skip to content

Commit

Permalink
ROADMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosister committed Oct 28, 2012
1 parent 459a68c commit 313df74
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
todo
----

0.8.*

* add interface for caller DONE
* commits count DONE

0.9.*
* isolate objects like grit, clean constructor of Commit, Log, Tag, Tree, Diff by accepting the repository as mandatory argument DONE
* find a way to populate object props from the sha inside the objects DONE
* inject the caller and the command to the objects to populate props DONE
* use sha (default to HEAD) whenever it's possible inside constructors DONE
* remove the dependency-injection and config dependency

1.0.0
* git blame
* blobs management
* introduce traits and make the library php 5.4 only?

0 comments on commit 313df74

Please sign in to comment.