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

Extensions #30

Merged
merged 7 commits into from
Dec 30, 2024
Merged

Extensions #30

merged 7 commits into from
Dec 30, 2024

Conversation

cappuc
Copy link
Contributor

@cappuc cappuc commented Dec 29, 2024

  • Added support for extensions. With an extension it is possible to register tags, filters, node visitors and provide registers for render context.
  • Added NodeVisitor to allow to track parsed nodes and allow some changes to the node tree (it is possible to override BodyNode children).
  • Moved default tags and filters to StandardExtension that is registered by default.
  • Refactored profiling and moved to ProfilerExtension
  • Allow to skip registration of a FiltersProvider method with Hidden attribute.

@cappuc cappuc marked this pull request as ready for review December 30, 2024 09:27
@cappuc cappuc merged commit 889ff83 into main Dec 30, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant