Skip to content

Releases: jesseschalken/php-autoload-generator

0.2.3

09 Dec 01:49
Compare
Choose a tag to compare
  • Fix array_fill(): Number of elements must be positive error on old PHP

0.2.2

09 Dec 00:49
Compare
Choose a tag to compare
  • Escape shell arguments for the "Generated by" comment

0.2.1

08 Dec 23:55
Compare
Choose a tag to compare
  • Depend on jesseschalken/pure-json 1.2 instead of 1.3,

0.2

08 Dec 23:45
Compare
Choose a tag to compare
0.2
  • Refactoring
  • Add support for PHP 5.3 (will possibly be removed in a future release)
  • Rename binary from generate-autoload to php-generate-autoload
  • Add support for writing a Hack file (in partial mode) instead of a PHP file
  • Add support for parsing Hack files by transpiling them with h2tp
  • Add a cache to speed up parsing of PHP/Hack code

0.1

29 Jul 12:07
Compare
Choose a tag to compare
0.1

First release. Everything works.