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

Added ability to customize the resolution of context contained variables. #287

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 4, 2022

  1. Added ability to customize the resolution of context contained files by:

    1. `NamedFieldResolver.GetNamedField(name)` and `IndexedFieldResolver.GetIndexedField(index)` interfaces
    2. Struct field `pongo2:"..."`
    3. Added security enforcement to never use NOT exported fields.
    blaubaer committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    16ab435 View commit details
    Browse the repository at this point in the history
  2. Added documentation

    blaubaer committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0d6befe View commit details
    Browse the repository at this point in the history
  3. Reduced code duplication?

    blaubaer committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6ac2780 View commit details
    Browse the repository at this point in the history