This repository was archived by the owner on Mar 1, 2022. It is now read-only.
v3.6.0-pre.8
Pre-release
Pre-release
·
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
ComponentInfostruct which contains an additional TypeInfo member and is not the symbol attached to components
- if you don't search for this in your introspection code, usage will silently break as it will try to instead lookup the
- ComponentFactory methods are now
nothrow, info method additionallyconst