Skip to content

Releases: kbsletten/Poirot

Patch 3

07 Feb 16:49
Compare
Choose a tag to compare

Adds a faster scanning method to increase the speed of parsing text segments.

Patch 2

07 Feb 16:48
Compare
Choose a tag to compare

Increases performance of the rendering engine by avoiding calls to Activator.CreateInstance.

Patch 1

07 Feb 16:52
Compare
Choose a tag to compare

Removes debug statements left in the renderer.

Version 1

07 Feb 16:46
Compare
Choose a tag to compare

** This version has debug statements left in, please upgrade **

Initial port of SharpStache to .NET Standard.

This version creates the Mustache class with 8 overloads of Render allowing the caller to specify the template, the object to render and optionally specify a set of partials and a TextWriter to render to instead of creating a string.