-
-
Notifications
You must be signed in to change notification settings - Fork 103
Comparing changes
Open a pull request
base repository: symfony/var-dumper
base: v6.2.12
head repository: symfony/var-dumper
compare: v6.3.0
Commits on Nov 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 29da1bc - Browse repository at this point
Copy the full SHA 29da1bcView commit details
Commits on Dec 4, 2022
-
* 6.2: (21 commits) prevent the installation of unstable phpdocumentor/type-resolver releases Update UPGRADE-6.2.md [VarExporter] Fix possible memory-leak when using lazy-objects [Framework] Fix Infobip Mailer transport factory import [WebProfilerBundle] Fix form panel expanders chore: fix typo 'do' verb [Twig Bridge] Add PHPdoc information to some email methods [TwigBridge] Fix casing of currentRoute/currentRouteParameters methods Amend MoneyType twig to include a space. [DependencyInjection][ErrorHandler][FrameworkBundle][HttpKernel][TwigBridge] Fix "a" before "URL" [FrameworkBundle] Add alximy as backer of v6.2 Fixed undefined variable error [Security] Fix deprecated namespace Update UPGRADE-6.2.md don't register the MailerTestCommand symfony/console is not installed Bump Symfony version to 6.2.1 Update VERSION for 6.2.0 Update CHANGELOG for 6.2.0 [GHA] Fix scorecards Convert previously defined date attribute to the expected class ...
Configuration menu - View commit details
-
Copy full SHA for 665011c - Browse repository at this point
Copy the full SHA 665011cView commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5635a62 - Browse repository at this point
Copy the full SHA 5635a62View commit details -
feature #48478 [VarDumper] Add caster for WeakMap (nicolas-grekas)
This PR was merged into the 6.3 branch. Discussion ---------- [VarDumper] Add caster for WeakMap | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- bde17b7f51 [VarDumper] Add caster for WeakMap
Configuration menu - View commit details
-
Copy full SHA for cecffb5 - Browse repository at this point
Copy the full SHA cecffb5View commit details
Commits on Dec 9, 2022
-
* 6.2: [Clock] fix usleep deprecation warning [Cache] sync Redis6Proxy with upstream [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected Minor (comment only), part 2 [RateLimiter] Add typecast to Reservation::wait chore: fix syntax error [FrameworkBundle] add `kernel.locale_aware` tag to `LocaleSwitcher` [FrameworkBundle] Remove check of undefined service in mailer assertions [VarDumper] Ignore \Error in __debugInfo()
Configuration menu - View commit details
-
Copy full SHA for cf25d93 - Browse repository at this point
Copy the full SHA cf25d93View commit details
Commits on Dec 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 422e4a6 - Browse repository at this point
Copy the full SHA 422e4a6View commit details
Commits on Dec 14, 2022
-
* 6.2: (22 commits) [Mailer] Include all transports' debug messages in RoundRobin transport exception [FrameworkBundle] fix: fix help message Hide excluded services from container debug list [Validator] Allow opt-out of EmailValidator deprecation when using Validation::createValidatorBuilder() Fix HtmlSanitizer default configuration behavior for allowed schemes Use relative timestamps [Translation] add tests + fix [Cache] Fix dealing with ext-redis' multi/exec returning a bool [Messenger][Amqp] Added missing rpc_timeout option [Serializer] Prevent GetSetMethodNormalizer from creating invalid magic method call [HttpFoundation] Fix dumping array cookies [WebProfilerBundle] Fix dump header not being displayed TraceableHttpClient: increase decorator's priority Use static methods inside data providers [FrameworkBundle] Allow configuring `framework.exceptions` with a config builder bug #48313 [Mime] Fix MessagePart serialization [HttpKernel][ErrorHandler] Fix reading the SYMFONY_IDE env var [ErrorHandler][DebugClassLoader] Fix some new return types support Fix getting the name of closures on PHP 8.1.11+ [Translator] Fix typo "internal" / "interval" ...
Configuration menu - View commit details
-
Copy full SHA for f0419c3 - Browse repository at this point
Copy the full SHA f0419c3View commit details
Commits on Dec 15, 2022
-
[VarDumper] Add support of named arguments to
dd()
anddump()
to ……display the argument name
Configuration menu - View commit details
-
Copy full SHA for 0d0fa05 - Browse repository at this point
Copy the full SHA 0d0fa05View commit details -
feature #48432 [VarDumper] Add support of named arguments to
dd()
a……nd `dump()` to display a label (alexandre-daubois) This PR was merged into the 6.3 branch. Discussion ---------- [VarDumper] Add support of named arguments to `dd()` and `dump()` to display a label | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | _N/A_ | License | MIT | Doc PR | _Todo_ Following an idea from `@nicolas`-grekas, the goal here is to ease debugging with `dd()` and `dump()` by supporting named arguments passed to them. This will display a label, helping understand the goal/meaning of a dump. **Example in web browser:**  **Example in CLI:**  The above example is clickable and points to `file:///home/alexandredaubois/PhpstormProjects/dummy_project/src/Command/TestCommand.php#L15`. No more `dd("First one", $var1, "Second var", $var2);`! Commits ------- 2519c5c830 [VarDumper] Add support of named arguments to `dd()` and `dump()` to display the argument name
Configuration menu - View commit details
-
Copy full SHA for ca4660e - Browse repository at this point
Copy the full SHA ca4660eView commit details
Commits on Dec 22, 2022
-
* 6.2: Fix integration test gha Update RedisTrait.php Use static methods inside data providers [VarExporter] Fix exporting classes with __unserialize() but not __serialize() [Validator] Fix IBAN format for Tunisia and Mauritania [Workflow] Allow spaces in place names so the PUML dump doesn't break [VarExporter] Generate proxies for static abstract methods [SecurityBundle] Prevent RuntimeException "Impossible to access an attribute ("security_enabled") on a null variable."
Configuration menu - View commit details
-
Copy full SHA for 0dd4f98 - Browse repository at this point
Copy the full SHA 0dd4f98View 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 74f03d4 - Browse repository at this point
Copy the full SHA 74f03d4View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6358546 - Browse repository at this point
Copy the full SHA 6358546View 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 e271327 - Browse repository at this point
Copy the full SHA e271327View commit details
Commits on Jan 20, 2023
-
* 6.2: Update ComposerPlugin.php [Notifier] [OvhCloud] handle invalid receiver [Security] Return default value instead of deferring to lower prio resolvers when using #[CurrentUser] and no user is found [Cache] fix collecting cache stats when nesting computations [VarDumper] Fix JS to expand / collapse [Validator] Fix Email validator logic Fix user_identifier support after username has been deprecated in favor of it. [Tests] Remove `$this` occurrences in future static data providers [PropertyInfo] Fixes constructor extractor for mixed type use method_exists() instead of catching reflection exceptions
Configuration menu - View commit details
-
Copy full SHA for 5e37ad6 - Browse repository at this point
Copy the full SHA 5e37ad6View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e169dd4 - Browse repository at this point
Copy the full SHA e169dd4View commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 967f55b - Browse repository at this point
Copy the full SHA 967f55bView 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 4beb1aa - Browse repository at this point
Copy the full SHA 4beb1aaView commit details
Commits on Feb 7, 2023
-
* 6.2: [VarExporter] Fix lazy-proxying readonly classes on PHP 8.3
Configuration menu - View commit details
-
Copy full SHA for 48796b4 - Browse repository at this point
Copy the full SHA 48796b4View commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54f93ba - Browse repository at this point
Copy the full SHA 54f93baView commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 129d0c0 - Browse repository at this point
Copy the full SHA 129d0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20963cf - Browse repository at this point
Copy the full SHA 20963cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfeaa20 - Browse repository at this point
Copy the full SHA bfeaa20View 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 65479a2 - Browse repository at this point
Copy the full SHA 65479a2View commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e4629b - Browse repository at this point
Copy the full SHA 8e4629bView commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c9dc4d - Browse repository at this point
Copy the full SHA 4c9dc4dView commit details
Commits on Feb 24, 2023
-
* 6.2: fix style of label containing new lines in PUML dump [TwigBridge] Allow floats in html5 input type number field [Translation] Handle the translation of empty strings [VarDumper] Fix error when reflected class has default Enum parameter in constructor [FrameworkBundle] Fix denyAccessUnlessGranted for mixed attributes [Validator] Fix translation of AtLeastOneOf constraint message do not drop embed label classes [Validator] Sync IBAN formats with Swift IBAN registry Update Infobip API transport to use the API V3 [String] Use same alphabet for ByteString::fromRandom tests Fix phpdocs in components Fix the rendering of query explanation with Postgresql
Configuration menu - View commit details
-
Copy full SHA for 5519cc7 - Browse repository at this point
Copy the full SHA 5519cc7View commit details
Commits on Mar 6, 2023
-
* 6.2: [Translation] Decouple TranslatorPathsPass from "debug." convention [VarDumper] Add a bit of test coverage [TwigBridge] Fix flagged malicious url [HttpClient] Fix encoding "+" in URLs [DependencyInjection] Fix dumping array of enums parameters Bump Symfony version to 6.2.8 Update VERSION for 6.2.7 Update CHANGELOG for 6.2.7 Bump Symfony version to 5.4.22 Update VERSION for 5.4.21 Update CONTRIBUTORS for 5.4.21 Update CHANGELOG for 5.4.21 [Messenger] Fix TransportNamesStamp deserialization Removed @internal tag on TraceableAuthenticator::getAuthenticator()
Configuration menu - View commit details
-
Copy full SHA for 9f88ac7 - Browse repository at this point
Copy the full SHA 9f88ac7View commit details
Commits on Mar 14, 2023
-
* 6.2: Fix some Composer keywords [FrameworkBundle] Rename limiter’s `strategy` to `policy` in XSD [VarDumper] Fixed dumping of CutStub Fix test Change limit argument from string to integer. [Messenger] Fix `evaluate()` calls in `WorkerTest` [Mailer] STDOUT blocks infinitely under Windows when STDERR is filled
Configuration menu - View commit details
-
Copy full SHA for 42237ee - Browse repository at this point
Copy the full SHA 42237eeView commit details
Commits on Mar 20, 2023
-
[ErrorHandler] Rewrite logic to dump exception properties and fix ser…
…ializing FlattenException
Configuration menu - View commit details
-
Copy full SHA for efc8f5d - Browse repository at this point
Copy the full SHA efc8f5dView commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3ee7db - Browse repository at this point
Copy the full SHA a3ee7dbView commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7113186 - Browse repository at this point
Copy the full SHA 7113186View commit details -
* 6.2: fix merge [DependencyInjection] Filter "container.excluded" services when using `findTaggedServiceIds()` [Cache] Removing null coalescing assignment operator on 5.4 [Console] Add missing ZSH mention in DumpCompletionCommand help [Cache] Fix storing binary keys when using pgsql [FrameworkBundle] Add missing monolog channel tag for messenger services update documentation for telegram bridge notifier [FrameworkBundle] Improve documentation about translation:extract --sort option [VarDumper] Disable links for IntelliJ platform [Notifier] Add bridge documentation [HttpClient] Add hint about `timeout` and `max_duration` options [HttpFoundation] Use separate caches for IpUtils checkIp4 and checkIp6 [FrameworkBundle] Fix wiring session.handler when handler_id is null [FrameworkBundle] Workflow - Fix LogicException about a wrong configuration of "enabled" node
Configuration menu - View commit details
-
Copy full SHA for c007934 - Browse repository at this point
Copy the full SHA c007934View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00eb022 - Browse repository at this point
Copy the full SHA 00eb022View commit details
Commits on Apr 5, 2023
-
Fix the test for casting FlattenException on Windows
The assertion should avoid forcing to show path separators, as done in other tests of the caster, as path separators are different on Windows.
Configuration menu - View commit details
-
Copy full SHA for cb21bc9 - Browse repository at this point
Copy the full SHA cb21bc9View commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5767c81 - Browse repository at this point
Copy the full SHA 5767c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f026af - Browse repository at this point
Copy the full SHA 3f026afView commit details
Commits on Apr 18, 2023
-
* 6.2: (21 commits) Fix tests CS fix [HttpKernel] Tests for DataCollector for #49320 [Console] Fix computing column width containing multibyte chars [Messenger] Fix deprecation layer of RedeliveryStamp [Mime] Form field values with integer keys not resolved correctly [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message [PHPUnitBridge] Fix PHPUnit 10.1 compatibility [VarDumper] Make the server TCP connection sync [Messenger] Fix warning message on failed messenger show command [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID [HttpFoundation] Fix BinaryFileResponse [Form] fix merge [HttpFoundation] Fix memory limit problems in BinaryFileResponse [PropertyAccess] Readonly properties must have no PropertyWriteInfo [Form] Cast choices value callback result to string [Serializer] Unexpected value should throw UnexpectedValueException [ErrorHandler] Don't throw deprecations for HttplugClient [Serializer] Fix denormalization of object with typed constructor arg (not castable) and with COLLECT_DENORMALIZATION_ERRORS ...
Configuration menu - View commit details
-
Copy full SHA for c329ed0 - Browse repository at this point
Copy the full SHA c329ed0View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7dbe8a6 - Browse repository at this point
Copy the full SHA 7dbe8a6View commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b53bbaa - Browse repository at this point
Copy the full SHA b53bbaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54894d9 - Browse repository at this point
Copy the full SHA 54894d9View commit details -
minor #49977 [VarDumper] Reduce stylesheet assignments via JavaScript…
… in `HtmlDumper` (ohader) This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [VarDumper] Reduce stylesheet assignments via JavaScript in `HtmlDumper` | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | *none* | License | MIT The dynamic `<style>` element in the JavaScript variable `refStyle` can be replaced by static CSS and element states. The new rule `.sf-dump-hover:hover` substitutes JavaScript event handling for `mouseover` events. This is a preparation to have the possibility to assign `nonce` HTML attributes to inline `<script>` and `<style>` nodes, e.g. shown as proof-of-concept at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78512/2/typo3/sysext/adminpanel/Classes/Utility/HtmlDumper.php Commits ------- 53046a3bac [VarDumper] Reduce stylesheet assignments via JavaScript in `HtmlDumper`
Configuration menu - View commit details
-
Copy full SHA for 64a3403 - Browse repository at this point
Copy the full SHA 64a3403View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e84b97 - Browse repository at this point
Copy the full SHA 4e84b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for a93ec17 - Browse repository at this point
Copy the full SHA a93ec17View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5008fa8 - Browse repository at this point
Copy the full SHA 5008fa8View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c281188 - Browse repository at this point
Copy the full SHA c281188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 834accf - Browse repository at this point
Copy the full SHA 834accfView commit details -
bug #50397 [HttpKernel][VarDumper] Fix dumping with labels (nicolas-g…
…rekas) This PR was merged into the 6.3 branch. Discussion ---------- [HttpKernel][VarDumper] Fix dumping with labels | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Should fix symfony/symfony#50347 (comment) /cc `@bobthecow` Also improves the display in the WDT:   Commits ------- e824eb051e [VarDumper][HttpKernel] Fix dumping with labels
Configuration menu - View commit details
-
Copy full SHA for 81fb69e - Browse repository at this point
Copy the full SHA 81fb69eView commit details -
minor #50427 [VarDumper] Fix failures on appveyor (nicolas-grekas)
This PR was merged into the 6.3 branch. Discussion ---------- [VarDumper] Fix failures on appveyor | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 52f45a4062 [VarDumper] Fix failures on appveyor
Configuration menu - View commit details
-
Copy full SHA for b34e418 - Browse repository at this point
Copy the full SHA b34e418View commit details -
* 6.2: [5.4] Allow PhpUnitBridge v7 [Console] block input stream if needed When the input stream used in the question helper is not blocking, the default value is always used as the stream return false. In order to fix that, we force the stream to be in blocking state and go back to the old state after so other logic is not impacted by this change
Configuration menu - View commit details
-
Copy full SHA for 6acdcd5 - Browse repository at this point
Copy the full SHA 6acdcd5View commit details
There are no files selected for viewing