Skip to content

Update jms/serializer from 1.9.1 to 1.14.1 #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • doctrine/lexer: 1.0.2 (updated from v1.0.1)
  • jms/metadata: 1.7.0 (updated from 1.6.0)
  • jms/parser-lib: 1.0.1 (updated from 1.0.0)
  • jms/serializer: 1.14.1 (updated from 1.9.1)
  • phpcollection/phpcollection: 0.6.0 (updated from 0.5.0)
  • phpoption/phpoption: 1.7.5 (updated from 1.5.0)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .github/PULL_REQUEST_TEMPLATE.md
  .travis.yml
  CHANGELOG.md
  LICENSE
  META.md
  README.md
  composer.json
  doc/index.rst
  doc/reference/annotations.rst
  phpunit.xml.dist
  src/JMS/Serializer/AbstractVisitor.php
  src/JMS/Serializer/Accessor/AccessorStrategyInterface.php
  src/JMS/Serializer/Accessor/DefaultAccessorStrategy.php
  src/JMS/Serializer/Accessor/ExpressionAccessorStrategy.php
  src/JMS/Serializer/Annotation/AccessType.php
  src/JMS/Serializer/Annotation/Accessor.php
  src/JMS/Serializer/Annotation/AccessorOrder.php
  src/JMS/Serializer/Annotation/Discriminator.php
  src/JMS/Serializer/Annotation/Exclude.php
  src/JMS/Serializer/Annotation/ExclusionPolicy.php
  src/JMS/Serializer/Annotation/Expose.php
  src/JMS/Serializer/Annotation/Groups.php
  src/JMS/Serializer/Annotation/HandlerCallback.php
  src/JMS/Serializer/Annotation/Inline.php
  src/JMS/Serializer/Annotation/MaxDepth.php
  src/JMS/Serializer/Annotation/PostDeserialize.php
  src/JMS/Serializer/Annotation/PostSerialize.php
  src/JMS/Serializer/Annotation/PreSerialize.php
  src/JMS/Serializer/Annotation/ReadOnly.php
  src/JMS/Serializer/Annotation/SerializedName.php
  src/JMS/Serializer/Annotation/Since.php
  src/JMS/Serializer/Annotation/SkipWhenEmpty.php
  src/JMS/Serializer/Annotation/Type.php
  src/JMS/Serializer/Annotation/Until.php
  src/JMS/Serializer/Annotation/Version.php
  src/JMS/Serializer/Annotation/VirtualProperty.php
  src/JMS/Serializer/Annotation/XmlAttribute.php
  src/JMS/Serializer/Annotation/XmlAttributeMap.php
  src/JMS/Serializer/Annotation/XmlCollection.php
  src/JMS/Serializer/Annotation/XmlDiscriminator.php
  src/JMS/Serializer/Annotation/XmlElement.php
  src/JMS/Serializer/Annotation/XmlKeyValuePairs.php
  src/JMS/Serializer/Annotation/XmlList.php
  src/JMS/Serializer/Annotation/XmlMap.php
  src/JMS/Serializer/Annotation/XmlNamespace.php
  src/JMS/Serializer/Annotation/XmlRoot.php
  src/JMS/Serializer/Annotation/XmlValue.php
  src/JMS/Serializer/ArrayTransformerInterface.php
  src/JMS/Serializer/Builder/CallbackDriverFactory.php
  src/JMS/Serializer/Construction/DoctrineObjectConstructor.php
  src/JMS/Serializer/Construction/ObjectConstructorInterface.php
  src/JMS/Serializer/Construction/UnserializeObjectConstructor.php
  src/JMS/Serializer/Context.php
  src/JMS/Serializer/ContextFactory/CallableContextFactory.php
  src/JMS/Serializer/ContextFactory/CallableDeserializationContextFactory.php
  src/JMS/Serializer/ContextFactory/CallableSerializationContextFactory.php
  src/JMS/Serializer/ContextFactory/DefaultDeserializationContextFactory.php
  src/JMS/Serializer/ContextFactory/DefaultSerializationContextFactory.php
  src/JMS/Serializer/ContextFactory/DeserializationContextFactoryInterface.php
  src/JMS/Serializer/ContextFactory/SerializationContextFactoryInterface.php
  src/JMS/Serializer/DeserializationContext.php
  src/JMS/Serializer/EventDispatcher/Event.php
  src/JMS/Serializer/EventDispatcher/EventDispatcher.php
  src/JMS/Serializer/EventDispatcher/EventDispatcherInterface.php
  src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php
  src/JMS/Serializer/EventDispatcher/Events.php
  src/JMS/Serializer/EventDispatcher/LazyEventDispatcher.php
  src/JMS/Serializer/EventDispatcher/ObjectEvent.php
  src/JMS/Serializer/EventDispatcher/PreDeserializeEvent.php
  src/JMS/Serializer/EventDispatcher/PreSerializeEvent.php
  src/JMS/Serializer/EventDispatcher/Subscriber/DoctrineProxySubscriber.php
  src/JMS/Serializer/EventDispatcher/Subscriber/SymfonyValidatorSubscriber.php
  src/JMS/Serializer/EventDispatcher/Subscriber/SymfonyValidatorValidatorSubscriber.php
  src/JMS/Serializer/Exception/Exception.php
  src/JMS/Serializer/Exception/ExpressionLanguageRequiredException.php
  src/JMS/Serializer/Exception/InvalidArgumentException.php
  src/JMS/Serializer/Exception/LogicException.php
  src/JMS/Serializer/Exception/ObjectConstructionException.php
  src/JMS/Serializer/Exception/RuntimeException.php
  src/JMS/Serializer/Exception/UnsupportedFormatException.php
  src/JMS/Serializer/Exception/ValidationFailedException.php
  src/JMS/Serializer/Exception/XmlErrorException.php
  src/JMS/Serializer/Exclusion/DepthExclusionStrategy.php
  src/JMS/Serializer/Exclusion/DisjunctExclusionStrategy.php
  src/JMS/Serializer/Exclusion/ExclusionStrategyInterface.php
  src/JMS/Serializer/Exclusion/ExpressionLanguageExclusionStrategy.php
  src/JMS/Serializer/Exclusion/GroupsExclusionStrategy.php
  src/JMS/Serializer/Exclusion/VersionExclusionStrategy.php
  src/JMS/Serializer/Expression/ExpressionEvaluator.php
  src/JMS/Serializer/Expression/ExpressionEvaluatorInterface.php
  src/JMS/Serializer/GenericDeserializationVisitor.php
  src/JMS/Serializer/GenericSerializationVisitor.php
  src/JMS/Serializer/GraphNavigator.php
  src/JMS/Serializer/GraphNavigatorInterface.php
  src/JMS/Serializer/Handler/ArrayCollectionHandler.php
  src/JMS/Serializer/Handler/ConstraintViolationHandler.php
  src/JMS/Serializer/Handler/DateHandler.php
  src/JMS/Serializer/Handler/FormErrorHandler.php
  src/JMS/Serializer/Handler/HandlerRegistry.php
  src/JMS/Serializer/Handler/HandlerRegistryInterface.php
  src/JMS/Serializer/Handler/LazyHandlerRegistry.php
  src/JMS/Serializer/Handler/PhpCollectionHandler.php
  src/JMS/Serializer/Handler/PropelCollectionHandler.php
  src/JMS/Serializer/Handler/StdClassHandler.php
  src/JMS/Serializer/Handler/SubscribingHandlerInterface.php
  src/JMS/Serializer/JsonDeserializationVisitor.php
  src/JMS/Serializer/JsonSerializationVisitor.php
  src/JMS/Serializer/Metadata/ClassMetadata.php
  src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php
  src/JMS/Serializer/Metadata/Driver/AnnotationDriver.php
  src/JMS/Serializer/Metadata/Driver/DoctrinePHPCRTypeDriver.php
  src/JMS/Serializer/Metadata/Driver/DoctrineTypeDriver.php
  src/JMS/Serializer/Metadata/Driver/NullDriver.php
  src/JMS/Serializer/Metadata/Driver/PhpDriver.php
  src/JMS/Serializer/Metadata/Driver/XmlDriver.php
  src/JMS/Serializer/Metadata/Driver/YamlDriver.php
  src/JMS/Serializer/Metadata/ExpressionPropertyMetadata.php
  src/JMS/Serializer/Metadata/PropertyMetadata.php
  src/JMS/Serializer/Metadata/StaticPropertyMetadata.php
  src/JMS/Serializer/Metadata/VirtualPropertyMetadata.php
  src/JMS/Serializer/Naming/AdvancedNamingStrategyInterface.php
  src/JMS/Serializer/Naming/CacheNamingStrategy.php
  src/JMS/Serializer/Naming/CamelCaseNamingStrategy.php
  src/JMS/Serializer/Naming/IdenticalPropertyNamingStrategy.php
  src/JMS/Serializer/Naming/PropertyNamingStrategyInterface.php
  src/JMS/Serializer/Naming/SerializedNameAnnotationStrategy.php
  src/JMS/Serializer/NullAwareVisitorInterface.php
  src/JMS/Serializer/SerializationContext.php
  src/JMS/Serializer/Serializer.php
  src/JMS/Serializer/SerializerBuilder.php
  src/JMS/Serializer/SerializerInterface.php
  src/JMS/Serializer/Twig/SerializerExtension.php
  src/JMS/Serializer/Twig/SerializerRuntimeExtension.php
  src/JMS/Serializer/Twig/SerializerRuntimeHelper.php
  src/JMS/Serializer/TypeParser.php
  src/JMS/Serializer/Util/Writer.php
  src/JMS/Serializer/VisitorInterface.php
  src/JMS/Serializer/XmlDeserializationVisitor.php
  src/JMS/Serializer/XmlSerializationVisitor.php
  src/JMS/Serializer/YamlSerializationVisitor.php
  tests/Exclusion/DisjunctExclusionStrategyTest.php
  tests/Exclusion/ExpressionLanguageExclusionStrategyTest.php
  tests/Exclusion/GroupsExclusionStrategyTest.php
  tests/Fixtures/AccessorOrderChild.php
  tests/Fixtures/AccessorOrderMethod.php
  tests/Fixtures/AccessorOrderParent.php
  tests/Fixtures/AllExcludedObject.php
  tests/Fixtures/Article.php
  tests/Fixtures/Author.php
  tests/Fixtures/AuthorExpressionAccess.php
  tests/Fixtures/AuthorList.php
  tests/Fixtures/AuthorReadOnly.php
  tests/Fixtures/AuthorReadOnlyPerClass.php
  tests/Fixtures/BlogPost.php
  tests/Fixtures/CircularReferenceChild.php
  tests/Fixtures/CircularReferenceParent.php
  tests/Fixtures/Comment.php
  tests/Fixtures/ContextualNamingStrategy.php
  tests/Fixtures/CurrencyAwareOrder.php
  tests/Fixtures/CurrencyAwarePrice.php
  tests/Fixtures/CustomDeserializationObject.php
  tests/Fixtures/DateTimeArraysObject.php
  tests/Fixtures/Discriminator/Car.php
  tests/Fixtures/Discriminator/ImagePost.php
  tests/Fixtures/Discriminator/Moped.php
  tests/Fixtures/Discriminator/ObjectWithXmlAttributeDiscriminatorChild.php
  tests/Fixtures/Discriminator/ObjectWithXmlAttributeDiscriminatorParent.php
  tests/Fixtures/Discriminator/ObjectWithXmlNamespaceAttributeDiscriminatorChild.php
  tests/Fixtures/Discriminator/ObjectWithXmlNamespaceAttributeDiscriminatorParent.php
  tests/Fixtures/Discriminator/ObjectWithXmlNamespaceDiscriminatorChild.php
  tests/Fixtures/Discriminator/ObjectWithXmlNamespaceDiscriminatorParent.php
  tests/Fixtures/Discriminator/ObjectWithXmlNotCDataDiscriminatorChild.php
  tests/Fixtures/Discriminator/ObjectWithXmlNotCDataDiscriminatorParent.php
  tests/Fixtures/Discriminator/Post.php
  tests/Fixtures/Discriminator/Vehicle.php
  tests/Fixtures/Discriminator/VehicleInterface.php
  tests/Fixtures/DiscriminatorGroup/Car.php
  tests/Fixtures/DiscriminatorGroup/Vehicle.php
  tests/Fixtures/Doctrine/Author.php
  tests/Fixtures/Doctrine/BlogPost.php
  tests/Fixtures/Doctrine/Comment.php
  tests/Fixtures/Doctrine/IdentityFields/Server.php
  tests/Fixtures/DoctrinePHPCR/Author.php
  tests/Fixtures/DoctrinePHPCR/BlogPost.php
  tests/Fixtures/DoctrinePHPCR/Comment.php
  tests/Fixtures/ExcludePublicAccessor.php
  tests/Fixtures/Garage.php
  tests/Fixtures/GetSetObject.php
  tests/Fixtures/GroupsObject.php
  tests/Fixtures/GroupsTrim.php
  tests/Fixtures/GroupsUser.php
  tests/Fixtures/IndexedCommentsBlogPost.php
  tests/Fixtures/InitializedBlogPostConstructor.php
  tests/Fixtures/InitializedObjectConstructor.php
  tests/Fixtures/InlineChild.php
  tests/Fixtures/InlineChildEmpty.php
  tests/Fixtures/InlineChildWithGroups.php
  tests/Fixtures/InlineParent.php
  tests/Fixtures/Input.php
  tests/Fixtures/InvalidGroupsObject.php
  tests/Fixtures/InvalidUsageOfXmlValue.php
  tests/Fixtures/Log.php
  tests/Fixtures/MultilineGroupsFormat.php
  tests/Fixtures/NamedDateTimeArraysObject.php
  tests/Fixtures/NamedDateTimeImmutableArraysObject.php
  tests/Fixtures/Node.php
  tests/Fixtures/ObjectUsingTypeCasting.php
  tests/Fixtures/ObjectWithAbsentXmlListNode.php
  tests/Fixtures/ObjectWithEmptyArrayAndHash.php
  tests/Fixtures/ObjectWithEmptyHash.php
  tests/Fixtures/ObjectWithEmptyNullableAndEmptyArrays.php
  tests/Fixtures/ObjectWithExpressionVirtualPropertiesAndExcludeAll.php
  tests/Fixtures/ObjectWithHandlerCallbacks.php
  tests/Fixtures/ObjectWithLifecycleCallbacks.php
  tests/Fixtures/ObjectWithNamespacesAndList.php
  tests/Fixtures/ObjectWithNamespacesAndNestedList.php
  tests/Fixtures/ObjectWithNullProperty.php
  tests/Fixtures/ObjectWithObjectProperty.php
  tests/Fixtures/ObjectWithToString.php
  tests/Fixtures/ObjectWithVersionedVirtualProperties.php
  tests/Fixtures/ObjectWithVirtualProperties.php
  tests/Fixtures/ObjectWithVirtualPropertiesAndExcludeAll.php
  tests/Fixtures/ObjectWithVirtualXmlProperties.php
  tests/Fixtures/ObjectWithXmlKeyValuePairs.php
  tests/Fixtures/ObjectWithXmlKeyValuePairsWithObjectType.php
  tests/Fixtures/ObjectWithXmlKeyValuePairsWithType.php
  tests/Fixtures/ObjectWithXmlNamespaces.php
  tests/Fixtures/ObjectWithXmlNamespacesAndObjectProperty.php
  tests/Fixtures/ObjectWithXmlNamespacesAndObjectPropertyAuthor.php
  tests/Fixtures/ObjectWithXmlNamespacesAndObjectPropertyVirtual.php
  tests/Fixtures/ObjectWithXmlRootNamespace.php
  tests/Fixtures/Order.php
  tests/Fixtures/ParentDoNotSkipWithEmptyChild.php
  tests/Fixtures/ParentSkipWithEmptyChild.php
  tests/Fixtures/Person.php
  tests/Fixtures/PersonCollection.php
  tests/Fixtures/PersonLocation.php
  tests/Fixtures/PersonSecret.php
  tests/Fixtures/PersonSecretMore.php
  tests/Fixtures/PersonSecretMoreVirtual.php
  tests/Fixtures/PersonSecretVirtual.php
  tests/Fixtures/PersonSecretWithVariables.php
  tests/Fixtures/Price.php
  tests/Fixtures/Publisher.php
  tests/Fixtures/SimpleClassObject.php
  tests/Fixtures/SimpleInternalObject.php
  tests/Fixtures/SimpleObject.php
  tests/Fixtures/SimpleObjectProxy.php
  tests/Fixtures/SimpleObjectWithStaticProp.php
  tests/Fixtures/SimpleSubClassObject.php
  tests/Fixtures/Tag.php
  tests/Fixtures/Timestamp.php
  tests/Fixtures/Tree.php
  tests/Fixtures/VehicleInterfaceGarage.php
  tests/Fixtures/VersionedObject.php
  tests/Handler/DateHandlerTest.php
  tests/Handler/HandlerRegistryTest.php
  tests/Handler/LazyHandlerRegistryTest.php
  tests/Handler/LazyHandlerRegistryWithPsr11ContainerTest.php
  tests/Handler/LazyHandlerRegistryWithSymfonyContainerTest.php
  tests/Metadata/AbstractPropertyMetadataTest.php
  tests/Metadata/ClassMetadataTest.php
  tests/Metadata/Driver/AnnotationDriverTest.php
  tests/Metadata/Driver/BaseDriverTest.php
  tests/Metadata/Driver/DoctrineDriverTest.php
  tests/Metadata/Driver/DoctrinePHPCRDriverTest.php
  tests/Metadata/Driver/NullDriverTest.php
  tests/Metadata/Driver/PhpDriverTest.php
  tests/Metadata/Driver/XmlDriverTest.php
  tests/Metadata/Driver/YamlDriverTest.php
  tests/Metadata/Driver/php/Discriminator.ImagePost.php
  tests/Metadata/Driver/php/Discriminator.ObjectWithXmlNamespaceAttributeDiscriminatorParent.php
  tests/Metadata/Driver/php/Discriminator.Post.php
  tests/Metadata/Driver/xml/Discriminator.ImagePost.xml
  tests/Metadata/Driver/xml/Discriminator.ObjectWithXmlNamespaceAttributeDiscriminatorParent.xml
  tests/Metadata/Driver/xml/Discriminator.Post.xml
  tests/Metadata/Driver/xml/ExcludePublicAccessor.xml
  tests/Metadata/Driver/yml/Discriminator.ImagePost.yml
  tests/Metadata/Driver/yml/Discriminator.ObjectWithXmlNamespaceAttributeDiscriminatorParent.yml
  tests/Metadata/Driver/yml/Discriminator.Post.yml
  tests/Metadata/Driver/yml/ExcludePublicAccessor.yml
  tests/Metadata/ExpressionPropertyMetadataTest.php
  tests/Metadata/PropertyMetadataTest.php
  tests/Metadata/StaticPropertyMetadataTest.php
  tests/Metadata/VirtualPropertyMetadataTest.php
  tests/Serializer/ArrayTest.php
  tests/Serializer/BaseSerializationTest.php
  tests/Serializer/ContextTest.php
  tests/Serializer/DateIntervalFormatTest.php
  tests/Serializer/Doctrine/IntegrationTest.php
  tests/Serializer/Doctrine/ObjectConstructorTest.php
  tests/Serializer/EventDispatcher/EventDispatcherTest.php
  tests/Serializer/EventDispatcher/LazyEventDispatcherTest.php
  tests/Serializer/EventDispatcher/LazyEventDispatcherWithPsr11ContainerTest.php
  tests/Serializer/EventDispatcher/LazyEventDispatcherWithSymfonyContainerTest.php
  tests/Serializer/EventDispatcher/Subscriber/DoctrineProxySubscriberTest.php
  tests/Serializer/EventDispatcher/Subscriber/SymfonyValidatorSubscriberTest.php
  tests/Serializer/EventDispatcher/Subscriber/SymfonyValidatorValidatorSubscriberTest.php
  tests/Serializer/GraphNavigatorTest.php
  tests/Serializer/JsonSerializationTest.php
  tests/Serializer/Naming/IdenticalPropertyNamingStrategyTest.php
  tests/Serializer/SerializationContextFactoryTest.php
  tests/Serializer/TypeParserTest.php
  tests/Serializer/XmlSerializationTest.php
  tests/Serializer/YamlSerializationTest.php
  tests/Serializer/metadata/SimpleInternalObject/Exception.yml
  tests/Serializer/metadata/SimpleInternalObject/SimpleInternalObject.yml
  tests/Serializer/xml/array_key_values_with_nested_type.xml
  tests/Serializer/xml/array_key_values_with_type_1.xml
  tests/Serializer/xml/array_key_values_with_type_2.xml
  tests/Serializer/xml/image_post.xml
  tests/Serializer/xml/image_post_without_type.xml
  tests/Serializer/xml/object_with_namespaces_and_nested_list.xml
  tests/Serializer/xml/post.xml
  tests/Serializer/xml/type_casting.xml
  tests/Serializer/xml/xml_discriminator_namespace_attribute.xml
  tests/Serializer/yml/image_post.yml
  tests/Serializer/yml/image_post_without_type.yml
  tests/Serializer/yml/post.yml
  tests/SerializerBuilderTest.php
  tests/Twig/SerializerExtensionTest.php
  tests/benchmark.php
  tests/bootstrap.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • ba908d27 1.14.1 changelog
  • dba3dbe9 Merge pull request #1163 from adhocore/1.x
  • a4a93a97 PHP7.4 ternary operator deprecation
  • b241327d Merge pull request #1119 from sanmai/patch-1
  • 8d96be1d PHP 5.5 needs dist: trusty
  • f9569f94 Test 1.x on PHP 7.3 on Travis
  • ee96d570 prepare 1.14 release
  • 3e27cd98 add nested groups path handling
  • 4e425480 Merge pull request #1069 from schmittjoh/groups-for-public
  • 7ec7770d Expose and test GroupsExclusionStrategy::getGroupsFor()
  • 38881927 Merge pull request #982 from supersmile2009/bugfix/discriminator-base-class-v1
  • abeba66a Merge pull request #995 from GonocraM/patch-1
  • 5c429192 Change URL to the documentation of 1.x
  • de100052 Throw deprecation notice on non-abstract parent when it's not in the map
  • 47516683 PHP 5.5 compatibility
  • b63bdca9 Fix CS
  • 9d5967fa Fix yaml serialization, php metadata tests
  • cec725ca Added serialization and deserialization tests
  • 6e790948 Added tests when parent class is included into discriminator map
  • a5d18b43 Fixed discriminator serialization when base class is in the map
  • 00863e1d changelog 1.13.0
  • 942b566c Merge pull request #967 from schmittjoh/2.0-compat
  • d328d9c3 Merge pull request #969 from supersmile2009/bugfix/metadata-serialization
  • 63fa8b4c increase feature version
  • b2e7f4cb fix https://github.com/schmittjoh/serializer/issues/975
  • 8bf4d3b1 Respect SkipWhenEmpty on Yaml serialization
  • 43a07f40 Tests for metadata serialization/deserialization
  • 103b123c Fixed PropertyMetadata serialization
  • 1f0827d5 graph navigator compat
  • c122a653 branch alias
  • 287f6e04 deprecate create document
  • fc160ef1 deprecate context attributes
  • 93d6e03f changelog for 1.12.1
  • a87e92e6 use always reflection for static props
  • b2a8b0b8 remove declare as it is not supported on older php versions
  • bc1f69a0 require metadata lib 1.3 to avoid old php failures
  • f8487bf5 fix php 5.5 failure
  • 353ec2c7 do not use closure bind for internal classes
  • 73a3f205 add 1.12.0 changelog
  • 1ea5e0ba Merge pull request #951 from re2bit/fix-1.11.0
  • 3871e23e Merge pull request #956 from schmittjoh/mit-license
  • dde40aa9 change to MIT license
  • ddfaf0cd update test case, check instanceof AbstractVisitor, code style
  • 04f819d8 [fix] update code to work with 1.11.0 and fix #806
  • 6e5f6946 [fix] doctrine object constructor respects SerializedName annotation
  • b4de9098 return type
  • 79aafbb5 allow to build a serializer with a custom metadata cache
  • c7de3d85 Merge pull request #941 from schmittjoh/groups-speedup
  • dd30dbee Double logic for group exclusion (20% faster)
  • 5824ce8f Merge pull request #909 from ArthurJam/DiscriminatorXMLAttributeWithNamespace
  • 05211a41 Merge pull request #917 from schmittjoh/type-casting-tests
  • 5f3b4ba4 type casting tests
  • 0102c877 Add support for namespaced XML attribute on Discriminator + Tests
  • a724636e change branch alias
  • 89b91170 reduce loops
  • df3a71af Merge pull request #899 from Majkl578/tests-precision
  • 32006ba3 Explicitly set serialization precision for tests
  • 0f2f9484 increase connection size in benchmarks
  • 75a73c9e Merge pull request #874 from bobvandevijver/patch-1
  • 78e7df46 Merge pull request #877 from schmittjoh/deprecations
  • 9890aa3c Merge pull request #876 from schmittjoh/graph-navigator
  • f82eb9de introduce graph navigator interface
  • dbddbc4d Add Deprecations
  • be27d147 Merge pull request #875 from schmittjoh/closure-bind-accessor
  • ccf4999c Merge pull request #861 from schmittjoh/optimizations
  • 712910e7 Added note on SerializedName annotation valididity
  • 9f23a292 Bind closure accessor
  • e7c53477 Prepare v1.11.0 release
  • 42e979b7 fix command for generating the changelog
  • cd0d381e Avoid circular deps with the serializer bundle
  • 6faeb475 Merge pull request #859 from LeaklessGfy/feature/advanced-naming-strategy-nobc
  • 55772ace Merge pull request #869 from schmittjoh/drop-hhvm
  • 20685e59 run code coverage on php7.0
  • 13478a2b Drop HHVM support
  • ae9c65da Merge pull request #868 from schmittjoh/0mars-exclude-property-accessor-exception
  • 257e9572 allow deserialization of xmlKeyValuePairs with nested typed values
  • 0590d870 Merge branch 'deserialize-xml-key-value-pairs' of https://github.com/dyvelop/serializer into 0mars-exclude-property-accessor-exception
  • 62d3dc36 Merge pull request #863 from 0mars/exclude-property-accessor-exception
  • 2d6455d1 Merge branch 'exclude-property-accessor-exception' of https://github.com/0mars/serializer into 0mars-exclude-property-accessor-exception
  • d91dff73 Fix an Exception when an excluded property has no method accessors
  • 65a86bb6 added and tested immutable datatime handling
  • 8769e9d5 renamed test method into testTimeZoneGetsPreservedWithUnixTimestamp
  • 03b28ee2 Fixed issue where timzone was lost when formatting from unix timestamp
  • b251f8ed optimizations
  • f1e87ecd Merge pull request #835 from schmittjoh/veloxy-master
  • d47bf1c8 Merge pull request #860 from schmittjoh/php-7.2-deprecations
  • a09039a0 Solve php 7.2 deprecations
  • 6c8b6941 Merge pull request #851 from bertterheide/support-list-in-namespaced-xml
  • f3f5c8de Clever test
  • cdf3059e Better test case
  • e96c6484 Change method name for AdvancedNamingStrategy + add some tests
  • ef3d4bd1 Remove signature and use instanceof
  • 5456d5ce Prepare new feature
  • e167894e Support non-namespaced lists in namespaced XML
  • 62c7ff6d added v1.10 changelog
  • 3c5550c0 Merge pull request #844 from xabbuh/psr-11-compat
  • 3a90c5e0 support PSR-11 compatible DI containers
  • 805286b0 set metadata for key-value pairs in navigator
  • 78dcf46b revert current metadata before return
  • 5e9af2a5 add testcase with multiple arrays
  • 2852fe14 deserialize array with key-value pairs relates to #820
  • 995270cd 1.9.2 release changelog
  • 8d8d22fb Merge pull request #841 from TristanMogwai/patch-1
  • d9556c15 Update ClassMetadata.php
  • f1d9f166 Merge pull request #839 from andy-morgan/master
  • 996a6f8c Fix documentation syntax errors on DateTime
  • 9ab9959b Merge pull request #838 from enumag/patch-2
  • 41e04ec2 Improve documentation about default DateTime format
  • c2891b4f added and tested immutable datatime handling
  • eca25e85 renamed test method into testTimeZoneGetsPreservedWithUnixTimestamp
  • 350d88a6 Fixed issue where timzone was lost when formatting from unix timestamp

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@violinist-bot violinist-bot force-pushed the jmsserializer1911141 branch from e0fcf03 to 636dc96 Compare March 1, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant