Version 0.4.2 ---------- * ([Merge Request](https://gitlab.com/hpierce1102/ClassFinder/-/merge_requests/20)) Remove tests and other non-critical files when installing with `composer --perfer-dist`. Thanks, Benedikt Franke Version 0.4.1 ---------- * [#12](https://gitlab.com/hpierce1102/ClassFinder/-/issues/12) ([Merge Request](https://gitlab.com/hpierce1102/ClassFinder/-/merge_requests/18)) Fix a deprecation notice. Thanks, Benedikt Franke and Adam Stark Version 0.4.0 ---------- * [#16](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/16) Don't throw if a namespace contains no classes. Thanks, Benedikt Franke * [#16](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/16) Add method `Classfinder::namespaceHasClasses` to detect if a namespace is empty. Thanks, Benedikt Franke Version 0.3.3 ------------- * ([Original Merge Request](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/12)) via ([Merge Request](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/13)) Fixed a bug that caused an exception to be thrown when the `exec` function was disabled by PHP configuration - even when files support was explicitly disabled. Thanks, incraigulous. Version 0.3.2 ------------- * [#11](https://gitlab.com/hpierce1102/ClassFinder/issues/11) ([Merge Request](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/10)) Fixed a bug that caused "Access Denied" errors when some directories were missing some permissions. Thanks, Leonardo Losoviz. Version 0.3.1 ------------- * [#8](https://gitlab.com/hpierce1102/ClassFinder/issues/8) ([Merge Request](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/8)) Fixed a bug that caused notices to be raised when a composer.json doesn't include an `autoload` configuration. Thanks, walid.ammar and TheFehr. Version 0.3.0 ------------- * [#4](https://gitlab.com/hpierce1102/ClassFinder/issues/4) Warnings will no longer appear if a classmap configuration is present, but empty. [Contributed by](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/6) rotespferd. * Automatically locating `composer.json` should be more consistent and no longer immediately fallback to `/`. * Internal - Fix an issue where forking the project resulting in broken CI jobs. Version 0.3.0 Beta ------------------ * [#3](https://gitlab.com/hpierce1102/ClassFinder/issues/3) Added support for "recursive mode". Invoking `ClassFinder::getClassesInNamespace()` in this mode will result in classes in subnamespaces being turned up. ```