All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
(None)
- XML Documentation for every public API
- Missing
TryGetComponent
on Unity 2018.4 and Unity 2019.1
- Renamed
IWorldCallbackReceiver.OnAddComponent
toOnCreatedComponent
for clarity - Renamed
IWorldCallbackReceiver.OnRemoveComponent
toOnDestroyingComponent
for clarity - Changed parameter type for
SystemComponents.Add
andSystemComponents.Remove
fromComponent
toGameObject
- Made various utility classes internal
- Moved internal classes to a separate folder
- Initial Public Release