CathodeLib 0.8.0
Available via NuGet: https://www.nuget.org/packages/CathodeLib/
- Added new functionality to
CompositeUtilswhich allows for trackingVariableEntitypin type metadata - Removed default parameter population logic from
EntityUtils, replacing it with a newParameterUtilsclass which provides improved metadata for entities and parameters, and functionality to create the default data if appropriate - Correctly formatted Composite paths can be enabled by setting
UsePrettyPathsbefore loading aCommands - Removed ability to auto populate parameters when creating an
Entity- this can now be done after creation usingParameterUtils - Added a new
ENUM_STRINGdatatype which can be used to track strings which act asENUMvalues (see Lists) - Most enum values can now be looked up to their ShortGuid value to save additional checks
- Various other minor improvements for efficiency