Releases: williamespindola/field
Releases · williamespindola/field
v0.4.0
Added:
- Multi language support #24
- Refactoring cli Create class to work with language
- Add option via cli
- Add language via cli
- Update mysql schema with new schema without collection and field many to many relationship
- Improve readme
Fixed:
- option word is reserved on mysql #18
- Config path on WilliamEspindola\Field\Console\Command\Database\DoctrineStorage
- getMapperInstance method on WilliamEspindola\Field\Console\Command\Database\DoctrineStorage must return - instance of WilliamEspindola\Field\Storage\ORM\Doctrine not mapper Removed
Remove
- collection and field n to n relationship #25
v0.3.3
- Remove EntityInterface as dependency
v0.3.2
v0.3.1
- Remove database name in data schema
v0.3.0
- remove MER, you can user only sql and mage engineering
- fix problem with twig extension
- create services to work with doctrine logic
- create services to work with relational logic
- change table collection_field to collectionfield
- add table names on doctrine config xml
- rename Option to Options, Option is reserved word on mysql
- create integration teste to all of this
v0.2.0
- suggest composer dependencies
- Fix criteria Respect\Relational findBy method
- Remove true return from save and remove methods on RepositoryAbstract
- CLI database abstraction total suporte to doctrine and relational
- message interaction on cli
- Refactoring of repositories and storages
v0.1.1
- Fix entity namespace
v0.1.0
- Only Respect\Relational ORM suport
- Providers installation via composer
- Command line interface to init, install schema create Collections and Fields
- Collection and Fields work together
- Twig extension
- Options WIP
- Some code smells