Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Releases: crystlbrd/Architect

v1.1.7 - Bugfix

12 Nov 10:19
3541d00
Compare
Choose a tag to compare

EntityList now loads connected entities correctly

v1.1.6 - Bugfix

12 Nov 09:32
51348da
Compare
Choose a tag to compare

Rewrote unloading of cached instances of connected entities

v1.1.5 - Bugfix

12 Nov 09:22
3349f74
Compare
Choose a tag to compare
  • Blueprint/Entity
    • Connected entities are now also emptied when unloaded

v1.1.4 - Bugfix

12 Nov 09:17
1886136
Compare
Choose a tag to compare
  • Blueprint/Entry
    • Data will now be unloaded before loading a new data

Made "on" property required for 1:n connections

07 Nov 10:47
625366e
Compare
Choose a tag to compare
Merge pull request #7 from crystlbrd/develop

making the "on" property required for 1:n connections

Replacing static exception codes with constants

07 Nov 10:31
34844cd
Compare
Choose a tag to compare

Exception codes are now defined in constants. So no need in memorizing random codes and allowing more room to expand.

Added ConnectorEntity::updateList()

07 Nov 10:03
72b0207
Compare
Choose a tag to compare

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

07 Nov 09:34
337d185
Compare
Choose a tag to compare

Implemented n:m connections via a connector entity.

Another Bugfix

04 Nov 12:20
71bc02f
Compare
Choose a tag to compare

Another bugfix

Bugfixing

04 Nov 12:16
c1c17cf
Compare
Choose a tag to compare

Fixed a bug in loading connected Entities