Releases: CXuesong/MwParserFromScratch
Releases · CXuesong/MwParserFromScratch
0.1.3
0.1.2
- Use
MagicTemplateNamesto take the place ofVariableNamesinWikitextParserOptions.- You can specifiy whether a variable or parser function is case-sensitive.
- Improved debugger view of
NodeCollection. - Fixed the bug of presence of multiple
LineInfoAnnotationin parsedNodeinstances. - Fixed the bug of
ParentNode == nullfor HTML tag contentWikitextnode.
0.1.1
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.
Templatecan 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 aTemplatewhoseNameis#if:expr.
- You will be able to extract the first argument from
- Fixed the missing
LineInfoforExternalLink&TagAttributenodes. NormalizeTitle&NormalizeTemplateArgumentNamenow acceptsnullvalues, and they will returnnullfor such cases.