Skip to content

0.1.1

Choose a tag to compare

@CXuesong CXuesong released this 10 May 12:50
· 56 commits to master since this release

Maybe it's time to publish a real release.


  • The NuGet package now has two target platforms: .NET Framework 4.5 and .NET Standard 1.1.
  • Template can now distingish parser functions, and variables, from normal template expressions.
    • You will be able to extract the first argument from {{#if:expr|yes|no}}, rather than getting a Template whose Name is #if:expr.
  • Fixed the missing LineInfo for ExternalLink & TagAttribute nodes.
  • NormalizeTitle & NormalizeTemplateArgumentName now accepts null values, and they will return null for such cases.