Releases: joernio/DotNetAstGen
Releases · joernio/DotNetAstGen
v0.17.0
allow `Sections` and `Pattern` properties in the parser output
v0.16.0
allow 'Incrementors' property
v0.15.0
Allow "Keyword" Property
v0.14.0
Enable Try-Catch-Finally Properties
v0.13.0
Fixed missing .exe suffix on release
v0.12.0
add operand property to allowed list (#17)
v0.11.0
Filtering in Types & Code Property in MetaData
v0.10.0
Compressing Binaries Themselves
v0.9.0
Do Not Write JSON for Error Files (#15) Excludes writing the JSON for files that failed to parse.
v0.8.0
Exclusion Rule & Parseable Logging (#14) * Logging diagnostics to determine when a file has errors in syntax * Added exclusion rule to forward ignored file regex Resolves #12