event-dispatcher

Provides tools that allow your application components to communicate with each other by dispatching events and listening to them

MIT License

Downloads
736.9M
Stars
8.5K
Committers
119

Bot releases are visible (Hide)

event-dispatcher - v6.4.0-RC1

Published by fabpot 11 months ago

event-dispatcher - v7.0.0-BETA1

Published by fabpot almost 1 year ago

Changelog (https://github.com/symfony/event-dispatcher/compare/v6.3.6...v7.0.0-BETA1)

  • feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
  • feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
  • feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
event-dispatcher - v6.4.0-BETA1

Published by fabpot almost 1 year ago

event-dispatcher - v6.3.2

Published by fabpot about 1 year ago

event-dispatcher - v6.2.13

Published by fabpot about 1 year ago

event-dispatcher - v5.4.26

Published by fabpot about 1 year ago

event-dispatcher - v6.3.0

Published by fabpot over 1 year ago

event-dispatcher - v6.3.0-RC1

Published by fabpot over 1 year ago

Changelog (https://github.com/symfony/event-dispatcher/compare/v6.3.0-BETA3...v6.3.0-RC1)

  • feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
  • bug symfony/symfony#49063 [Messenger] Respect isRetryable decision of the retry strategy for re-delivery (@FlyingDR)
event-dispatcher - v6.3.0-BETA1

Published by fabpot over 1 year ago

Changelog (https://github.com/symfony/event-dispatcher/compare/v6.2.10...v6.3.0-BETA1)

  • feature symfony/symfony#49863 [Scheduler] have TriggerInterface extend \Stringable (@kbond)
  • feature symfony/symfony#48343 [Form] [ChoiceType] Add a placeholder_attr option (@elementaire)
  • feature symfony/symfony#49620 [ErrorHander] Display exception properties in the HTML error page (@lyrixx)
  • feature symfony/symfony#49306 [Security] Add logout configuration for Clear-Site-Data header (@maxbeckers)
  • feature symfony/symfony#49596 [Validator] Add the exclude option to the Cascade constraint (@alexandre-daubois)
  • feature symfony/symfony#49015 [Security] Added condition to always return the real Authenticator from security events (@florentdestremau)
  • feature symfony/symfony#49013 [Serializer] Replace the MissingConstructorArgumentsException class with MissingConstructorArgumentException (@HypeMC)
  • feature symfony/symfony#49275 [FrameworkBundle][HttpKernel] Configure ErrorHandler on boot (@HypeMC)
  • feature symfony/symfony#49300 [Validator] Add a NoSuspiciousCharacters constraint to validate a string is not suspicious (@MatTheCat)
  • feature symfony/symfony#49331 [PropertyAccess] Allow escaping in PropertyPath (@alanpoulain)
  • feature symfony/symfony#49193 [Security] Return 403 instead of 500 when no firewall is defined (@nicolas-grekas)
  • feature symfony/symfony#49098 [Config] Allow enum values in EnumNode (@fancyweb)
  • feature symfony/symfony#49164 [Yaml] Feature #48920 Allow milliseconds and microseconds in dates (@dustinwilson)
  • feature symfony/symfony#48250 [Cache] Compatible with aliyun redis instance (@tourze)
  • feature symfony/symfony#48938 [FrameworkBundle] Allow setting private services with the test container (@nicolas-grekas)
  • feature symfony/symfony#48762 [WebProfilerBundle] Improve accessibility of tabs and some links (@javiereguiluz)
  • feature symfony/symfony#48669 [ExpressionLanguage] Add enum expression function (@alexandre-daubois)
  • feature symfony/symfony#48678 [FrameworkBundle] Rename service notifier.logger_notification_listener to notifier.notification_logger_listener (@ker0x)
  • feature symfony/symfony#48797 [FrameworkBundle] Add extra attribute for HttpClient Configuration (@voodooism)
  • feature symfony/symfony#48747 [HttpKernel] Allow using #[WithLogLevel] for setting custom log level for exceptions (@angelov)
  • feature symfony/symfony#48820 [HttpFoundation] ParameterBag::getEnum() (@nikophil)
  • feature symfony/symfony#48685 [DependencyInjection] Exclude referencing service (self) in TaggedIteratorArgument (@chalasr)
  • feature symfony/symfony#48810 Drop v1 contracts packages everywhere (@derrabus)
  • feature symfony/symfony#48616 [Notifier] GoogleChat CardsV1 is deprecated we must use cardsV2 instead (@daifma)
  • feature symfony/symfony#48396 [Intl] Add a special locale to strip emojis easily with EmojiTransliterator (@fancyweb)
  • feature symfony/symfony#48642 [Clock] Add Clock class and now() function (@nicolas-grekas)
  • feature symfony/symfony#48127 [Yaml] Add flag to dump numeric key as string (@alamirault)
  • feature symfony/symfony#48044 [SecurityBundle] Set request stateless when firewall is stateless (@alamirault)
  • feature symfony/symfony#48059 [HttpFoundation] Create migration for session table when pdo handler is used (@alli83)
  • feature symfony/symfony#48432 [VarDumper] Add support of named arguments to dd() and dump() to display a label (@alexandre-daubois)
  • feature symfony/symfony#39353 [FrameworkBundle][Notifier] Allow to configure or disable the message bus to use (@jschaedl, @fabpot)
  • feature symfony/symfony#48164 [Serializer] Add encoder option for saving options (@ihmels)
  • feature symfony/symfony#48299 [Console] #47809 remove exit() call in last SignalHandler (@akuzia)
  • feature symfony/symfony#48362 [Clock] Add ClockAwareTrait to help write time-sensitive classes (@nicolas-grekas)
  • feature symfony/symfony#48478 [VarDumper] Add caster for WeakMap (@nicolas-grekas)
  • feature symfony/symfony#48374 [Notifier] [Telegram] Add support to answer callback queries (@alexsoft)
  • feature symfony/symfony#48381 [Validator] Add Uuid::TIME_BASED_VERSIONS to match that a UUID being validated embeds a timestamp (@alexandre-daubois)
  • feature symfony/symfony#48379 [HttpKernel] Set a default file link format when none is provided to FileLinkFormatter (@alexandre-daubois)
  • feature symfony/symfony#48389 [Notifier] Add Bandwidth bridge (@gnito-org)
  • feature symfony/symfony#48398 [Notifier] Add Termii bridge (@gnito-org)
  • feature symfony/symfony#48399 [Notifier] Add iSendPro bridge (@leblanc-simon)
  • feature symfony/symfony#48084 [Notifier] Add Twitter notifier (@nicolas-grekas)
  • feature symfony/symfony#48053 [Messenger] Improve DX (@Nommyde)
  • feature symfony/symfony#48043 [SecurityBundle] Deprecate enabling bundle and not configuring it (@alamirault)
event-dispatcher - v6.2.8

Published by fabpot over 1 year ago

Changelog (https://github.com/symfony/event-dispatcher/compare/v6.2.7...v6.2.8)

  • bug #49706 Stop stopwatch events in case of exception (MatTheCat)
event-dispatcher - v5.4.22

Published by fabpot over 1 year ago

Changelog (https://github.com/symfony/event-dispatcher/compare/v5.4.21...v5.4.22)

  • bug #49706 Stop stopwatch events in case of exception (MatTheCat)
event-dispatcher - v6.2.7

Published by fabpot over 1 year ago

event-dispatcher - v5.4.21

Published by fabpot over 1 year ago

event-dispatcher - v6.2.5

Published by fabpot over 1 year ago

event-dispatcher - v6.0.19

Published by fabpot over 1 year ago

event-dispatcher - v5.4.19

Published by fabpot over 1 year ago

event-dispatcher - v6.1.9

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/event-dispatcher/compare/v6.1.8...v6.1.9)

  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
event-dispatcher - v6.0.17

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/event-dispatcher/compare/v6.0.16...v6.0.17)

  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
event-dispatcher - v5.4.17

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/event-dispatcher/compare/v5.4.16...v5.4.17)

  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)
event-dispatcher - v6.2.2

Published by fabpot almost 2 years ago

Changelog (https://github.com/symfony/event-dispatcher/compare/v6.2.1...v6.2.2)

  • bug #48615 Fix getting the name of closures on PHP 8.1.11+ (nicolas-grekas)