ActiveCampaign / mustachio

Lightweight, powerful, flavorful, template engine.
MIT License
207 stars 17 forks source link

Task/add support for partials and expanders #19

Closed vladsandu closed 5 years ago

vladsandu commented 5 years ago

This PR adds support for token expanders.

Bonus: The library has been migrated to .NET Standard 2.0 and the new .csproj format. Also, Newtonsoft.Json dependency was removed from the library. (it is used though in the unit tests project).

vladsandu commented 5 years ago

@atheken I implemented the suggestions. Nice comments! Please take a look when you have the time.

vladsandu commented 5 years ago

@atheken Regarding perf changes I ran several iterations of the PerfHarness tests before and after and the change is minimal/difficult to notice.