Skip to content

Releases: webfactory/WebfactoryWfdMetaBundle

Erlaube Symfony 7-Komponenten (Case 168707)

29 Feb 09:19
36837e8
Compare
Choose a tag to compare
3.18.0

Erlaube Symfony 7-Komponenten (Case 168707) (#34)

Erlaubt die Verwendung mit Symfony 6.x

31 Mar 07:20
81f089e
Compare
Choose a tag to compare
3.16.0

Bereite Symfony 6 Kompatibilität vor (Case 157813) (#32)

Allow using doctrine/dbal ^3.0 (#31)

15 Feb 11:21
b6e0053
Compare
Choose a tag to compare
3.15.0

Allow using doctrine/dbal ^3.0 (#31)

Add a config setting to make wfd_meta-based caches expire immediately (#28)

30 Nov 08:19
c7a2e2b
Compare
Choose a tag to compare

This release adds a new configuration setting:

# config_test.yml
webfactory_wfd_meta:
    always_expire_wfd_meta_resources: true

With this setting, ConfigCache instances (Symfony Router, Translator, ... maybe?) that include WfdMetaResource instances will expire immediately.

This is helpful e. g. in functional tests, where you have database-backed routes, translations or similar: You can change the database values and no longer need to think about the ConfigCaches or poke wfd_meta to make the changes effective.

Adds a missing return type hint (#25)

31 May 13:33
d224f1d
Compare
Choose a tag to compare
Add return type hints (#25)

This addresses deprecation notices issued by Symfony's DebugClassLoader in Symfony 5.4.

Revert type hints that were too strict (#24)

09 May 08:43
fb7001e
Compare
Choose a tag to compare
Revert some added method type hints from #21 (#24)

These methods may, in fact, also accept `string` type parameters. The cast to `array` will happen only later on in `MetaQuery::addTable()` and similar methods.

Address another deprecation notice

06 May 16:54
2242467
Compare
Choose a tag to compare

... by using a Service Locator instead of relying on a public service.

Adds return type hints to avoid Symfony deprecation notices (#21)

05 May 21:21
28f164e
Compare
Choose a tag to compare
Add return type hints (#21)

This improves forward compatibility with upcoming Symfony versions.

Make `webfactory/http-cache-bundle` an optional dependency (#20)

06 Apr 07:41
4c2560f
Compare
Choose a tag to compare
3.12.0

Make `webfactory/http-cache-bundle` an optional/suggested dependency …

Compatibility with Symfony 5.x

05 Apr 10:55
dec17eb
Compare
Choose a tag to compare

This allows components from Symfony 5.x to be used (#19).