- exclude enums from class discovery - add option to exclude exceptions from class discovery
0.3.3
Fix
- **Container**: avoid adding to the base map of a base which has already been added to its correspondant generic alias base
0.3.2
Fix
- **Container**: when adding class to base map check if the already existing primary is the same as the one to add
Refactor
- **Container**: refactor new check in order to make it more readable
0.3.1
Fix
- **Container**: check if class has already been added to the base map before trying to add it - **Container**: reorder the execution of dependency map update and update bases map
0.3.0
Fix
- remove generic from the list of abstract bases
Refactor
- **Container**: refactor the way container set instance adds classes to parents
0.2.4
Fix
- when filtering classes without public methods take into account also public methods inherited from parent class