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
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
- 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