-
Notifications
You must be signed in to change notification settings - Fork 94
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
TemplateContext: provide access to Filters, Insertions, parent context #274
Conversation
…se of new Filters class(immutable)
…e in it, counter should be moved in context (probably as registry)
Thanks! @kohlschuetter |
And if that branch is not solving issues that this change intended to fix, we can will think how to apply this on top of that. I will have free time next week somewhere to take a look closer tho this and that and maybe actually do release. |
Expose Filters and Insertions from a TemplateContext, and simplify creating a new child context by adding a newChildContext() helper method.
a7ee25d
to
4a4be2f
Compare
Great, thanks for the heads-up! I've rebased my changes on top of your branch. |
@kohlschuetter Rebased and merged there: #279 Thanks! |
Expose Filters and Insertions from a TemplateContext, and simplify creating a new child context by adding a newChildContext() helper method.