Changes ------- - Add `esper.current_world` property to easily check the current World context. - Made some minor docstring corrections, and added some programmer notes.
2.5
Changes ------- - Removing all Components from an Entity will no longer automatically delete the Entity. - Typing fixes and additions. - Entity DB check and creation is done once when Entity is created, not when adding Components.
2.4
Changes ------- - Minor typing changes, and docstring improvement. - Equality comparison changes.
2.2
Changes ------- - Fix incomplete docstrings for event functions. - Typing and docstring cleanups and rewording.
2.1
Changes ------- - Fix bug when adding a function as an event handler. - Add some event handler unit tests.