- Fixed a notice "spl_autoload_register(): Argument #2 has been ignored" in PHP 8.
- Fixed undefined warnings.
- Added the ability to specify a comment header of a specified file.
- Added the autoloader utility class.
- Fixed a bug that caused an undefined index notice when the
header_class_name
argument was set.
- Fixed a bug that class aliases were not parsed properly.
- Added the ability to include class aliases.
- Added the
short_array_syntax
argument.
- Fixed a redundant white spaces and lines in outputs.
- Fixed a bug that listed directories with a name with an extension that is specified with the search option when only files should be listed.
- Added the
exclude_substtings
search argument. - Added the
structure
argument. - Added the
ignore_note_file_names
search argument. - Added the
do_in_constructor
argument. - Added some public methods.
- Changed the
exclude_file_names
search option to be a substring of a base name instead of the whole base name without file extension. - Supported no namespace classes.
- Fixed a bug that class names starting with t could not properly load due to escape characters.
- Fixed a composer configuration error with a namespace.
- Released.