PHPLOC 2.0.3 - 5 Nov 2013

    Added missing metrics to CSV log
    Fixed CSV logging on systems with non-english locale


PHPLOC 2.0.2 - 4 Sep 2013

    Fixed #64: Output of test classes and method incorrectly implemented.


PHPLOC 2.0.1 - 3 Sep 2013

    Fixed #62: Single line comments are counted twice for Comment Lines of Code (CLOC) metric


PHPLOC 2.0.0 - 28 Aug 2013

    Implemented #4: Count code outside of classes or functions.
    Implemented #19: Count number of static/non-static method calls (as well as accesses to static/non-static attributes).
    Implemented the Logical Lines of Code (LLOC) metric.
    Added the --git-repository switch to calculate the software metrics for each revision of a Git repository.
    Added --names-exclude switch to exclude filenames using glob patterns.
    Removed the ability to count the Executable Lines of Code (ELOC) and the optional dependency on Bytekit.
    The Symfony Console component is now used instead of the ConsoleTools component from the Zeta Components.
    The Version component is now used to manage the version number.


PHPLOC 2.0.0-BETA1 - 2 Aug 2013

    Implemented #4: Count code outside of classes or functions.
    Implemented #19: Count number of static/non-static method calls (as well as accesses to static/non-static attributes).
    Implemented the Logical Lines of Code (LLOC) metric.
    Added the --git-repository switch to calculate the software metrics for each revision of a Git repository.
    Added --names-exclude switch to exclude filenames using glob patterns.
    Removed the ability to count the Executable Lines of Code (ELOC) and the optional dependency on Bytekit.
    The Symfony Console component is now used instead of the ConsoleTools component from the Zeta Components.
    The Version component is now used to manage the version number.
