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

Awilix V6 #272

Merged
merged 7 commits into from
Oct 31, 2021
Merged

Awilix V6 #272

merged 7 commits into from
Oct 31, 2021

Commits on Oct 30, 2021

  1. api: rename has to hasRegistration

    This is to resolve any confusion as to what we
    are checking existence for.
    
    BREAKING CHANGE: This is changing the public API.
    jeffijoe committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    889fa1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8818bf0 View commit details
    Browse the repository at this point in the history
  3. perf(resolve): no more rolling up registrations on resolve

    * Uses a recursive lookup to get the registration
     being resolved rather than doing a full copy of
     the registrations. This improves resolve
     performance by up to 1,000x in some cases
    * Add `getRegistration` to container
    
    Closes #270
    jeffijoe committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    85fdc99 View commit details
    Browse the repository at this point in the history
  4. fix: don't parse base class when empty constructor is defined

    BREAKING CHANGE: This breaks consumers that rely
     on the existing behavior where if a constructor was
     defined but with no parameters, the base class was
     parsed. Closes #198.
    jeffijoe committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    bfe2266 View commit details
    Browse the repository at this point in the history
  5. docs: update changelog

    jeffijoe committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    799d0e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    f5625a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13df4d5 View commit details
    Browse the repository at this point in the history