Releases: CodySchrank/MTT
Releases · CodySchrank/MTT
Fixed parsing with specific keywords
Made parsing more strict to stop it from identifying enum, public, class in variable names.
Fixed newline bug on windows
Thanks to dammejed
Fixed case bug
Fixed casing bug that broke strict typescript compilation
Fixed path bug
Fixed a path bug on unix systems.
Added Recursive Path Searching
There is now recursive path searching for the working directory. Also dropped support for netstandard1.6
Now supports lazy loaded properties
Thanks to elestedt MTT now correctly handles the virtual keyword which in turn allows lazy loaded properties.
Fixed bug that potentially broke CI
changed unnecessary warnings to info logs