Releases: mrpmorris/Morris.Moxy
Releases · mrpmorris/Morris.Moxy
1.10
- Add class's DeclaringTypeName and namespace to generated files' filenames Fixes #45.
1.9
- Add class's DeclaringTypeName to enable scripts to extend nested classes Fixes #44.
1.8
- When
ImplicitUsings
is disabled for a project, the attribute for a MixIn won't compile Fixes #36.
- No need to copy the target class's
using
clauses into the generated code Fixes #38.
- typeof() variables should have Name and FullName properties Fixes #40.
1.7
- Fix: Moxy stops generating code when @moxy header is malformed Fixes #33
1.6
- Honour Roslyn
ProductionContext.Cancellation.IsCancellationRequested
to improve performance
- Do not output
typeof()
in generated source when user has specified a type name as a mixin argument Fixes #28
- Use object instead of string for variable values Fixes #30
1.5
- Fixed IndexOutOfBoundsException when using attribute optional inputs Fixes #19
- Static and aliased using clauses were not being output correctly Fixes #20
1.4
- Allow mixins to be applied to structs Fixes #13
1.3.1
Rewritten for performance improvements.
1.2
- Allow mixins to be applied to a class more than once Fixes #10
1.1
Ensure the built-in functions like regex are not null - Fixes #6