Skip to content

CathodeLib 0.8.0

Choose a tag to compare

@MattFiler MattFiler released this 29 Mar 11:21
· 118 commits to master since this release

Available via NuGet: https://www.nuget.org/packages/CathodeLib/

  • Added new functionality to CompositeUtils which allows for tracking VariableEntity pin type metadata
  • Removed default parameter population logic from EntityUtils, replacing it with a new ParameterUtils class 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 UsePrettyPaths before loading a Commands
  • Removed ability to auto populate parameters when creating an Entity - this can now be done after creation using ParameterUtils
  • Added a new ENUM_STRING datatype which can be used to track strings which act as ENUM values (see Lists)
  • Most enum values can now be looked up to their ShortGuid value to save additional checks
  • Various other minor improvements for efficiency