-
-
Notifications
You must be signed in to change notification settings - Fork 130
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
11
contributors
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d49876 - Browse repository at this point
Copy the full SHA 9d49876View commit details -
feature #48127 [Yaml] Add flag to dump numeric key as string (alamira…
…ult) This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [Yaml] Add flag to dump numeric key as string | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #48061 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Sometime Yaml keys must be always string. (OpenApi spec for example) This PR add support to dump int as string by using the `Yaml::DUMP_NUMERIC_KEY_AS_STRING` flag. Without flag (default) ```yaml 200: foo ``` With flag ```yaml '200': foo ``` (Unrelated fabbot failure) Commits ------- 35890e1ca9 [Yaml] Add flag to dump numeric key as string
Configuration menu - View commit details
-
Copy full SHA for 240ccc2 - Browse repository at this point
Copy the full SHA 240ccc2View commit details
Commits on Jan 1, 2023
-
* 6.2: Bump LICENSE year Bump LICENSE year Fix LICENSE year Bump license year to 2023 Fix CS Fix CS
Configuration menu - View commit details
-
Copy full SHA for f18e233 - Browse repository at this point
Copy the full SHA f18e233View commit details
Commits on Jan 11, 2023
-
* 6.2: Revert "minor #47721 [Notifier] Use local copy of stella-maris/clock when testing (nicolas-grekas)" [Yaml] Minor: Update Inline parse phpdoc [FrameworkBundle] Fix deprecation when accessing a "container.private" service from the test container [VarExporter] Fix signature of `Lazy*Trait::createLazy*()` [DependencyInjection] Fix dumping inlined withers [HttpClient] Move Http clients data collecting at a late level [Serializer] Fix SerializerInterface for PHPStan [DependencyInjection] Fix support for named arguments on non-autowired services [FrameworkBundle] restore call to addGlobalIgnoredName Allow EmailValidator 4 Fix detecting mapping with one line annotations [Intl] Get emoji-test.txt from unicode.org
Configuration menu - View commit details
-
Copy full SHA for 8d6fc4d - Browse repository at this point
Copy the full SHA 8d6fc4dView commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9383748 - Browse repository at this point
Copy the full SHA 9383748View commit details -
minor #48793 Leverage arrow function syntax for closure (tigitz)
This PR was merged into the 6.3 branch. Discussion ---------- Leverage arrow function syntax for closure | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #47658 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | <!-- required for new features --> Rationale in the RFC [here](https://wiki.php.net/rfc/arrow_functions_v2#introduction) It's also notable that using arrow function syntax rather than the classic one has been enforced in the past by symfony core member: symfony/symfony#48069 (comment) So this PR would be consistent. Commits ------- f5802d3a2a Leverage arrow function syntax for closure
Configuration menu - View commit details
-
Copy full SHA for baf5e57 - Browse repository at this point
Copy the full SHA baf5e57View commit details
Commits on Feb 2, 2023
-
* 6.2: Fix LICENSE year Fix LICENSE CI check [Notifier] Mention Prisma Media as backer of v6.2 fixes retrieving multiple values for extra fields Clarifies when to update UPGRADE-7.0.md [String] Remove duplicates in fold maps fail with a meaningful error when a needed package is missing [6.2] Remove mentions of v6.1 backers [Translation] Crowdin renewed their sponsorship for v6.2 [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types Update license years (last time) [Tests] New iteration of removing `$this` occurrences in future static data providers
Configuration menu - View commit details
-
Copy full SHA for f06e75f - Browse repository at this point
Copy the full SHA f06e75fView commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eaa9afa - Browse repository at this point
Copy the full SHA eaa9afaView commit details -
feature #49164 [Yaml] Feature #48920 Allow milliseconds and microseco…
…nds in dates (dustinwilson) This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [Yaml] Feature #48920 Allow milliseconds and microseconds in dates | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Feature #48920 | License | MIT | Doc PR | forthcoming Allows Yaml to parse dates with milliseconds or microseconds and to dump them as well. Commits ------- 8afb4c7702 [Yaml] Feature #48920 Allow milliseconds and microseconds in dates
Configuration menu - View commit details
-
Copy full SHA for 864837e - Browse repository at this point
Copy the full SHA 864837eView commit details
Commits on Feb 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8151e65 - Browse repository at this point
Copy the full SHA 8151e65View commit details
Commits on Feb 7, 2023
-
* 6.2: minor #49253 [PHPUnit 10] Use `TestCase` suffix for abstract tests in `/Tests/` (OskarStark) [Intl] Generate all emoji short name returned by slack api [Serializer] Fix CsvEncoder decode on empty data [Tests] Migrate data providers to static ones stop using assertObjectHasAttribute()/assertObjectHasNotAttribute() [Cache] Fix Redis proxies [Dotenv] Fix phpdoc Dotenv [Config] Fix phpdoc nullable Replace deprecated/removed way to configure enabled_locales fix typo Fix some typos
Configuration menu - View commit details
-
Copy full SHA for a5e8304 - Browse repository at this point
Copy the full SHA a5e8304View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 20dfa1e - Browse repository at this point
Copy the full SHA 20dfa1eView commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8161cc - Browse repository at this point
Copy the full SHA a8161ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f3f54 - Browse repository at this point
Copy the full SHA c5f3f54View commit details
Commits on Feb 14, 2023
-
* 6.2: Fix merge Migrate to `static` data providers using `rector/rector`
Configuration menu - View commit details
-
Copy full SHA for 17bb6ce - Browse repository at this point
Copy the full SHA 17bb6ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55071ed - Browse repository at this point
Copy the full SHA 55071edView commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2bacb4 - Browse repository at this point
Copy the full SHA e2bacb4View commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for abb0f24 - Browse repository at this point
Copy the full SHA abb0f24View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e5a87f - Browse repository at this point
Copy the full SHA 2e5a87fView commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c50aaf - Browse repository at this point
Copy the full SHA 9c50aafView commit details
Commits on Apr 28, 2023
-
* 6.2: Fix test class name trim(): Argument #1 () must be of type string, bool given Check if trace.curlCommand is defined in profiler [Dumper] Trim leading newlines when checking if value begins with a space [FrameworkBundle] Make service edges unique Fix the list of supported shells for completions in a phar Fix the usage of the zsh completion through the fpath discovery
Configuration menu - View commit details
-
Copy full SHA for a9a8337 - Browse repository at this point
Copy the full SHA a9a8337View commit details
There are no files selected for viewing