PHP_Reflect ChangeLog
=====================
:author:      Laurent Laville
:email:       pear@laurent-laville.org
:stylesdir:   styles
:scriptsdir:  js


== Version 1.4.2 (2012-07-24)

.Additions and changes:
* none

.Bug fixes:
* wrong namespace used for class when importing other namespaces


== Version 1.4.1 (2012-07-23)

.Additions and changes:
* none

.Bug fixes:
* avoid conflict between __use__ when importing namespace and solve conflicts in trait class usage


== Version 1.4.0 (2012-07-21)

.Additions and changes:
* improved namespaces support with imports (Aliasing/Importing).
See new example 3 in Configure Properties section of the User Guide.
* both PDF A4 and US doc format are now available to download

.Bug fixes:
* none


== Version 1.3.0 (2012-02-15)

.Additions and changes:
* additionnal TRAIT support (PHP 5.4.0 feature) with magic constant +--TRAIT--+
* EPUB doc format is now available to download

.Bug fixes:
* none


== Version 1.2.0 (2012-02-01)

.Additions and changes: 
* add TRAIT support (PHP 5.4.0 feature)
* refactoring of getArguments() method introduced in previous version 1.1.0

.Bug fixes:
* none


== Version 1.1.0 (2011-11-11)

.Additions and changes: 
* PHP_Reflect_Token_FUNCTION::getArguments() return values changed : 
see examples/scanFunctionArguments.php and User Guide Configure/Properties section (example 2).
Thanks to Stefan Neufeind for its patch/proposal.
* add test suite for issues reported 
* upgrades build phing xml file : use latest asciidoc version (8.6.6)

.Bug fixes:
* none


== Version 1.0.2 (2011-07-18)

.Additions and changes:
* none

.Bug fixes:
* trimmed whitespace on PHP_Reflect_Token_FUNCTION::getSignature() method


== Version 1.0.1 (2011-07-16)

.Additions and changes:
* replace missing AllTests.php script to launch all tests at once by configuration file phpunit.xml

.Bug fixes:
* Signature truncated on methods with array as defaultvalue (link:https://github.com/llaville/php-reflect/issues/1[issue #1])


== Version 1.0.0 (2011-07-01)

.Additions and changes:
* WARNING: Autoloader is no more loaded by default.
* add AllTests.php script to launch all tests at once.
* add source documentation that can be build with AsciiDoc (see docs/README.txt)

.Bug fixes:
* none


== Version 1.0.0RC1 (2011-04-24)

.Additions and changes:
* no changes since version 0.7.0

.Bug fixes:
* none


== Version 0.7.0 (2011-04-16)

.Additions and changes:
* adds globals variable support

.Bug fixes:
* typo errors on IncludeTest.php file about method covers; allow to use --coverage phpunit feature


== Version 0.6.0 (2011-04-10)

.Additions and changes:
* enhance namespaces support

.Bug fixes:
* two tests condition in abstract class PHP_Reflect_TokenWithScope, getEndTokenId() method


== Version 0.5.1 (2011-04-04)

.Additions and changes:
* PEAR dependency decreased from 1.9.2 to 1.9.0 to allow EPEL repository packaging

.Bug fixes:
* when a namespace is active, keep it as current context


== Version 0.5.0 (2011-03-25)

.Additions and changes:
* adds full support for Namespace with PHP 5.3.0 or greater
* adds total of lines, code lines and no code lines

.Bug fixes:
* none


== Version 0.4.0 (2011-03-19)

.Additions and changes:
* adds an independant autoloader function

.Bug fixes:
* none


== Version 0.3.1 (2011-03-13)

.Additions and changes:
* none

.Bug fixes:
* getIncludes method introduced dupplicated values with PHP_CompatInfo 2


== Version 0.3.0 (2011-03-13)

.Additions and changes:
* improved options handler
* getDocblock method accept more than just phpdoc comment style
* add docblock in each test units


== Version 0.2.0 (2011-03-12)

.Additions and changes:
* change base install directory


== Version 0.1.0 (2011-03-10)

* First public release
