Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): Add addEventProcessor method #9554

Merged
merged 4 commits into from
Dec 4, 2023
Merged

Commits on Dec 4, 2023

  1. feat(core): Add addEventProcessor method

    And deprecate `addGlobalEventProcessor()` and `getGlobalEventProcessors()`.
    
    In v8, all event processors will be on the client only, streamlining this a bit and preventing global "pollution".
    mydea committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e0d1131 View commit details
    Browse the repository at this point in the history
  2. fix circular dependency check

    mydea committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    540f3a7 View commit details
    Browse the repository at this point in the history
  3. add migration note

    mydea committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4dc2e3e View commit details
    Browse the repository at this point in the history
  4. fix

    mydea committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    900f818 View commit details
    Browse the repository at this point in the history