Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

v3.6.0-pre.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 07 Aug 09:51
· 63 commits to master since this release
  • Make WorkspaceD & Instance more extendable
  • Fix libdparse deprecation

API Breakage

  • the UDA ComponentInfo was renamed to ComponentInfoParams, so you need to query for this as UDA now in case you manually do that
    • if you don't search for this in your introspection code, usage will silently break as it will try to instead lookup the ComponentInfo struct which contains an additional TypeInfo member and is not the symbol attached to components
  • ComponentFactory methods are now nothrow, info method additionally const