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

Issue #323 dynamic property assignment #326

Open
wants to merge 6 commits into
base: v3
Choose a base branch
from

Commits on Dec 18, 2023

  1. Add an abstract Extension class that each extension should extend and…

    … make concrete with a register method.
    dsmithhayes committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c6cb6e0 View commit details
    Browse the repository at this point in the history
  2. Recommend using the AbstractExtension class instead of the ExtensionI…

    …nterface because of the Func class.
    dsmithhayes committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f27562a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac39226 View commit details
    Browse the repository at this point in the history
  4. Update the documentation to reflect the necessity of having an option…

    …al Template property in classes that implement the Extension interface.
    dsmithhayes committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    498a94c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    782c0a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2790e0a View commit details
    Browse the repository at this point in the history