Skip to content

Releases: williamespindola/field

v0.4.0

23 Sep 21:55
Compare
Choose a tag to compare

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

23 Sep 02:50
Compare
Choose a tag to compare
  • Remove EntityInterface as dependency

v0.3.2

22 Sep 20:06
Compare
Choose a tag to compare
  • Correct use of abstract methods on RepositoryAbstract close #13
  • Remove EntityInterface of RepositoryAbstract class close #19

v0.3.1

22 Sep 15:38
Compare
Choose a tag to compare
  • Remove database name in data schema

v0.3.0

18 Sep 00:24
Compare
Choose a tag to compare
  • 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

09 Sep 21:20
Compare
Choose a tag to compare
  • 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

25 Aug 04:59
Compare
Choose a tag to compare
  • Fix entity namespace

v0.1.0

27 Jul 15:48
Compare
Choose a tag to compare
  • 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