Skip to content

Releases: deprecated-packages/DoctrineFixtures

v4.0.3

03 Oct 06:38
Compare
Choose a tag to compare
  • Allow symfony/console v3.0

Released version 4.0

12 Jun 16:47
Compare
Choose a tag to compare

New features

  • #4 support for single files added, thanks to @trebi
  • support for .yaml files added

Changes

  • update to Nelmio\Alice 2.0
  • update to fzaninotto/faker 1.5
  • bump min version to Nette 2.3
  • bump min version to PHP 5.6
  • dropped Doctrine\DataFixtures - not really useful concept
    • prefer Nelmio\Alice fixture files instead
    • or Doctrine\Migrations for production web data
  • Contracts introduced

Full diff: v3.0.1...v4.0.0

Released version 3.0.1

12 Mar 10:48
Compare
Choose a tag to compare

New features

  • compatible with Nette 2.3
  • README in now complete with rich Install and Usage sections
  • tests now respect PSR-4 and src dir structure

Bug fixes

  • added missing Kdyby\Doctrine dependency

Full diff: v3.0.0...v3.0.1