ActiveCampaign / mustachio

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

Added: Reflection fallback for Object Property Lookup #10

Closed JPVenson closed 6 years ago

JPVenson commented 6 years ago

Added: DateTime output type Replaced: String return value with Stream for larger Templates and better write performance Added: MaxSize option for Truncated Templates (for better Web usage) Architecture: Added: option object for better scalability of future features Added: option object to be be accessible in all parts of Template Generation. Added: Encoding of Template in Stream

JPVenson commented 6 years ago

image overall performance improvement due to usage of streams instead of string concatenation.

JPVenson commented 6 years ago

I will close this Pull Request and will continue to maintain my fork of Mustachio on my GitHub account. I am currently on creating an own nuget package for my changes.