Skip to content

Releases: sofascore/purgatory-bundle

Allow doctrine/annotation v2

21 Jun 09:52
94c9f86
Compare
Choose a tag to compare
  • Allow doctrine/annotation v2

Rename package & change namespace

27 Feb 13:53
fc93e69
Compare
Choose a tag to compare
  • Rename package to sofascore/purgatory-bundle
  • Change namespace to Sofascore\PurgatoryBundle
  • Reorganize folders to new bundle structure
  • Drop support for PHP & Symfony versions that reached EOL
  • Remove redundant PHP version check

Add support for Symfony 6

03 Jan 08:54
44a057b
Compare
Choose a tag to compare

What's Changed

  • Add support for Symfony 6; Drop support for Symfony 4 by @Brajk19 in #48

Full Changelog: v0.3.3...v0.4.0

Fix dumping of only one element in DebugCommand

10 Oct 12:45
cafedbc
Compare
Choose a tag to compare

What's Changed

  • Fix dumping of only one element in DebugCommand by @zlatkoverk in #46
  • Exclude dev folders from dist packages by @HypeMC in #47

Full Changelog: v0.3.2...v0.3.3

Remove PHP 8.1 related deprecations

17 Nov 12:44
977a2f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

Define null purger service

20 Sep 12:17
dd8e97a
Compare
Choose a tag to compare
v0.3.1

Define null purger service (#35)

No action purger

20 Sep 11:12
487072e
Compare
Choose a tag to compare

Added purger which does not purge anything to use in dev environments

Improve debug command

02 Sep 17:14
05e9521
Compare
Choose a tag to compare

Show both route parameter and property name while dumping subscribed routes

Usage examples in Readme, improved test coverage and more releva

02 Sep 12:25
0bbfb24
Compare
Choose a tag to compare

Remove default purger implementation in compiler pass

01 Sep 07:32
53573c7
Compare
Choose a tag to compare
0.2.1

[Extension] Remove purger from container in compiler pass (#23)