Releases: graze/dal
Releases · graze/dal
v1.0.0-beta2
- Only require
zendframework/zend-hydrator^1.0.
v1.0.0-beta1
- More unit tests.
- Throw exceptions when required config is missing, easier to understand what's wrong.
- Refactoring the field mapping hydrators to reduce duplication.
- Moving the hydrator factory classes into their own namespace.
- Updating composer.json versions:
- ocramius/generated-hydrator 1.1 -> 1.2
- illuminate/database 5.1 -> 5.2
- Fixed
AbstractConfiguration::getEntityName()to use the proxy inflector. - Added a check for entities being an instanceof
EntityInterfacewhen we callgetId().
v1.0.0-alpha5
Add optional disabling of generation per entity in config
v1.0.0-alpha4
Adding better factory methods to Orm\EloquentOrmAdapter
v1.0.0-alpha3
Implementing Rest\EntityPersister::loadAllRecords
v1.0.0-alpha
Some highlights:
- Relationships resolved through
DalManager. - Field mapping support.
- Much easier to write new adapters.
- Generators for generating Entities and Records based on config.
::factory()methods on adapters for easy setup with YAML config files.
v1.0.0-alpha2
Merge pull request #27 from graze/test-eloquent-orm Lots of unit tests