vapor / template-kit

📄 Easy-to-use foundation for building powerful templating languages in Swift.
MIT License
46 stars 17 forks source link

Conform PlaintextRenderer to ViewRenderer #16

Closed bre7 closed 6 years ago

tanner0101 commented 6 years ago

16 needs to be solved first which would likely replace this PR. The previous fix we did to add ViewRenderer back was half of the solution. We now need to remove the ambiguous encode methods from TemplateRenderer.

tanner0101 commented 6 years ago

TemplateRenderer now requires ViewRenderer. See #17.