Skip to content

5.0.1.570 Bugfixes & Performance Improvments

Compare
Choose a tag to compare
@JPVenson JPVenson released this 09 Apr 10:25
· 123 commits to master since this release
34a3b2a
  • Fixed: Generics for Formatters not matched under certain conditions
  • Fixed: Xml persistent tokens not properly serialized
  • Fixed: Tokenizer not always respecting special variables $ in paths
  • Fixed: Runner nuget package referencing the Test project
  • Removed explicit references to .NetFramework. Compatibility is ensured via .NetStandard
  • Improved usage of Array.Empty where applicable
  • Improved access to special collection variables like $index
  • Improved tokenizer to use shared StringBuilder where applicable for performance and memory reasons
  • Improved several places for performance
  • Added Tests
  • Added #ForEach loop. See https://github.com/JPVenson/morestachio/wiki/Keywords#each--foreach--every---blocks
  • Added access to ParserOptions in IDocumentItem during compile time
  • Added Fallback IValueResolver that is set to an reflection based resolver per default