Skip to content

Releases: schmittjoh/JMSDiExtraBundle

1.9.2: Solves #298 (#299)

15 Mar 19:57
Compare
Choose a tag to compare
* Solves #298

Solves:

User Deprecated: The "doctrine.orm.default_entity_manager" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.

This warning is caused by the JMSDIExtraBundle proxy replacing the Doctrine Service.
JMSDIExtraBundle, does not properly preserve the service visibility when overwriting the service.

* Compatibility with older SF versions

Method isPrivate don't exist in Symfony\Component\DependencyInjection\DefinitionDecorator in versions prior to 2.3

* Compatibility with older SF versions 

Method isPrivate don't exist in Symfony\Component\DependencyInjection\DefinitionDecorator in versions prior to 2.3

* Compatibility with older SF versions

Method isPrivate don't exist in Symfony\Component\DependencyInjection\DefinitionDecorator in versions prior to 2.3

1.9.1: Upgrade to SF3.4 (#297)

18 Dec 19:53
Compare
Choose a tag to compare
* Upgrade to SF3.4

Make service public to remove deprecated in "jms_di_extra.metadata_driver".

* Upgrade to SF3.4

Make services public to remove deprecated in "jms_di_extra.metadata.metadata_factory" and "jms_di_extra.metadata.converter".

1.9.0: Merge pull request #289 from greg0ire/improve-travis-build

07 Oct 13:12
Compare
Choose a tag to compare

1.8.2: Merge pull request #271 from Padam87/fix-isfresh

31 May 11:55
Compare
Choose a tag to compare
Fixed ServiceFilesResource pattern finder

1.8.1: Merge pull request #260 from pink6440/patch-1

18 Sep 13:08
Compare
Choose a tag to compare

Autowiring Support, Improved Inference for Parameter

09 Sep 12:43
Compare
Choose a tag to compare
improves inference of injected parameters

If a scalar type hint is used on a parameter, this will change the inferred injection
to a container parameter instead of a service. This is only available for PHP7.

Small fixes

18 Apr 22:29
Compare
Choose a tag to compare
Merge pull request #252 from schmittjoh/FORM

Fix form types support

Symfony 3.0 support

21 Feb 22:16
Compare
Choose a tag to compare
1.7.0

Serialize/Unserialize ClassMetadata::$initMethods

Symfony 3.0 support

05 Feb 16:40
Compare
Choose a tag to compare
Symfony 3.0 support Pre-release
Pre-release

This a pre-release, please test it and comment this thread if you have any problem :-)