Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@f3l1x f3l1x released this 11 Jan 17:55
2867a81

Bumped! 🤙

Diff: v0.7.2...v0.8.0

Changes:

  • PHP: require PHP 8.2+ [862d07d] (@f3l1x)
  • Composer: do not require symfony/console, upgrade 7.2+, moved to dev-deps [c786731] (@f3l1x)
  • Composer: upgrade nette/di to 3.2+ [de6460a] (@f3l1x)
  • Composer: upgrade doctrine orm to 3.3+, doctrine/data-fixtures to 2.0+ [2b06739] (@f3l1x)
  • Introduce AbstractContainerAwareFixture [fe9b9aa] (@f3l1x)
  • Refactor: move ContainerAwareInterface to Fixture folder [9ad683d] (@f3l1x)
  • Console: polished LoadDataFixture [26b6caf] (@f3l1x)
  • Fixtures: support --fixtures again [86b082e] (@f3l1x)
  • Fixtures: replace --append and --purge-with-truncate with --purge=truncate/delete [749f607] (@f3l1x)
  • Fixtures: values for console options are required [b1d59ab] (@f3l1x)
  • Fixtures: fix error showing paths [3dba4a3] (@f3l1x)
  • Loading fixtures registered as service (#32) [2d05568] (@Gappa)

Maintenance: