- Nuget 0.2.1
- Update README.md
- Fixed a bug where an enum is ignored within a namespace.
- Fixed a bug where the argumentlist is null for object creation.
- Replace the baselist with only one type.
- Ignore the type for the catch declaration.
- Changed WithSemanticRewriter to WithSemanticWalker. Fixed bugs.
- Updated generated cs.
- Added support for modules. Only public classes are exported/imported. The "EnableModules" option is a three-state value. 0 = disable. 1 = auto. If 2 or more files, then enable. 2 = enable. Default: 1
- Added the "CustomPathToDLLs" option. Searches for any DLL in the specified directory. Previously, it was hardcoded to "./bin/". Default: "./bin/"
- Found with dotnet-trace that GetDiagnostics takes half of the time. Added the "DisableDiagnostics" option and removed the "DisableCompilationErrors" option. Default is false.
Full Changelog: 0.2.0...0.2.1