Skip to content
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

Update jms/serializer requirement from ^3.6 to ^3.7 #46

Merged
merged 1 commit into from
May 25, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on jms/serializer to permit the latest version.

Release notes

Sourced from jms/serializer's releases.

3.7.0

Implemented enhancements:

  • Allow deserialization of typehinted DateTimeInterface to DateTime class #1193 (goetas)
  • Infer types from PHP 7.4 type declarations #1192 (goetas)
  • Support conditional exclude for classes #1099 (arneee)

Fixed bugs:

  • Exclude if at class level are not merge #1203
  • Class level expression exclusion strategy should work with hierarchies #1204 (goetas)

Merged pull requests:

Changelog

Sourced from jms/serializer's changelog.

3.7.0 (2020-05-23)

Implemented enhancements:

  • Allow deserialization of typehinted DateTimeInterface to DateTime class #1193 (goetas)
  • Infer types from PHP 7.4 type declarations #1192 (goetas)
  • Support conditional exclude for classes #1099 (arneee)

Fixed bugs:

  • Exclude if at class level are not merge #1203
  • Class level expression exclusion strategy should work with hierarchies #1204 (goetas)

Closed issues:

  • Specify Type as nullable? #1191
  • Does someone know how to use phpdoc with serializer? #1185
  • Serializer doesn't keep types but convert them if not it can #1181
  • ConditionalExpose/Exclude annotation does not work on class level #1098

Merged pull requests:

3.6.0 (2020-03-21)

Implemented enhancements:

  • DateTime parsed invalid date #1152
  • do not hide Exceptions from custom handlers but correctly handle null #1169 (Hikariii)
  • Handle ObjectConstructor returning NULL #1172 (jankramer)

Fixed bugs:

Closed issues:

  • Serialize using interface metadata #1170
  • thrown Exceptions are hidden when serializing complex objects with a handler #1168

Merged pull requests:

  • test serializing entity that uses Discriminator and extends some base… #1174 (FrKevin)
  • test symfony translator contract #1171 (goetas)
... (truncated)
Commits
  • 6ae57ed prepare 3.7.0
  • b732b20 Merge pull request #1204 from schmittjoh/exlude-if-parents
  • f114dc6 class level expression exclusion strategy should work with classes having par...
  • 5eb72f4 Merge pull request #1197 from mpoiriert/patch-1
  • 34c3e78 Remove phpunit 7 support
  • 8727285 Merge pull request #1193 from schmittjoh/date-time-interface
  • e91942b allow deserialization of typehinted DateTimeInterface to DateTime class
  • ffc2ef6 keep type parameters if present when inferring object type
  • 16f30f3 Merge pull request #1192 from schmittjoh/infer-types-from-php-7.4
  • 02431ce the deserializer should convert the iterable
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the Dependencies Pull requests that update a dependency file label May 25, 2020
@dependabot-preview dependabot-preview bot added this to the 2.3.0 milestone May 25, 2020
@lcobucci lcobucci self-assigned this May 25, 2020
@lcobucci lcobucci merged commit a7bb002 into master May 25, 2020
@lcobucci lcobucci deleted the dependabot/composer/jms/serializer-tw-3.7 branch May 25, 2020 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant