-
-
Notifications
You must be signed in to change notification settings - Fork 131
Comparing changes
Open a pull request
base repository: symfony/yaml
base: 7.2
head repository: symfony/yaml
compare: 7.3
- 16 commits
- 8 files changed
- 8 contributors
Commits on Oct 29, 2024
-
[Yaml] Add support for dumping
null
as an empty value by using the ……`Yaml::DUMP_NULL_AS_EMPTY` flag
Configuration menu - View commit details
-
Copy full SHA for 606d725 - Browse repository at this point
Copy the full SHA 606d725View commit details
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 254b973 - Browse repository at this point
Copy the full SHA 254b973View commit details
Commits on Dec 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a9c072 - Browse repository at this point
Copy the full SHA 7a9c072View commit details
Commits on Dec 29, 2024
-
feature #58243 [Yaml] Add support for dumping
null
as an empty valu……e by using the `Yaml::DUMP_NULL_AS_EMPTY` flag (alexandre-daubois) This PR was merged into the 7.3 branch. Discussion ---------- [Yaml] Add support for dumping `null` as an empty value by using the `Yaml::DUMP_NULL_AS_EMPTY` flag | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix #58155 | License | MIT Another try after #58232. I went for the second solution from `@stof` (symfony/symfony#58232 (comment)), namely dumping empty value as null just in expanded sequences and mappings. When the inline limit of the dumper is reached, it fallbacks on using `null` (examples in tests). I'm not 100% happy about the name of the constant, `DUMP_NULL_AS_EMPTY_IN_EXPANDED_NOTATION`. It's verbose. I'm open to suggestions! Commits ------- 1fc1379028 [Yaml] Add support for dumping `null` as an empty value by using the `Yaml::DUMP_NULL_AS_EMPTY` flag
Configuration menu - View commit details
-
Copy full SHA for f5fa82b - Browse repository at this point
Copy the full SHA f5fa82bView commit details
Commits on Jan 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b5176af - Browse repository at this point
Copy the full SHA b5176afView commit details
Commits on Jan 7, 2025
-
* 7.2: (47 commits) Remove comment about AppVeyor in `phpunit` [Webhook][RemoteEvent] fix SendgridPayloadConverter category support Update old Appveyor skip conditions sync the Dutch translation file with changes from the 7.2 branch [Yaml] fix inline notation with inline comment clean up code for doctrine/persistence 2.x Generate missing translations using Gemini fix(property-info): make sure that SerializerExtractor returns null for invalid class metadata add translations for the Slug constraint [RemoteEvent][Webhook] fix SendgridRequestParser & SendgridPayloadConverter in case of missing sg_message_id [Messenger] Fix `TransportMessageIdStamp` not always added [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3 [PropertyInfo] Fix add missing composer conflict [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances [VarDumper] Fix displaying closure's "this" from anonymous classes [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass reject inline notations followed by invalid content Fix predis command error checking [Security] Fix triggering session tracking from ContextListener ...
Configuration menu - View commit details
-
Copy full SHA for 17f70c9 - Browse repository at this point
Copy the full SHA 17f70c9View commit details
Commits on Jan 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e71385 - Browse repository at this point
Copy the full SHA 8e71385View commit details
Commits on Jan 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5fbfc82 - Browse repository at this point
Copy the full SHA 5fbfc82View commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 669059b - Browse repository at this point
Copy the full SHA 669059bView commit details -
bug #59671 [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply wh…
…en dumping sequences (xabbuh) This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumping sequences | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT following #59315, the flag should only affect how maps are dumped but shouldn't influence dumping sequences (see also symfony/symfony-docs#20510 (comment)) Commits ------- 0c124a99e91 [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumping sequences
Configuration menu - View commit details
-
Copy full SHA for 491c6ac - Browse repository at this point
Copy the full SHA 491c6acView commit details
Commits on Mar 3, 2025
-
* 7.2: Review validator-related japanese translations with ids 114-120 don't trigger "internal" deprecations for PHPUnit Stub objects drop comments while lexing unquoted strings
Configuration menu - View commit details
-
Copy full SHA for 3d545d9 - Browse repository at this point
Copy the full SHA 3d545d9View commit details
Commits on Mar 6, 2025
-
[Yaml] Add the
Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES
flag to enf……orce double quotes around string values
Configuration menu - View commit details
-
Copy full SHA for a2f18c2 - Browse repository at this point
Copy the full SHA a2f18c2View commit details
Commits on Mar 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e359788 - Browse repository at this point
Copy the full SHA e359788View commit details -
feature #59880 [Yaml] Add the `Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALU…
…ES` flag to enforce double quotes around string values (dkarlovi) This PR was merged into the 7.3 branch. Discussion ---------- [Yaml] Add the `Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES` flag to enforce double quotes around string values | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix #59680 | License | MIT In some scenarios, quoting even safe values is encouraged by various inspectors, for example PHPStorm inspectors will mark it with a warning when used in Kubernetes `ConfigMap` dump. This option allows forcing the quotes even when technically not required, see #59680 for an example. Commits ------- 1c06770e099 [Yaml] Add the `Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES` flag to enforce double quotes around string values
Configuration menu - View commit details
-
Copy full SHA for 54005e3 - Browse repository at this point
Copy the full SHA 54005e3View commit details
Commits on Apr 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for feaf385 - Browse repository at this point
Copy the full SHA feaf385View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea40a4 - Browse repository at this point
Copy the full SHA cea40a4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.2...7.3