Patch: addTo and Models.getModel renamed.
A few improvements:
Models.getModelhas been renamed toModels.get: a deprecation warning message will be displayed when usinggetModel- Entities now have a
addTomethod, which allows Entities to be added to other entities. (Similar to.add, but withaddTothe Entity is the child).
What's Changed
- created addTo for entities, renamed getModel to get by @marco-ponds in #178
Full Changelog: v3.17.5...v3.17.6