1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
0.2.1 - Nov 25, 2016
Last namespace separator is not removed
Because the count function was used to determine the length of the FQNN the
last character was not correctly determined. This was remedied by replacing
the count function with strlen.
0.2 - Jun 10, 2016
Rename Void to Void_ since it is a reserved keyword in PHP7.1
0.1.8 - Mar 29, 2016
0.1.7 - Mar 19, 2016
Fix file_get_contents warning in ContextFactory
0.1.6 - 2 Dec 2015
0.1.5 - 18 Jul 2015
Ignore any tokens within classes when looking for namespaces
0.1.4 - 2 Jul 2015
0.1.3 - 26 Jun 2015
0.1.2 - 26 Jun 2015
0.1.1 - 12 Jun 2015
0.1 - 12 Jun 2015
|