This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
Releases: crystlbrd/Architect
Releases · crystlbrd/Architect
v1.1.7 - Bugfix
v1.1.6 - Bugfix
Rewrote unloading of cached instances of connected entities
v1.1.5 - Bugfix
Blueprint/Entity
- Connected entities are now also emptied when unloaded
v1.1.4 - Bugfix
- Blueprint/Entry
- Data will now be unloaded before loading a new data
Made "on" property required for 1:n connections
Merge pull request #7 from crystlbrd/develop making the "on" property required for 1:n connections
Replacing static exception codes with constants
Exception codes are now defined in constants. So no need in memorizing random codes and allowing more room to expand.
Added ConnectorEntity::updateList()
Implemented ConnectorEntity::updateList()
It takes a list of entities and adds all, which are missing in the connector and removes all missing.
n:m connections
Implemented n:m connections via a connector entity.
Another Bugfix
Another bugfix