-
-
Notifications
You must be signed in to change notification settings - Fork 5
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/asset-mapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/asset-mapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 32 files changed
- 11 contributors
Commits on Dec 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db28cde - Browse repository at this point
Copy the full SHA db28cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8b44c - Browse repository at this point
Copy the full SHA ad8b44cView commit details
Commits on Dec 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 777908c - Browse repository at this point
Copy the full SHA 777908cView commit details
Commits on Dec 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df9a4f9 - Browse repository at this point
Copy the full SHA df9a4f9View commit details
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf303b1 - Browse repository at this point
Copy the full SHA bf303b1View commit details -
minor #59178 [AssetMapper] Adding 'Everything up to date' message (Th…
…omasLandauer) This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [AssetMapper] Adding 'Everything up to date' message | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | not really | Deprecations? | no | Issues | | License | MIT Adding friendly message for `php bin/console importmap:outdated` if no updates are found. Wording is taken from `composer outdated` Commits ------- 2bfcd897c96 [AssetMapper] Adding 'Everything up to date' message
Configuration menu - View commit details
-
Copy full SHA for bc4cdc3 - Browse repository at this point
Copy the full SHA bc4cdc3View commit details
Commits on Jan 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 03323ec - Browse repository at this point
Copy the full SHA 03323ecView 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 f1cc592 - Browse repository at this point
Copy the full SHA f1cc592View commit details -
minor #59057 [AssetMapper] use constants in MappedAssetFactoryTest (a…
…lexislefebvre) This PR was merged into the 7.3 branch. Discussion ---------- [AssetMapper] use constants in MappedAssetFactoryTest | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | no | License | MIT This avoids repeating `__DIR__` in several places. Follow-up of: - #58859 Commits ------- cdb30809b44 feat: use constants in MappedAssetFactoryTest
Configuration menu - View commit details
-
Copy full SHA for 809cc3d - Browse repository at this point
Copy the full SHA 809cc3dView commit details
Commits on Jan 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f59b64c - Browse repository at this point
Copy the full SHA f59b64cView commit details
Commits on Jan 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 88e3c6c - Browse repository at this point
Copy the full SHA 88e3c6cView commit details
Commits on Jan 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fe73bd9 - Browse repository at this point
Copy the full SHA fe73bd9View commit details -
feature #59004 [AssetMapper] Detect import with a sequence parser (sm…
…nandre) This PR was squashed before being merged into the 7.3 branch. Discussion ---------- [AssetMapper] Detect import with a sequence parser | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #58928 and #58944 (maybe) | License | MIT Third attempt after #54134 and #58999.. this is the good one 👍 I initially started this PR to learn / try things, but it really behaves well.. and _may_ stop (or help stopping) what seems to be a never-ending suite of special cases. Open to any feedback Commits ------- 720c3874608 [AssetMapper] Detect import with a sequence parser
Configuration menu - View commit details
-
Copy full SHA for f864a0a - Browse repository at this point
Copy the full SHA f864a0aView commit details
Commits on Jan 27, 2025
-
* 7.2: (21 commits) [FrameworkBundle] Add missing `not-compromised-password` entry in XSD [AssetMapper] Fix CssCompiler matches url in comments Add support for doctrine/persistence 4 fix(sweego): Fix channel parameter value to fixed value for Mailer and Notifier Transports Ensure TransportExceptionInterface populates stream debug data Fix typo in validators.sk.xlf [Mime] Fix body validity check in `Email` when using `Message::setBody()` Review Arabic translations for the validator Fixed mistakes in proper hebrew writing in the previous translation and confirmed the rest to be correct and in the same style. Review translation [Cache] Don't clear system caches on cache:clear [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers [Config] Add missing json_encode flag when creating .meta.json files Mark Czech Validator translation as reviewed [PropertyInfo] Fix `TypeTest` duplicated assert [Validator] Fix `Url` constraint attribute assertion convert legacy types to TypeInfo types if getType() is not implemented [HtmlSanitizer] Avoid accessing non existent array key when checking for hosts validity [Messenger ] Extract retry delay from nested `RecoverableExceptionInterface` Update validators.ar.xlf ...
Configuration menu - View commit details
-
Copy full SHA for 7f50de3 - Browse repository at this point
Copy the full SHA 7f50de3View commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dca8652 - Browse repository at this point
Copy the full SHA dca8652View commit details
Commits on Mar 26, 2025
-
* 7.2: use Table::addPrimaryKeyConstraint() with Doctrine DBAL 4.3+ [Serializer] Fix ObjectNormalizer default context with named serializers [Serializer] Fix code skipped by premature return [TypeInfo] Fix `isSatisfiedBy` not traversing type tree Update JsDelivrEsmResolver::IMPORT_REGEX to support dynamic imports
Configuration menu - View commit details
-
Copy full SHA for 984f807 - Browse repository at this point
Copy the full SHA 984f807View commit details
Commits on May 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6516f38 - Browse repository at this point
Copy the full SHA 6516f38View commit details
Loading
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 v7.2.5...v7.3.0