1.1.0
Separated NameTrait from ContainerTrait. If any of your objects use ContainerTrait without TrackableTrait, you may need to update
your code to avoid warnings.
- Significant updates to documentation
- ContainerTrait no longer add 'name' property. Use it with TrackableTrait or NameTrait
- Coding style improved