Update jms/serializer from 1.9.1 to 1.14.1 #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
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
Changelog
Here is a list of changes between the version you use, and the version this pull request updates to:
1.14.1 changelog
Merge pull request #1163 from adhocore/1.x
PHP7.4 ternary operator deprecation
Merge pull request #1119 from sanmai/patch-1
PHP 5.5 needs dist: trusty
Test 1.x on PHP 7.3 on Travis
prepare 1.14 release
add nested groups path handling
Merge pull request #1069 from schmittjoh/groups-for-public
Expose and test GroupsExclusionStrategy::getGroupsFor()
Merge pull request #982 from supersmile2009/bugfix/discriminator-base-class-v1
Merge pull request #995 from GonocraM/patch-1
Change URL to the documentation of 1.x
Throw deprecation notice on non-abstract parent when it's not in the map
PHP 5.5 compatibility
Fix CS
Fix yaml serialization, php metadata tests
Added serialization and deserialization tests
Added tests when parent class is included into discriminator map
Fixed discriminator serialization when base class is in the map
changelog 1.13.0
Merge pull request #967 from schmittjoh/2.0-compat
Merge pull request #969 from supersmile2009/bugfix/metadata-serialization
increase feature version
fix https://github.com/schmittjoh/serializer/issues/975
Respect SkipWhenEmpty on Yaml serialization
Tests for metadata serialization/deserialization
Fixed PropertyMetadata serialization
graph navigator compat
branch alias
deprecate create document
deprecate context attributes
changelog for 1.12.1
use always reflection for static props
remove declare as it is not supported on older php versions
require metadata lib 1.3 to avoid old php failures
fix php 5.5 failure
do not use closure bind for internal classes
add 1.12.0 changelog
Merge pull request #951 from re2bit/fix-1.11.0
Merge pull request #956 from schmittjoh/mit-license
change to MIT license
update test case, check instanceof AbstractVisitor, code style
[fix] update code to work with 1.11.0 and fix #806
[fix] doctrine object constructor respects SerializedName annotation
return type
allow to build a serializer with a custom metadata cache
Merge pull request #941 from schmittjoh/groups-speedup
Double logic for group exclusion (20% faster)
Merge pull request #909 from ArthurJam/DiscriminatorXMLAttributeWithNamespace
Merge pull request #917 from schmittjoh/type-casting-tests
type casting tests
Add support for namespaced XML attribute on Discriminator + Tests
change branch alias
reduce loops
Merge pull request #899 from Majkl578/tests-precision
Explicitly set serialization precision for tests
increase connection size in benchmarks
Merge pull request #874 from bobvandevijver/patch-1
Merge pull request #877 from schmittjoh/deprecations
Merge pull request #876 from schmittjoh/graph-navigator
introduce graph navigator interface
Add Deprecations
Merge pull request #875 from schmittjoh/closure-bind-accessor
Merge pull request #861 from schmittjoh/optimizations
Added note on SerializedName annotation valididity
Bind closure accessor
Prepare v1.11.0 release
fix command for generating the changelog
Avoid circular deps with the serializer bundle
Merge pull request #859 from LeaklessGfy/feature/advanced-naming-strategy-nobc
Merge pull request #869 from schmittjoh/drop-hhvm
run code coverage on php7.0
Drop HHVM support
Merge pull request #868 from schmittjoh/0mars-exclude-property-accessor-exception
allow deserialization of xmlKeyValuePairs with nested typed values
Merge branch 'deserialize-xml-key-value-pairs' of https://github.com/dyvelop/serializer into 0mars-exclude-property-accessor-exception
Merge pull request #863 from 0mars/exclude-property-accessor-exception
Merge branch 'exclude-property-accessor-exception' of https://github.com/0mars/serializer into 0mars-exclude-property-accessor-exception
Fix an Exception when an excluded property has no method accessors
added and tested immutable datatime handling
renamed test method into testTimeZoneGetsPreservedWithUnixTimestamp
Fixed issue where timzone was lost when formatting from unix timestamp
optimizations
Merge pull request #835 from schmittjoh/veloxy-master
Merge pull request #860 from schmittjoh/php-7.2-deprecations
Solve php 7.2 deprecations
Merge pull request #851 from bertterheide/support-list-in-namespaced-xml
Clever test
Better test case
Change method name for AdvancedNamingStrategy + add some tests
Remove signature and use instanceof
Prepare new feature
Support non-namespaced lists in namespaced XML
added v1.10 changelog
Merge pull request #844 from xabbuh/psr-11-compat
support PSR-11 compatible DI containers
set metadata for key-value pairs in navigator
revert current metadata before return
add testcase with multiple arrays
deserialize array with key-value pairs relates to #820
1.9.2 release changelog
Merge pull request #841 from TristanMogwai/patch-1
Update ClassMetadata.php
Merge pull request #839 from andy-morgan/master
Fix documentation syntax errors on DateTime
Merge pull request #838 from enumag/patch-2
Improve documentation about default DateTime format
added and tested immutable datatime handling
renamed test method into testTimeZoneGetsPreservedWithUnixTimestamp
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.