2.1.0
In this release, we:
- Renamed Objects to Entities, because PHP7 reserves Object name for future features,
- Deprecated old Object class and ObjectInterface (use Entity and EntityInterface instead)
- Added concept of Entity Manager
In this release, we: