ultraq / thymeleafjs

A basic implementation of the Thymeleaf templating engine in JavaScript
Apache License 2.0
52 stars 8 forks source link

ReplaceAttributeProcessor #24

Closed radudalbea closed 5 years ago

radudalbea commented 5 years ago

Hi,

Could you please add also a replace fragment processor. I can do a pull request if you want.

Thanks

ultraq commented 5 years ago

I'll have a go at this, try to get something out within the week 🙂

ultraq commented 5 years ago

I've just published 0.14.0 with a basic replace fragment processor. Works for a very basic replacement, but I haven't created a bunch of tests around it yet. If there are any issues with it feel free to raise another issue.