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

fix(di): move locals arg to DIInvokeOptions #2890

Merged
merged 32 commits into from
Nov 25, 2024
Merged

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    666a12a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    f4fa686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e94a01 View commit details
    Browse the repository at this point in the history
  3. fix(di): remove unused resolvers options

    BREAKING CHANGE: external DI resolvers is removed. There no needs
    Romakita committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    f7fa7d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ce1e2 View commit details
    Browse the repository at this point in the history
  5. fix(di): remove default scope configuration on DIConfiguration level

    BREAKING CHANGE: configuration.scope is removed. This options doesn't make sense since a $ctx exists. ProviderScope.REQUEST must to be declared explicitly on each controller.
    Romakita committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    0a20009 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c157178 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e07d6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec6971d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4af794 View commit details
    Browse the repository at this point in the history
  10. feat(di): injector.get resolve token when token isn't already cached

    BREAKING CHANGE: Provider with Request scope can be invoked using injector.get(). Before injector.get() returns undefined
    Romakita committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    5eeabba View commit details
    Browse the repository at this point in the history
  11. fix(di): add global flag to register correctly provider on GlobalRegi…

    …stry vs injector.container
    Romakita committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    c13437a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ae2919 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fb3288f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b9484d0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ab1e239 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aa6fd67 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e25e54f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    243bdce View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f581b44 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5d9bfda View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    61f1640 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fc71af0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    857ea09 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    51aba80 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ef4b43a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4c9c32f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6acfaeb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    501ac71 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d731171 View commit details
    Browse the repository at this point in the history
  30. chore: update coverage

    Romakita committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    edd143d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. ci: update test workflow

    Romakita committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e2a2e85 View commit details
    Browse the repository at this point in the history